
body {
	background-color: #000;
}
body, td {
	font-family: 'open sans', sans-serif;
	font-weight: 300;
	font-size: 19px;
	color: #fff;
}
.center-vertical {
	position: relative;
	top: 50%;
	transform: translateY(-50%); 
}

#footer {
	position: fixed;
	bottom: 0;
	background-color: #1E0056;
	font-size: 17px;
	color: #fff;
	padding: 10px 20px;
	width: 100%;
}
	#footer a {
		color: #fff;
	}
	.footer-left {
		padding-left: 30px;
	}
	.footer-right {
		text-align: right;
		padding-right: 30px;
	}
.outer-container {
	background-image: url(../images/water-bg.jpg);
	background-size: 100% 100%;
	padding: 50px 50px;
	min-height: 1900px;
	position: relative;
}
.inner-container {
	width: 950px;
	margin: 0px auto 0px auto;
}
.product_name {
	font-size: 45px;
	margin: 0 0 15px 0;
	font-weight: 700;
	text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.8);
	letter-spacing: -1px;
}
.product_table {
	margin: 100px 0 0 0;
}
	.product_table .cell_image {
		width: 40%;
		text-align: center;
	}
	.product_table .cell_content {
		width: 60%;
		padding: 10px 10px 10px 45px;
		font-size: 18px;
		line-height: 1.3;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
	}
	.product_image {
		width: 400px;
		box-shadow: 0 0 20px rgba(255, 255, 255, 1);
	}
	.heading_image {
		margin: 0 0 20px 15px;
		display: block;
	}
.nav-links {
	display: inline-block;
	padding: 10px 15px;
	position: fixed;
	right: 40px;
	top: 38%;
	background-color: #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 1000;
}
.nav-link-ball {
	background-color: #555;
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width: 15px;
	height: 15px;
	display: block;
	margin: 10px auto;
}
.nav-link-ball.selected {
	background-color: #fff;
}
#red_tag {
	position: fixed;
	top: 80px;
	left: 0px;
	z-index: 1000;
}
	#red_tag img {
		width: 245px;
	}
.aos_logo {
	position: fixed;
	top: 40px;
	right: 40px;
	z-index: 1000;
	width: 165px;
}
.horse {
	position: fixed;
	bottom: 65px;
	right: 50px;
	z-index: 1000;
	width: 90px;
}
.qr_code {
	position: fixed;
	bottom: 45px;
	left: 40px;
	z-index: 1000;
	width: 110px;
}
.hardness_image {
	display: block;
	margin: 25px 0 0 0;
	max-width: 300px;
}
#wechat_logo {
	position: absolute;
	left: 0;
	top: 240px;
	width: 110px;
	z-index: 1000;
}
#wechat_qr {
	position: absolute;
	left: 2px;
	top: 360px;
	width: 110px;
	z-index: 1000;
}