div#callmenow .box{
	font-size:.8em;
    width: 100%;
    padding:1em;
    
    background-color: #000;
    text-align: center;
	
}

div#callmenow .box a{
	text-decoration:none;
    color:#FFF;
    text-transform: uppercase;	
}

div#callmenow .box a:hover{
	text-decoration:none;
    color:#e47e26;
}

/*------------------------------------*/

div#callmenow .box{
    display: block;
    position: fixed;
    bottom: -100px;
    z-index: 999999999999999;
    opacity:0;
    
	-moz-transition: bottom 1s, opacity 1s; 
	-webkit-transition: bottom 1s, opacity 1s; 
	-ms-transition: bottom 1s, opacity 1s; 
	transition: bottom 1s, opacity 1s;           
}

div#callmenow.active .box{
    bottom: 0;
    opacity:1;
    left:0;
}

div#callmenow.bottom .box,
div#callmenow.active.bottom .box,
body.is-nav-visible div#callmenow .box,
body.is-nav-visible div#callmenow.active .box{
	opacity:0;
	bottom: -100px;
}
