﻿
#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 span i
{
    font-size: 16px;
    margin: 0 5px;
}

#navigationMenu a{

	height:44px;
	width:45px;
	display:block;
	position:relative;
	text-align:center;
}
#navigationMenu a i{

    color:#FFFFFF;
    font-size:22px;    
    margin-top: 10px;
}

/* General hover styles */

#navigationMenu a:hover span{ width:100px; padding:0 10px;overflow:visible; text-transform:capitalize; }
#navigationMenu a:hover{
	text-decoration:none;
	
}

/* Green Button */

/* Blue Button */

#navigationMenu .whatsapp{  background-color:#ffd13f;}
#navigationMenu .whatsapp:hover { background-color:#ffd13f;}
#navigationMenu .whatsapp span{
	background-color:#ffd13f;
	color:#fff;
}

/* Orange Button */

#navigationMenu .call{  background-color:#ee303a;}
#navigationMenu .call:hover { background-color:#ee303a;}
#navigationMenu .call span{
	background-color:#ee303a;
	color:#fff;
}

/* Yellow Button */

#navigationMenu .email{  background-color:#62c8cc;}
#navigationMenu .email:hover { background-color:#62c8cc;}
#navigationMenu .email span{
	background-color:#62c8cc;
	color:#fff;
}

/* Purple Button */

#navigationMenu .map {  background-color:#f5821f;}
#navigationMenu .map:hover { background-color:#f5821f;}
#navigationMenu .map span{
	background-color:#f5821f;
	color:#fff;
}




/* The styles below are only needed for the demo page */

#main {
    position: fixed;
    width: 45px;
    z-index: 99;
    top: 0;
    bottom: 0;
    height: 175px;
    margin: auto;
    right: 40px;
}


.btn-plus {
    display: inline-block;
    padding: 0px 5px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    margin-top: 0px;
}



.socials-plus {
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align:left;
	margin-bottom:0px;

}


.socials-plus ul 
{
	padding-left:0px;
}



.socials-plus ul li {
    display: inline-block;	
    width: 37px;
    height: 37px;    
}


.socials-plus ul li a {
	width: 37px;
	height: 37px;
	position: relative;
	display: inline-block;
	font-size: 12px;
	line-height: 37px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color:#60c9ff;
}
.socials-plus ul li a i {
    font-size: 16px !important;    
    margin-top: 15px !important;
}

.socials-plus ul li a:hover {
	background: #60c9ff;
	color: #000;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}



.twitter
{
	background-color:#1c9deb !important;
}
.facebook
{
	background-color:#39579b !important;
}
.linkedin
{
	background-color:#0271ae !important;
}
.youtube
{
	background-color:#f70000 !important;
}









