.page-notfound{
	text-align: center;
	padding: 150px 0;
	background-color: #f6f6f6;
}
.page-notfound .action{
	margin-top: 30px;
}
.page-notfound .action a {
	font-size: 16px;
	color: #ffcf01;
	font-weight: 700;
	font-family: "Roboto Slab",sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.page-notfound .big_title{
	font-size: 60px;
	font-weight: 700;
	font-family: "Roboto Slab",sans-serif;
	text-transform: uppercase;
	color: #000;
	line-height: 1;
}
.page-notfound .sub_title{
	color: #999999;
	padding: 30px 0;
}
.page-notfound .content{
	color: #666666;
	font-size: 16px;
	max-width: 450px;
	margin: 0 auto;
	line-height: 30px;
}
