/**
 * nash Stylesheet Tree Menu
 *
 * @package nash Theme
 * @subpackage nash
 * @since nash
 */

/** selecter **/
.loader{
	position: fixed;
	z-index: 999999;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
	right: -50%;
	bottom: -50%;
	overflow: hidden;
	background-color: #ffffff;
}
.loader.loaded{
	z-index: -1;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	opacity: 0;
}
