        
        
#content-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
    text-align: center;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
}

#content-loader i {
    font-size:40px;
}
.container {
    position: relative;
    width:100%;
    height:100%;
}
.layout {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    -webkit-overflow-scrolling:touch
}


.cl-footer{
	color:#999999;
	background-color:#1e1e22;
	padding:20px 10px;
}
.lista1{
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-logo{
padding: 30px 30px 0 30px;
text-align: center;
}
.page-logo img{
	max-width: 200px;
	display: block;
	margin: auto;
}
.page-header{
	padding:30px 20px;
	margin-bottom:20px;
}
.page-header h1 {
	text-align: center;
	font-size: 40px;
	line-height: 50px;
	font-weight: bold;
	word-wrap: break-word;
	margin-top:10px;
}
.page-content {
    opacity: 0;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
}
.mcategoria {
    max-width: 1170px;
    margin: 0px auto 40px auto;
}
.mextra {
    max-width: 1170px;
    margin: 30px auto 40px auto;
}

.mcategoria h2 {
    font-size: 26px;
    padding: 15px;
    border-bottom: solid 2px;
    background-color:#eee;
}
.footer_cont{
width: 100%;
max-width: 1170px;
margin: auto;
}
.cl-menu {
    padding: 15px;
    position: relative;
    border-bottom: 1px dotted #aaa;
}

.cl-menu.odd {
    background: #fff;
}

.cl-menu.even {
    background: #fafafa;
}

.cl-menu-titolo {
    font-size: 18px;
    font-weight: 500;
    padding-right: 65px;
}

.cl-menu-sottotitolo {
    font-size: 14px;
    font-style: italic;
    padding-right: 65px;
    color:#999;
}

.cl-menu-prezzo {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 18px;
    font-weight: 400;
}
.filtro-inf {
	position: fixed;
	bottom: 0;
	right: 0;
	width: auto;
	height: 100px;
	z-index: 9999999;
}
#menuembaixo{
	float: right;
    margin-right: 20px;
    color: #fff;
    height: 60px;
    width: 60px;
    font-size:30px;
}
.mx-menu {
    min-width: 200px;
    width: 200px;
    display:none;
    z-index:20000;
    right:20px;
    bottom:100px;
    min-height:118px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1) !important;
	border-top-style: solid;
	border-top-width: 3px;
	position:absolute;
	padding:0px;
	background-color:#fff;
}
.menu-item {
    display: block;
    border: none;
    color: #111;
    background-color: transparent;
    text-align: left;
    margin: 0;
    outline-color: #bdbdbd;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s cubic-bezier(.4, 0, .2, 1);
     font-family: "Open Sans Condensed", sans-serif;
    font-size: 16px;
    height: auto !important;
    line-height: 20px !important;
    font-weight: bold;
    white-space: normal;
    margin-top: 10px;
    padding: 10px 16px;
    border-bottom: solid 1px #efefef;
    list-style:none;
}
.menu-item:hover{
	background-color: #ddd;
}
.foot_image{
	position:absolute;right:10px;bottom:10px;width:30%;text-align:right;
}
.foot_image img{
	width:50%;
	max-width:100px;
}
@media (max-width: 575.98px) {
    .page-header{
    	padding:10px 10px;
    }
    .page-header h1 {
		font-size: 35px;
		line-height: 40px;
	}
	.page-logo img{
		max-width: 150px;
	}


}


.botaofinal{
	cursor:pointer;
	border-radius:50%;
	border:none;
	font-size:24px;
	padding:0px;
}
	
.botaofinal:hover{
background-color: rgba(158, 158, 158, .2);
}