
/* ----------------------------------------------------
	FONTS AWESOME
-------------------------------------------------------*/

.icons .fa{
	color:#fff;	
}
.icons .fa-2x {
    font-size: 1.5em;
}



.icons a{
    border:solid 1px #fff;
	display: inline-block;
    padding: 7px;
    position: relative;
}

.icons span {
	font-family: 'Raleway', sans-serif;
	font-size:14px;
    font-weight: 400;
    letter-spacing: 1px;
	text-transform: lowercase;
	
    bottom: 0;
    left: 47px;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    transition: all 0.50s ease 0s;
    white-space: nowrap;
    width: 0;
}
.icons a:hover span{ width:auto; padding:0 30px;overflow:visible; }
.icons a:hover{text-decoration:none;}
.icons a span {
    background-color: #fff;
    color: #3d4f0c;
    z-index: 999;
}



