.site-bg {
	position: absolute;
	overflow: hidden;
	z-index: -1;
	height: 200%;
	width: 200%;
	top: -50%;
	left: -50%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	background-color: #000;
	display: block;
	position: fixed;
}

.site-bg img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	min-width: 55%;
	min-height: 55%;
	margin: auto;
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
	max-width: none;
	-webkit-filter: blur(30px);
	filter: blur(30px);
	opacity: .7;
}

main {
	width: 320px;
	height: 100vh;
	overflow: visible;
	margin: auto;
}

.title {
	background-color: #000;
	display: block;
	padding: 10px;
}

.title h1{
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.3em;
	margin: 0;
	color: #fff;
}

.title p{
	font-size: 0.8rem;
	font-weight: 500;
	line-height: 3em;
	margin: 0;
	color: #fff;
}

.service{
	padding: 0px;
	text-align: left;
	vertical-align: middle;
}
	
.service a{
	background-color: #eaeaea;
	width: 100%;
	padding: 10px;
	display: block;
	border-bottom: 1px solid #000;
	position: relative;
}

.service a:hover{
	background-color: #959595;
}

.service-icon{
	display: inline-block;
	height: 57px;
	width: 57px;
	font-size: 57px;
	float: left;
}

.service-icon img{
	height: 57px;
	vertical-align: top;
}

.service-name{
	display: inline-block;
	width: 131px;
	margin: 0;
	position: absolute;
	padding: 0px 15px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.service-name p{
	margin: 0px;
}

.service button{
	background-color: #505050;
	font: inherit;
	width: 112px;
	margin: 0px;
	float: right;
	display: inline-block;
}

.service a:hover button{
	background-color: #000;
	font: inherit;
	margin: 0px;
	float: right;
}

.service a::after {
  content: "";
  clear: both;
  display: table;
}

@media only screen and (min-width: 40.063em) {
}
@media only screen and (min-width: 64.063em) {
}