
.camera_pie {  display: none; }
.WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel > li.sel > .item > a {
  color: #EA2F3C;
}

.WaGadgetMenuHorizontal.menuStyle002 .menuInner ul.firstLevel > li > .item:hover > a {
  color: #EA2F3C;
}



/*** Nicasio Edits - Related to Language Toggler ***/

.messageActionsContainer a:before {
  display:none !important;
}


/* 
	Style the Language Toggler buttons
*/

#languageToggleContainer a {

	/* Default Styling */
	/* You can customize these rules or remove them and add your own */

	color: #ED1C24; /* text color */
	text-decoration: underline; /* underline for text, change to none for no underline */

}

/* 
	Style the Language Toggler buttons' "hover" state
*/

#languageToggleContainer a:hover {

	/* Default Styling */
	/* You can customize these rules or remove them and add your own */
	
	color: #008BAE;

}

/* 
	Hide the Menu Items by default to avoid page lag 
	and triggering the new WA Ver. 5 Phantom Responsive Menu.
	Then reset to table-cell when "visible" class exits via jquery
	Also accommodates the mobile responsive menu.
*/

/* This HAS to be used in order for the menu to work properly */

.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li {display:none;}
.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.visible li {display:block !important;} 

.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.visible,   .WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.phantom {display:table-cell !important;}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel[style*="display: block"] > li.visible {
display:block !important;
}

