@charset "utf-8";
/* CSS Document */

.paym { 
}

.ahk_heading { color:#98313a;
}
.paym a { color:#ffffff; text-decoration:none;
}

.paym a:hover { color:#ffd1d5;
}

.hd_on_white { color:#98313a;
}

ul.sqr {
  list-style-type:square;
  padding: 20px;
}
ol.sqr li.sqr {
  background: #ffe5e5;
  padding: 5px;
  margin-left: 35px;
}

.csize{
}

.myimg_csize{ 
	width:30%; height:30%;
/*	
	width:65%; height:65%;
	display:none;	
*/
	border-radius: 2px;
}

.imgbanner{ width:100%; height:auto; 

}

/* Start of media (max-width: 478px) and (orientation: landscape) Mobile --- 
On screens that are 478px or less,media (max-width: 478px) and (orientation: landscape)
*/
@media screen and (max-width: 478px)
{
	.hpimg {	width:70% !important;	}
	/************** General *****************/
}
/* End of media (max-width: 478px) and (orientation: landscape) Mobile --- 
On screens that are 478px or less,media (max-width: 478px) and (orientation: landscape)
*/


/* Start of @media screen and (min-width: 479px) 
		and (max-width: 768px)and (orientation: landscape)
On screens that are (479px less to ) and (768 larger till),
Tab media screen (min-width: 479px) and and (max-width: 768px) and (orientation: landscape) {
*/
@media screen and (min-width: 479px) and (max-width: 768px)
{
	.hpimg {	width:80% !important;	}
}
/* end of  @media screen and (min-width: 479px) and 
			(max-width: 768px)and (orientation: landscape)
On screens that are (479px less to ) and (768 larger till),
Tab media screen (min-width: 479px) and and (max-width: 768px) and (orientation: landscape) {
*/


/* Start of @media screen and (min-width: 769px)On screens that are (769px and larger),
Desktop media screen (min-width: 769px) and (orientation: landscape)
*/
@media screen and (min-width: 769px)
{
	.hpimg {	width:100% !important;	}
}
/* End of @media screen and (min-width: 769px)On screens that are (769px and larger),
Desktop media screen (min-width: 769px) and (orientation: landscape)
*/

