@font-face {
	font-family: 'fontello';
	src: url('../fonts/fontello.eot?31353855');
	src: url('../fonts/fontello.eot?31353855#iefix') format('embedded-opentype'),
		url('../fonts/fontello.woff?31353855') format('woff'),
		url('../fonts/fontello.ttf?31353855') format('truetype'),
		url('../fonts/fontello.svg?31353855#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
 
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
}
 
.icon-facebook-circled:before { content: '\e805'; } 
.icon-twitter-circled:before { content: '\e804'; } 
.icon-linkedin-circled:before { content: '\e806'; } 

* {
	margin: 0;
	padding: 0;
}

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

body {
	background-color: #eee;
}

.info {
	text-align: center;
	font-family: "Montserrat";
	width: 39%;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #333;
	font-size: 20px;
	line-height: 28px;
}
.info p a {
	border-bottom: 1px solid #ccc;
}
.social {
	margin-top: 25px;
}
.social a {
	display: inline-block;
	margin: 0 5px;
}
.social a i {
	color: #bbb;
	font-size: 50px;
	transition: 300ms color ease;
}
.social a:hover i {
	color: #D34E3B;
}