@media only screen and (min-width: 768px) and (max-width: 980px)
{

	.oltshow-md
	{
		display:block;
	}
	.olthide-md
	{
		display:none;
	}
	.olthdr-container,.oltquick-inner-table
	{
		width:95%;
	}
	.oltpagecontainer
	{
		width:95%;
		min-height:600px;
	}
	.oltcontent
	{
	        width:70%;
	}
	.oltquicklink
	{
		width:30%;
	}
	.navmenu,.olt_foot
	{
		width:95%;
		margin:auto;
	}
	.oltfoot-trust-child
	{
		width:100%;
		height:90px;
	}

	.oltfoot-col1
	{
		width:22%;
	}
	.oltfoot-col2
	{
		width:21%;
	}
	.oltfoot-col3
	{
		width:18%;
	}
	.oltfoot-col4
	{
		width:16%;
	}
	.oltfoot-col5
	{
		width:23%;
	}
	.olt-logininput-size
	{
		width:75%;
	}
	.olt-defpub-view,.olt-suppor-forms-view
	{
		width:50%;
	}

	/* For Olt.com Home Page */

	.oltcontent_container
	{
		width:95%;
	}
	.olttrustrow_content
	{
		width:95%;
	}
	.olthome_list
	{
		line-height:155%;
	}
	.olt_testimonial-text
	{
		font-size:14px;
	}
	.olt_homeshadow_size
	{
		float:left;
	}
	.olt_about-col
	{
		width:50%;
		padding:5px;
	}
}