#fixedBottom{
	display:none;	
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
	z-index:998;
}

body.hidefixed #fixedBottom{display:none!IMPORTANT}

	html.cms-edit #fixedBottom{display:block;}


#fixedBottom ul:after{
	content:'';
	display:block;
	cleaR:both;
}
#fixedBottom ul{	
	list-style:none;
	padding:0;
	margin:0;
	display:flex;
}

#fixedBottom li{
	flex:1;
	margin:0;	
	list-style:none;
}

#fixedBottom a:visited,
#fixedBottom a:link{
	padding:10px 2px;
	display:block;	
	text-align:center;
	background: #d8b526;
    color: #fff;    
	margin:0;
	width:100%;
	box-sizing:border-box;
	font-size: 1.1rem;
    font-family: GothamM;
	text-transform:uppercase;
}
#fixedBottom a span{
	font-size:.6em;
	display:block;
}


#fixedBottom li:nth-of-type(2) a:link,
#fixedBottom li:nth-of-type(2) a:visited{
	border-left:4px solid #fff;
	border-right:4px solid #fff;
}



#fixedBottom a.selected{
}