* {
	margin: 0;
	outline: medium none;
	padding: 0;
}
html {}
a,
img {
	border: 0 none;
}
body {
	background-color: #ffffff;
	color: #FFFFFF;
	font-family: 'Source Sans Pro', Verdana, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 305px;
	min-height: 170px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#back {
	background: url("../images/gradient.svg") no-repeat scroll center center transparent;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 305px;
	min-height: 170px;
	z-index: 0;
}
#loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../images/loader.gif") no-repeat scroll center center transparent;
}
#bodymovin {
	position: absolute;
    width: 100%;
    height: 100%;
	overflow: hidden;
}
#bodymovin svg {
		transform: scale(2, 2);
	}
@media only screen 
  and (max-device-width: 480px) 
  and (orientation: portrait) {
	#bodymovin svg {
		transform: scale(1.4, 1.4);
	}
}
.card {
	position: absolute;
	right: 0;
    top: 160px;
	width: 365px;
	height: 200px;
	padding: 24px 24px 24px 76px;
	background: #fff;
	background-position: 15px 15px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	transition: all 1s ease;
	opacity: 0;
}
.card.active {
	opacity: 1;
}

#logo,
#mail,
#phone,
#facebook {
	clear: both;
	display: block;
}
a {
	color: #7d7d7d;
	font-size: 16px;
	text-decoration: none;
	transition: color 0.5s ease;
}
a:hover {
	color: #ce112e;
}
#mail,
#phone,
#facebook {
	line-height: 1;
	margin-top: 10px;
}
#logo {
	width: 185px;
	height: 40px;
	margin-left: -58px;
	margin-bottom: 40px;
}
#mail {}
#facebook {}
#facebook img {
	vertical-align: middle;
	width: 16px;
	margin-right: 4px;
}
#publicis-one {
	position: absolute;
	top: 24px;
	right: 24px;
}
#publicis-one img {
	width: 144px;
	height: 14px;
}