* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	background-repeat: no-repeat;
}

body {
	/*font-family: 'Helvetica Neue', 'helvetica neue', helvetica, arial, 'lucida grande', sans-serif;*/
	/*font-family: 'Whitney SSm A','Whitney SSm B',Helvetica,Arial;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;

	font-size: 19px;
	line-height: 1.5em;
	color: #000;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-color: hsl(0, 0%, 100%);
}

/* NAVIGATION */

nav {
	position: absolute;
	width: 100%;
	min-width: 960px;
	z-index: 100;
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

nav ul {
	padding: 15px 15px 0 15px;
}

nav li {
	position: relative;
	display: inline-block;
	list-style: none;
	line-height: 14px;
	padding-left: 15px;
	font-weight: 400;
	color: hsla(0, 0%, 0%, 0.5);
	cursor: pointer;
	font-size: 15px;
	/*-webkit-transition: color .5s ease-in;
	-moz-transition: color .5s ease-in;*/
	transition: color .54s ease;
}

nav .align-right {
	float: right;
}

nav a {
	color: black;
}

nav li a {
	color: inherit;
}

nav li.active {
	color: black;
}

nav li:hover {
	color: black;
}

nav li a:visited {
	color: inherit;
}

nav li:last-child a{
	padding-right: 15px;
}

section {
	position: relative;
	display: table;

	width: 100%;
	height: 540px;
	min-height: 540px;

	background-color: #fff;
	border-bottom: solid 1px hsla(0, 0%, 0%, 0.2);

	background-image: url('images/transparent.png');
	transition: background-image 1s;
}

#container button {
	background: hsl(0, 0%, 99%);
	border: solid 1px hsl(0, 0%, 90%);
	color: hsl(0, 0%, 28%);

	padding: 10px 10px;
	border-radius: 3px;
	margin-right: 1em;

	font-size: 15px;
	cursor: pointer;
	transition: border .4s;

	/*font-family: 'Whitney SSm A','Whitney SSm B',Helvetica,Arial;*/
	font-family: 'Droid Sans', sans-serif;
	color: #4d5a69;
}

#container button:hover {
	border: solid 1px hsl(0, 0%, 0%);
}

p + button {
	margin-top: 28px;
}

#container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/*section video {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	height: 100%;
}*/

.content-container {
	position: relative;
	display: table-cell;


	vertical-align: middle;
	text-align: left;
}

.text-container {
	text-align: left;
	display: inline-block;
}

.text {
	vertical-align: middle;
	display: table-cell;
	height: 3.5in;
}

/* Defines the width for our content */
.content {
	width: 700px;
	/*background-color: lightgray;*/

	position: relative;
	margin: 0 auto;
}


#container p {
	font-weight: 400;
	font-style: normal;
}

aside {
	font-size: 13px;
	line-height: 20px;
	color: #4d5a69;
}

#container p + aside:before, #container h1 + aside:before {
	display: block;
	content: '';
	width: 80px;
	height: 2px;
	background: hsla(0, 0%, 0%, 0.1);
	margin: 20px 0;
}

aside + aside {
}

aside + aside:before {
	display: block;
	content: '';
	width: 40px;
	height: 0px;
	background: hsla(0, 0%, 0%, 0.1);
	margin: 20px 0;
}

section h1 {
	padding: 0 0 16px;
	font-size: 24px;
	font-weight: 400;
}

section p {
	width: 385px;
	font-size: 18px;
	line-height: 30px;
	color: #4d5a69;
}

section p a {
	color: #08c;
}


section aside {
	width: 320px;
}

/* LANGUAGE SWITCHER */

.lang-switcher {
	position: relative;
	padding-bottom: 8px;
}

.lang-current {
	cursor: pointer;
}

.lang-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background: #fff;
	border: 1px solid hsl(0, 0%, 85%);
	border-radius: 4px;
	padding: 6px 0;
	box-shadow: 0 2px 8px rgba(0,0,0,0.12);
	z-index: 200;
	white-space: nowrap;
}

.lang-switcher:hover .lang-menu,
.lang-switcher:focus-within .lang-menu {
	display: block;
}

.lang-menu li {
	display: block;
	padding: 0;
}

.lang-menu li a {
	display: block;
	padding: 4px 16px;
	color: hsla(0, 0%, 0%, 0.5);
	font-size: 13px;
	line-height: 20px;
}

.lang-menu li a:hover {
	color: #000;
	background: hsl(0, 0%, 96%);
}

/* CJK FONT STACKS */

html[lang="ja"] body { font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif; }
html[lang="ko"] body { font-family: "Apple SD Gothic Neo", "Malgun Gothic", sans-serif; }
html[lang="zh"] body { font-family: "PingFang SC", "Microsoft YaHei", sans-serif; }

ul.footer {
	position: absolute;
	bottom: 15px;
	padding: 0;
	margin: 0;
	line-height: 100%;
	left: 20px;
	list-style: none;
	font-size: 11px;
}

ul.footer li {
	display: inline;
	color: hsla(0, 0%, 50%, 1.0);
}

ul.footer li a {
	color: inherit;
}

ul.footer li a:hover {
	text-decoration: underline;
	color: #000;
}

ul.footer li:not(:first-child) {
	margin-left: 15px;
}

ul.footer input {
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 2px -1px rgba(0,0,0,0.18);
    -moz-box-shadow: inset 0 1px 2px -1px rgba(0,0,0,0.18);
    -ms-box-shadow: inset 0 1px 2px -1px rgba(0,0,0,0.18);
    -o-box-shadow: inset 0 1px 2px -1px rgba(0,0,0,0.18);
    box-shadow: inset 0 1px 2px -1px rgba(0,0,0,0.18);
    background: #fff;
    border: solid 1px rgb(212, 212, 212);
    color: #000;
    font-weight: normal;
    height: 18px;
    outline: 0;
    text-align: left;
    padding-left: 5px;
    width: 180px;
}
