@charset "utf-8";
/* CSS Document */

body{
	margin: 0 auto;
	background-image: url('../../');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
	font-family: sans-serif, SimHei;
}

.logo img{
	display: block;
	margin-top: 0px;
	margin-left: auto;
	margin-right:auto;
	width: 300px;
	height: auto;
}
.phase{
	color:#86824A;	
	font-size: 12px;
	margin:10px 0 0;
	text-align:center;
}
.tagline{
	color:#86824A;	
	font-size: 20px;
	margin:5px 0 5px;
	text-align:center;
}

.gallery {
	width:960px;
	position:absolute;
	margin:auto;
	left:50%;
	margin-left:-460px;
}

.gallery img{
	width:auto;
	height:200px;
	padding:2px;
	filter: grayscale(100%);
	transition: 1s;
}
.gallery img:hover{
	filter: grayscale(0%);
	transform:scale(1.1);
}

.disclaimer{
	display: block;
	width:920px;
	height:auto;
	position:absolute;
	left:50%;
	top:70%;
	margin-left: -460px;
	text-align: center;
	font-size: 0.44em;
	color: #888;
}

@media(max-width:1023px) {
	.logo img{
	width: 220px;
}
.tagline{
	font-size: 15px;
	font-weight: normal;
	margin-top:10px;
}
}

@media(max-width:768px) {
	
.logo img{
	width: 250px;
}
.disclaimer{
	width:80%;
	left:10%;
	margin-left: 0px;
}
.gallery {
	width:90%;
	position:absolute;
	margin:auto;
	left:7%;
}
.gallery img{
	width:auto;
	height:76px;
	padding:1px;
	filter: grayscale(100%);
	transition: 1s;
}
}