.PageWidth {
	width: 100%
}

.sticky {
	position: fixed;
	top: 15px;
	z-index:9999;
	padding: 12px 0 0;
	
	animation:thedrop 1s 1;
   -moz-animation:thedrop 1s 1;
   -webkit-animation:thedrop 1s 1;
}