/*GENERAL
SLIDEPANEL*/
@media (max-width: 767px)
{
	.module-panel
	{
		display: none;
	}
	/*DISABLE HORIZONTAL NAVIGATION FOR SMALL DEVICES*/
	#hor_nav UL
	{
		display: none;
	}
	/*ENABLE DROPDOWN LIST FOR SMALL DEVICES*/
	#hor_nav SELECT
	{
		display: inline-block;
	}
	/*STYLING SELECT FIELD*/
	#hor_nav SELECT
	{
		width: 100%;
		min-height: 50px;
		height: 50px;
		border: 0px;
		margin-bottom: 0px;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 9pt;
		color: #333333;
		background-color: transparent;
		background-image: url(../images/menu_img/rs_arrow.png);
		background-repeat: no-repeat;
		background-position: center right;
	}
	/*GENERAL
PATHWAY IN*/
	.container_outer_pathway_in
	{
		display: none;
	}
	/*HEADER*/
	.container_header_outer .container, .container_header_outer .container-fluid
	{
		background-image: none !important;
	}
	/*// HEADER*/
	.header-inner IMG
	{
		/*width: 50% !important;
height: 50% !important;*/
	}
	UL#social_bm_nav
	{
		float: left !important;
	}
	.header .search .inputbox
	{
		display: none;
	}
	#social_bm_outer
	{
		display: none;
	}
	#login_module
	{
		margin-right: 0px !important;
	}
	#plus-login-panel
	{
		width: 200px !important;
	}
	#plus-register-panel
	{
		width: 280px !important;
	}
	#plus-logout-panel
	{
		width: 300px !important;
	}
	#login_module .inputbox
	{
		width: 100px !important;
	}
	#plus-member-registration INPUT
	{
		width: 100px !important;
	}
}
