/* Press Office */
.emaillink {
	margin-top: 4px;
}
.emaillink a {
	display: block;
	margin: 0 0 8px;
	padding: 0 0 0 36px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.emaillink a:before {
	display: block;
	position: absolute;
	left: 0;
	top: 1px;
	content: "\E006";
	font-family: "Icons";
	color: #f8931e;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.media-panel a.btn {
	margin-bottom: 20px;
}