@media screen and (max-width: 925px)
{
	body
	{
		background-image: none;
	}
	
	.main
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.left-col
	{
		display: none;
	}
	
	.body-col
	{
		width: 100%;
		max-width: inherit;
		margin: 0px;
	}
	
	.body-top
	{
		margin-top: 0px;
		height:inherit;
	}
	
	.banner img
	{
		width: 100%;
	}
	
	.body-section
	{
		margin-top: -115px;
		overflow: hidden;
	}
	
	.banner
	{
		text-align: center;
		width: 100%;
	}
	
	.body-top
	{
		width: 100%;
	}
	
	.body-content
	{
		padding-top: 10px;
	}
	
	.mobile-footer
	{
		display: inherit;
	}
	
	.mobile-phone
	{
		display: inherit;
		    display: inherit;
    padding-left: 15px;
    font-size: 25px;
    margin-bottom: 15px;
	font-weight:bold;
	
	}
}

@media screen and (max-width: 650px)
{
	.menu
	{
		margin-top: 0px;
		width: 100%;
		margin-left: 0px;
		margin: auto;
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.header
	{
		background-image:none;
		height: inherit;
	}
	
	.logo
	{
		display: none;
	}
	
	.mobile-logo
	{
		display: inherit;
		width: 95%;
		margin: auto;
		margin-bottom: 20px;
	}
	
	.mobile-logo img
	{
		width: 100%;
	}
	
	.sf-menu
	{	
	width: 100%;
	}
	
	.sf-menu li
	{
		width: 24.5%;
	}
	
	.sf-menu li a
	{
		    padding-left: 0 !important;
    	padding-right: 0 !important;
		text-align:center;
		display: block;
		background-color: #005399;
		color: #ffffff;
		font-size: 18px;
		border-radius: 10px;
	}
	
	.body-section
	{
		margin-top: 0px !important;
	}
}

@media screen and (max-width: 565px)
{
	.sf-menu li
	{
		width: 49%;
		margin-bottom:20px;
	}
}
