h4.watermark{
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	font-size: 14px;
	color: rgba(255,255,255, .76);
	z-index: 9999;
	text-shadow: 0px 0px 4px rgba(0,0,0, .2), -1px -1px 0px rgba(255,255,255, .4);
}
.footer {
	background: #fff;
	background: rgba(255,255,255,0.95);
	position: fixed;
	bottom: 0;
	margin: 0;
	height: 13px;
	right: 0px;
	left: 0px;
	padding:1px 10px;
	font-size: 11px;
	box-shadow: 0px -2px 6px rgba(0,0,0, .12);
	z-index: 2;
}
.footer > p > a, .footer > p{
	font-size: 11px;
  	margin:0;
	color:#666;
	text-decoration: none;
	line-height: 1.25em;
}
.footer > p > a:hover{
	color: #0091cd;
	text-decoration: underline;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.pad-mid {
	/*padding-top: 6px;*/
}


/***********************************************************************************
Responsive Cascading Styles
************************************************************************************/
/* Large desktop */
@media (max-width: 1310px) {
	.footer{
		height: 32px;
		line-height: 1.5em;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	body{
		padding-right: 0px;
		padding-left: 0px;
	}
	.footer{
		height: 30px;
		line-height: 1.5em;
	}
	.footer > p > a, .footer > p{
		font-size: 9.4px;
		padding-top: 1px;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	body{
		padding-right: 0px;
		padding-left:0px;
	}
	.footer{
		height: 48px;
		line-height: 1.5em;
	}
	.footer-right-content{
		float: left;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	body{
		padding-right: 0px;
		padding-left:0px;
	}
	.footer{
		height: 52px;
		line-height: 1.5em;
	}
	.footer > p > a, .footer > p{
		font-size: 8.6px;
		padding-top: 1px;
		line-height: 1.5em;
	}
}
