.social{
	display: inline-block!important;
	position: absolute!important;
	bottom: 2%!important;
	left: 37%!important;
}
.socialfooter{
    text-align: center;

}
/* Wrapper */
.icon-button {
	background-color: #D8D8D8;
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block!important;
	font-size: 2.0rem;
	height: 3.6rem;
	line-height: 3.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 3.6rem;
}
.fot{
	border-radius: 3.0rem!important;
	height: 3.0rem!important;
	line-height: 3.0rem!important;
	width: 3.0rem!important;


}


/* 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: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
}
.fot:hover span {
	width: 3.0rem!important;
	height: 3.0rem!important;
	border-radius: 3.0rem!important;
	margin: -1.5rem!important;

}

.twitter span {
	background-color: #4099ff;
}
.facebook span {
	background-color: #3B5998;
}
.google-plus span {
	background-color: #db5a3c;
}
.linkedin span {
	background-color:#0177B5 ;
}
.pinterest span{
	background-color: #C91F27!important;
}
.insta span{
	background-color: #125688!important;

}
.youtube span{
	background-color: #e62117!important;
}
.rss span{
	background-color: #FEAC49!important;

}
/* Icons */
.icon-button i {
	background: none;
	color: black;
	height: 3.6rem;
	left: 0;
	line-height: 3.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 3.6rem;
	z-index: 10;
}
.fot i{
	height: 3.0rem!important;
	width: 3.0rem!important;
	line-height: 3.0rem!important;

}

.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus,
.icon-button:hover .icon-linkedin,
.icon-button:hover .icon-instagram,
.icon-button:hover .icon-pinterest,
.icon-button:hover .icon-youtube


 {
	color: white;
}


a#techwitz {
    float: right;
}