/*css line*/
/*css line*/
/* */
#homepage_footer_copyright {
  text-align: left;
  padding: 10px;
  position: fixed;
  bottom:0;
}
#homepage_footer_copyright .some-class {

}
#homepage_footer_copyright #rwg_copyright {
	color: white;
}
@media (min-width: 768px) and (max-width: 991px) {
	#homepage_footer_copyright {
	  text-align: left;
	  padding: 10px;
	  position: relative;
	  bottom:0;
	}
}

@media (max-width: 767px) {
	#homepage_footer_copyright {
	  text-align: center;
	  padding: 10px;
	  position: relative;
	  bottom:0;
	}
}