@media only screen and (min-width: 768px) and (max-width: 992px)
{
	.navbar-nav > li
	{
		text-transform: none;
	}
	.vertical_navbar
	{
		-webkit-box-shadow: inset 0 20px 20px -20px rgba(108, 28, 123,1);
		-moz-box-shadow: inset 0 20px 20px -20px rgba(108, 28, 123,1);
		box-shadow: inset 0 20px 20px -20px rgba(108, 28, 123,1);
		border:1px solid #EFEAF1;
		border-top:none;
		border-bottom:none;
		height:auto;
		width:228px;
		background:url('../images/tile-home-quicklinks.jpg')no-repeat center left;
	}
	.vertical_navbar_sub
	{
		padding-left:10px;
	}
	.vertical_nav_img
	{
		width:228px;
		overflow:hidden;
	}
	.olt-defpub-view,.olt-suppor-forms-view
	{
		width:50%;
	}
	#my-welcome-message
	{
		width: 55%;
		left: 23%;
		top: 30%;
	}
	.headr_contact {
		font-size:8px !important;
		font-weight: 100 !important;
	}
}