* {
	box-sizing: border-box
}
html, body {
	height: 100%;
}
body {
	margin: 0;
	overflow-x: hidden;
}
.clearfix {
	claer: both;
}
.fa {
	font-size: 21px !important;
	font-weight: bold;
	width: 25px;
	text-align: center;
	text-decoration: none;
}
.clr {
	clear: both;
}
.fa:hover {
	opacity: 0.7;
}
.fa-facebook {
	color: #4c4b4b;
}
.fa-twitter {
	color: #4c4b4b;
}
.fa-google {
	color: #4c4b4b;
}
.fa-linkedin {
	color: #4c4b4b;
}
.fa-youtube {
	color: #4c4b4b;
}
.fa-instagram {
	color: #4c4b4b;
}
.fa-pinterest {
	background: #cb2027;
	color: white;
}
.fa-snapchat-ghost {
	background: #fffc00;
	color: white;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.fa-skype {
	background: #00aff0;
	color: white;
}
.fa-android {
	background: #a4c639;
	color: white;
}
.fa-dribbble {
	background: #ea4c89;
	color: white;
}
.fa-vimeo {
	background: #45bbff;
	color: white;
}
.fa-tumblr {
	background: #2c4762;
	color: white;
}
.fa-vine {
	background: #00b489;
	color: white;
}
.fa-foursquare {
	background: #45bbff;
	color: white;
}
.fa-stumbleupon {
	background: #eb4924;
	color: white;
}
.fa-flickr {
	background: #f40083;
	color: white;
}
.fa-yahoo {
	background: #430297;
	color: white;
}
.fa-soundcloud {
	background: #ff5500;
	color: white;
}
.fa-reddit {
	background: #ff5700;
	color: white;
}
.fa-rss {
	background: #ff6600;
	color: white;
}
.container-fluid {
	padding: 0px;
}
.topstrip {
	background: #f2f2f2;
}
