.lbmoff {
	width: 100%;
	padding: 5px 30px 10px;
	background-color: #C00;
	color: #fff;
	position: fixed;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	z-index: 99999999;
	min-height: 33px;
	top: 0px;
	left: 0px;
}
.lbmoff-boton{
	background-color: #fff;
	color: #a00;
	padding: 3px 10px;
	border-radius: 5px;
}
.lbmoff-boton:hover{
	background-color: rgba(255,255,255,0.9);
	color: #a00;
}
body.lbmoffon #boxed-wrapper{
	margin-top: 84px;
}	
@media only screen and (min-width: 801px){
	body.lbmoffon .fusion-sticky-shadow{
		margin-top: 84px;
	}	
}


