
a>span.icon {
	opacity: 0.33;
	display: inline-block;
	position: relative;
	top: 5px;
	height: 24px;
	background: url("../img/icons-b.png") no-repeat;
	margin-right: 5px;
}

a:hover>span.icon {
	opacity: 1;
	background: url("../img/icons-w.png") no-repeat;
}

a>span.icon-vcf, a:hover>span.icon-vcf {
	background-position: 0px 5px;
	width: 21px;
}

a>span.icon-xing, a:hover>span.icon-xing {
	background-position: 0px -16px;
	width: 55px;
}

/* prevent a.tel from being shown as clickable on desktop version */
a.tel:hover {
	cursor: text;
	color: #888;
	background: initial;
	border-radius: initial;
	padding: initial;
	margin: initial;
}

/* reset mobile style, we dont want the button style on the desktop */
a.button {
	color: inherit;
	text-decoration: inherit;
	background: inherit;
	float: inherit;
	padding: inherit;
	margin: inherit;
	text-align: inherit;
	width: inherit;
}

a.hide-xing {
	display: inline-block;
	width: 54px;
	white-space: nowrap;
	overflow: hidden;
}

body,
div#wrapper {
	min-height: 80%;
	min-width: 12em;

	
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;

	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;

	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}


.ie body,
.lt-ie10 body{
	text-align: center;
}

.ie div#wrapper,
.lt-ie10 div#wrapper {
	text-align: left;
	margin: 15% auto;
	display: inline-block;
}