@font-face {
	font-family: 'Phoenica Std';
	src: url('fonts/phoenicastd_45.otf')
}

body {
	font-family: 'Phoenica Std', sans-serif;
	font-size: 24px;
}

.img-responsive {
	margin-bottom: 40px;
}

@media (min-width: 768px) {
	body {
		padding-top: 100px;
	}
}

@media (min-width: 992px) {
	.img-responsive {
		margin-bottom: 0;
	}
}

.info {
	display: block;
	margin-bottom: 50px;
	padding-left: 110px;
	background-repeat: no-repeat;
	height: 81px;
	background-size: 81px 81px;
}

.info span {
	font-weight: normal;
}

.info.powered-by {
	background-image: url('images/server.png');
}
.info.powered-by span {
	color: #FB981A;
}

.info.call-us {
	background-image: url('images/phone.png');
}
.info.call-us span {
	color: #4198B1;
}

.info.contact {
	background-image: url('images/email.png');
}
.info.contact span {
	color: #8B9C3E;
}