﻿
#navigationMenu li{
	list-style:none;
	height:44px;
	padding:0px;
	width:45px;
}

#navigationMenu span{
	/* Container properties */
	width:0;
	right:45px;
	padding:0;
	position:absolute;
	overflow:hidden;

	/* Text properties */
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.6px;
	white-space:nowrap;
	line-height:44px;
	
	/* CSS3 Transition: */
	-webkit-transition: 0.25s;
	
	/* Future proofing (these do not work yet): */
	-moz-transition: 0.25s;
	transition: 0.25s;
}


#navigationMenu a{

	height:44px;
	width:45px;
	display:block;
	position:relative;
	text-align:center;
}
#navigationMenu a i{

    color:#FFFFFF;
    font-size:18px;    
    margin-top: 13px;
}

/* General hover styles */

#navigationMenu a:hover span{ width:150px; padding:0 20px;overflow:visible; text-transform:capitalize; }
#navigationMenu a:hover{
	text-decoration:none;
	
}




/* The styles below are only needed for the demo page */

#main {
    position: fixed;
    width: 45px;
    z-index: 99;
    top: 0;
    bottom: 0;
    height: 264px;
    margin: auto;
    right: 40px;
}



.whatsapp
{  
    background-color:#9c6c2d;
}

.twitter
{
	background-color:#c19d56;
}
.facebook
{
	background-color:#d3a654;
}
.linkedin
{
	background-color:#3c2511;
}
.youtube
{
	background-color:#0e0a07;
}









