@media (max-width: 480px)
{
	#social_bm_outer
	{
		display: none !important;
	}
}
@media (max-width: 767px)
{
	#color-toolbar-outer
	{
		display: none;
	}
	SECTION #slide_panel_button BUTTON
	{
		display: none;
	}
}
@media (max-width: 767px)
{
	#hor_nav SELECT
	{
		display: inline-block;
		width: 100%;
		height: 45px;
		border: 0px;
		margin-bottom: 0px;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 9pt;
		position: relative;
	}
	#hor_nav SELECT
	{
		background: url(../images/menu_img/rs_arrow.png) right center;
		background-repeat: no-repeat !important;
	}
	#plusl, #slide_panel_button
	{
		float: right;
	}
}
