/* # */
	#w_mb_responsive_active_button_div {
		padding: 5px;
		color: #FF0000;
		text-align: center;
	}
	
	#w_mb_responsive_hide_button_div {
		background-position: -66px -383px;
		height: 29px;
		width: 29px;
		cursor: pointer;
		display: none;
		right: 50px;
		position: absolute;
		top: 50px;
		z-index: 10;
	}
	
	#w_mb_responsive_hide_button_div_mob {
		background-position: -66px -383px;
		height: 29px;
		width: 29px;
		cursor: pointer;
		display: none;
		right: 30px;
		position: absolute;
		top: 30px;
		z-index: 10;
	}
	
	#w_mb_responsive_show_button_div,
	#w_mb_responsive_show_button_div_mob {
		background-position: -8px -385px;
		height: 24px;
		width: 39px;
		margin: 10px 10px 9px;
		cursor: pointer;
	}
	
	#w_mb_responsive_div {
		position: relative;
		z-index: 30;
	}
	
	#w_mb_responsive_nav {
		background: rgba(30,50,90,0.95);
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		padding-top: 100px;
		height: 100%;
		width: 100%;
	}
	
	#w_mb_responsive_nav_mob {
		background: rgba(30,50,90,0.95);
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		padding-top: 30px;
		height: 100%;
		width: 100%;
	}
	
	#w_mb_responsive_nav a,
	#w_smb_responsive_nav a,
	#w_mb_responsive_nav_mob a {
		text-decoration: none;
	}
/* # */

/* . */
	.w_mb_responsive_button_div {
		color: #fff;
		padding: 5px;
		text-align: center;
	}
	
	.w_mb_responsive_button_div:hover {
		color: #FF0000;
	}
	
	.w_mb_responsive_sub_buttons_parent_div {
		display: none;
	}
/* . */