/*****************		Prism footer	************************/
#prism_footer{
	background-image: url('prism-footer_bg.jpg');
}
#prism_footer .clear{
	clear:both;
}
#prism_footer .table{
	/*display: table;*/
	width:auto !important;
	margin-bottom:0 !important;
}
#prism_footer .table-cell{
	display: table-cell;
	vertical-align: middle;
}
#prism_footer .prism-logo{
	margin-right: 50px;
	float:right;
	padding-top:10px;
	padding-bottom:10px;
}
/***************************		responsive		***************************/
@media screen and (max-width: 840px){
	#prism_footer{
		text-align: center;
	}
	#prism_footer .prism-logo{
		float: none;
		margin-right: 0;
		width: 100%;
	}
}
