.clearfloat {
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
  #show991{
   	display: none;
   }
@media (max-width: 991px ){
   #show991{
   	display: block;
   }
   #hide991{
   	display: none;
   }
}
@media (max-width: 767px ){
	.top-h2 span.bk{
		margin-bottom: 20px;
	}
	.top-h2.right{
		margin-top: 25px;
	}
}

@media (max-width: 650px ){
	#hide650{
   	display: none;
   }
   .top-h2.left{
   	margin-bottom: 20px;
   }
}