@import url(//fonts.googleapis.com/css?family=Google+Sans+Display);
@import url(//fonts.googleapis.com/css?family=Google+Sans);
/*@import url(//fonts.googleapis.com/css?family=Ubuntu:700|Quicksand:700);*/
@import url(//fonts.googleapis.com/css?family=Sawarabi+Mincho);

html{
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body{
	width: 100%;
	height:100%;
	margin: 0px auto;
	padding: 0px;
	background-color: rgba(220,225,255,0.4);
	border-image-width: 0;
	color: #242424;
	font-size: 10pt;
	/*font-family: Quicksand-Bold, Verdana, Arial, Helvetica, Sans-serif;*/
	font-family: 'Google Sans Display', 'Google Sans', Roboto, Quicksand-Bold, Verdana, Arial, Helvetica, Sans-serif;
	text-align: center;
	border: 0 solid transparent;
}


a:link{ color: #1d1d69; text-decoration: none; text-shadow: #ccf 3px 3px 5px, #ccf -3px 3px 5px, #ccf 3px -3px 5px, #ccf -3px -3px 5px; }
a:hover{ color: #141d9a; text-decoration: underline; text-shadow: #95d0f5 3px 3px 5px, #95d0f5 -3px 3px 5px, #95d0f5 3px -3px 5px, #95d0f5 -3px -3px 5px; }
a:visited{ color: #1d1d69; text-decoration: none; text-shadow: #ccf 3px 3px 5px, #ccf -3px 3px 5px, #ccf 3px -3px 5px, #ccf -3px -3px 5px; }

h1{
	color: rgba(255,255,255,0.6);
	font-size: 64pt;
	font-family: 'Google Sans',verdana, arial, helvetica, sans-serif;
	opacity: 0.5;
}
#background{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 0 solid transparent;
	border-image-width: 0;
	background-image: url('../images/bg.jpg');
	background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-o-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
}

div#header{
	width: 100%;
	text-align: left;
	font-family: 'Google Sans Display';
}
div#continer{
	min-height: 100%;
	margin: 0 auto;
	margin-bottom: -32px;
	width: 100%;
	z-index: 2;
	position: absolute;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
div#main{
	position: absolute;
	top: 50%;
	text-align: center;
	height: 50%;
	width: 100%;
	margin: 0px auto;
}
div#footer{
	margin-top: 80px;
	text-align: center;
	width: 100%;
	text-shadow: #fff 3px 3px 5px, #fff -3px 3px 5px, #fff 3px -3px 5px, #fff -3px -3px 5px;
	font-family: 'Google Sans Display', serif;
}

.more-details {
	display: none;
}

div.information {
	width: 100%;
	padding: 0 25% 0 25%;
	text-shadow: #fff 3px 3px 5px, #fff -3px 3px 5px, #fff 3px -3px 5px, #fff -3px -3px 5px;
}

div.row {
	width: 100%;
	margin: 0 0 10px 0;
	text-align: left;
}
div.item {;
	width: 150px;
	height: 100%;
	display: inline-block;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	float: left;
}

div.item:after {
	content: ": ";
}
div.value {
	display: inline-block;
	padding-left: 15px;
	text-align: left;
	vertical-align: top;
}
div.value .list-icons a {
	margin: 0 5px 0 5px;
}
div.value:after {
	clear: both;
}
ul.value{
	display:inline-block;
	margin: 0;
	padding: 0;

}
li {
	vertical-align: top;
	list-style: none;
	margin: 0px 0 5px 0;
}
li .option {
	color: #fff;
	text-shadow: #61618a 2px 2px 3px, #61618a -2px 2px 3px, #61618a 2px -2px 3px, #61618a -2px -2px 3px;
}
