/*social-icon*/

#fixedsocial {
	top: 40%;
	height: auto;
	width: 30px;
	position: fixed;
	right: 0;
	z-index: 999;
}

.facebookflat {
	color: #3b5998;
	background: #eee;
	padding: 9px;
	height: 30px;
	width: 30px;
	margin-bottom: 2px;
	border-radius: 50%;
}

.facebookflat:hover {
	background-color: #3b5998;
	color: #fff;
}

.twitterflat {
	background: #eee;
	padding: 8px;
	height: 30px;
	width: 30px;
	margin-bottom: 2px;
	border-radius: 50%;
	Color: #4099FF;
}

.twitterflat:hover {
	background-color: #4099FF;
	color: #fff;
}

.g-plus {
	background: #eee;
	padding: 8px;
	height: 30px;
	width: 30px;
	margin-bottom: 2px;
	border-radius: 50%;
	color: #dd4b39;
}

.g-plus:hover {
	background-color: #dd4b39;
	color: #fff;
}

.msg {
	background: #eee;
	padding: 8px 6px;
	height: 30px;
	width: 30px;
	margin-bottom: 2px;
	border-radius: 50%;
	color: #333;
}
.msg:hover {
	background-color: #333;
	color: #fff;
}

.phone {
	background: #eee;
	padding: 8px;
	height: 30px;
	width: 30px;
	margin-bottom: 2px;
	border-radius: 50%;
	color: #DA0264;
}

.phone:hover {
	background-color: #DA0264;
	color: #fff;
}

/*Social Icons*/

/* Wrapper */
.icon-button {
	background-color: white;
	border-radius: 1.5 rem;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3 rem;
	height: 1.5 rem;
	line-height: 1.5 rem;
	margin: 0px 1px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 1.5 rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 1.5 rem;
	height: 1.5 rem;
	border-radius: 1.5 rem;
	margin: -0.77 rem;
}
.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.google-plus span {
	background-color: #D64937;
}

.mobile span {
	background-color: #DA0264;
}

.envelope-alt span {
	background-color: #333;
}

/* Icons */
.icon-button i {
	background: none;
	color: white;
	height: 1.5 rem;
	left: 0;
	line-height: 1.5 rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 1.5 rem;
	z-index: 10;
}
.icon-button .icon-twitter {
	color: #4099ff;
	padding-right: 6px;
}
.icon-button .icon-facebook {
	color: #3B5998;
	padding-right: 8px;
}
.icon-button .icon-google-plus {
	color: #D64937;
	padding-right: 6px;
}

.icon-button .icon-phone {
	color: #3B5998;
	padding-right: 7px;
}
.icon-button .icon-envelope-alt {
	color: #333;
	padding-right: 6px;
}

.icon-button:hover .icon-twitter, .icon-button:hover .icon-facebook, .icon-button:hover .icon-phone, .icon-button:hover .icon-envelope-alt, .icon-button:hover .icon-google-plus {
	color: white;
}