		
/*
 * Client: Orin
 * Copyright 2008-2018 Punchmark
 */


@media(max-width:767px){
	.sticky-bottom-xs {
		position: relative;
		top: auto;
		bottom: auto;
	}
}
@media(min-width:768px){
	.sticky-bottom-xs {
		position: relative;
		top: auto;
		bottom: auto;
	}
}