@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300i,400i");

html, body, div, span, applet, object,
	iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
	pre, a, abbr, acronym, address, big, cite,
	code, del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var, b,
	u, i, center, dl, dt, dd, ol, ul, li, fieldset,
	form, label, legend, table, caption, tbody,
	tfoot, thead, tr, th, td, article, aside,
	canvas, details, embed, figure, figcaption,
	footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
	text-align:center;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}


html {
	font-size: 18pt;
}

@media screen and (max-width: 1680px) {

html {
	font-size: 14pt;
}

}

@media screen and (max-width: 1280px) {

html {
	font-size: 12pt;
}

		}

		@media screen and (max-width: 736px) {

			html {
				font-size: 11pt;
			}

		}

		@media screen and (max-width: 360px) {

			html {
				font-size: 10pt;
			}

		}

	body {
		background-color: #ffffff;
		color: #000000;
	}

	body, input, select, textarea {
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 1rem;
		font-weight: 300;
		line-height: 1.65;
	}

	a {
		-moz-transition: color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	strong, b {
		font-weight: 400;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2rem 0;
	}

		p.major {
			font-size: 1.25rem;
		}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 300;
		line-height: 1.375;
		letter-spacing: -0.05em;
		margin: 0 0 1rem 0;
		text-align:center;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 2.5rem;
		line-height: 1.2;
	}

	h2 {
		font-size: 2.25rem;
	}

	h3 {
		font-size: 1.5rem;
	}

	h4 {
		font-size: 1.1rem;
	}

	h5 {
		font-size: 0.9rem;
	}

	h6 {
		font-size: 0.7rem;
	}

	sub {
		font-size: 0.8rem;
		position: relative;
		top: 0.5rem;
	}

	sup {
		font-size: 0.8rem;
		position: relative;
		top: -0.5rem;
	}

	blockquote {
		border-left: solid 4px;
		font-style: italic;
		margin: 0 0 2rem 0;
		padding: 0.5rem 0 0.5rem 2rem;
	}

	code {
		border-radius: 4px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25rem;
		padding: 0.25rem 0.325rem;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2rem 0;
	}

		pre code {
			display: block;
			line-height: 1.5;
			padding: 0.75rem 1rem;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px;
		margin: 2.5rem 0;
	}

		hr.major {
			margin: 3.5rem 0;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

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

	@media screen and (max-width: 736px) {

		p.major {
			font-size: 1.1rem;
		}

		h1 {
			font-size: 2.5rem;
		}

		h2 {
			font-size: 2rem;
		}

		h3 {
			font-size: 1.25rem;
		}

		h4 {
			font-size: 1rem;
		}

	}

	input, select, textarea {
		color: #000000;
	}

	a {
		color: #000000;
	}

		a:hover {
			color: #FC6;
		}

	strong, b {
		color: #000000;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #000000;
	}

	blockquote {
		border-left-color: rgba(0, 0, 0, 0.2);
	}

	code {
		background: rgba(0, 0, 0, 0.05);
		border-color: rgba(0, 0, 0, 0.2);
	}

	hr {
		border-bottom-color: rgba(0, 0, 0, 0.2);
	}

	hr.fade {
	  border: 0;
	  height: 1px;
	  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
	  margin:1em;
	}




#header {
	text-align:center;
	padding:1em;
}

#header img {
	height:200px;
}



#nav {
	text-align:center;
}

#nav ul.links {
	text-align:center;
	margin:0 auto;
}

#nav ul.links li {
	display: inline-block;
	padding-left: 0;
}

#nav ul.links li a {
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	display: block;
	font-size: 1.2em;
	font-weight:400;
	outline: none;
	padding: 0 2rem;
	text-decoration:none;
}

#nav ul.links li a:hover {
	color: #FC6;
	background-color: rgba(255, 255, 255, 0.1);
}

#main {
	margin:0 auto;
	margin-top:3em;
}

#main section {
	max-width:1400px;
	margin:2em auto;
}

#main .left-right .left {
	display:inline-block;
	width:48%;
	vertical-align:top;
}

#main .left-right .right {
	display:inline-block;
	width:48%;
	vertical-align:top;
}

#main .left-right .img {
	text-align:center;
}

#main .left-right .img img {
	max-width:100%;
}


#main .left-right .txt {
	text-align:left;
	margin-top:3em;
	line-height:1.3;
	padding:1em;
	box-sizing: border-box;
}

#main .banner {
	max-width:100%;
	text-align:center;
	background:#F8F8F8;
}

#main .banner img {
	vertical-align: top;
	max-width:100%;
}

#main .center {
	text-align:center;
}

#main .center .txt {
	max-width:800px;
	margin:0 auto;
	line-height:1.3;
	padding:1em;
}

#main .features .list > div {
	display:inline-block;
	width:48%;
	max-width:400px;
	padding:10px;
	text-align:left;
	vertical-align:top;
}

#main .features .list > div div {
	font-weight:400;
}

#main .cases .imgList img {
	vertical-align:top;
	max-width:100%;
}

#main .cases .imgList a {
	display:inline-block;
	padding:5px;
}

#main .rd .img img {
	max-width:100%;
}

#main .player .img img {
	max-width:100%;
}

#footer {
	background:#FFF;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
	padding:1em 0;
}

#footer .inner {
	max-width:1200px;
	margin:2em auto;
	text-align:center;
}

#footer .inner img {
	height:30px;
}

#copyright {
	margin-top:2em;
	text-align:center;
	font-size:0.8em;
}

.price {
	font-size:3.5em;
	color:#C00;
}


.txt-small {
	font-size:0.8em;
	color:#BBB;
}


.email {

}

.email input {
	border:solid 1px #EEE;
	padding:10px 15px;
	border-radius:5px;
	width:300px;
}


.email a {
	border:solid 1px #EEE;
	padding:10px 15px;
	border-radius:5px;

	text-decoration:none;
	background:#999;
	color:#FFF;
}

.email-done {
	display:none;
	font-weight:bold;
	color:#3C3;
}

@media screen and (max-width: 736px) {

	html {
		height: auto;
	}

	body {
		height: auto;
		overflow-x: hidden;
		overflow-y: auto;
	}

	#main .cases .imgList a {
		width:42%;
	}

}

@media screen and (max-width: 480px) {

	html, body {
		min-width: 320px;
	}

}

