@media only screen and (max-width:768px) {	#xg_footer{
    display: block;
    position:fixed;
    width:100%;
    bottom:0;
	z-index:999;
	background:#fff; 
}
.xg_content{ padding-bottom:100px;overflow-x: hidden !important}
}

@media only screen and (min-width:769px) {	#xg_footer{
    display: block;
    position:relative;
    width:100%;
	background:#fff; 
}
.xg_content{ padding-bottom:0px;overflow-x: hidden !important}
}
