html {
	height: 100%;
}

body {
	font-family: 'Maven Pro', sans-serif; 
	color: #424751;
	font-size: 14px;
	background: url(bg.webp) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #424751;
	text-decoration: none;
}

img {
	max-width: 100%;
}

.box {
	vertical-align: middle;
	width: 100%;
	height: 333px;
	margin: 0 auto;
}

.tb {
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
}

.td {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
}

.slogan {
	display:none;
	height: 66px;
  padding-top: 135px;
}

.slogan h1 {
  color: #ffffff;
  font-weight: 900;
  font-size: 36px;
  line-height: 50px;
  margin: 0px;}

.logo {
	display:none;
  margin-top: -100px;
  margin-bottom: 50px;
}

.foot {
	position:absolute; 
	bottom:30px; 
	display:none; 
	width:100%;
	text-align: center;
  font-weight: 500;
  font-size: 20px;
}