@charset "UTF-8";
/* CSS Document */

/*							*/
/*	DEVELOPER CLASSES		*/
/*							*/
	
	
		
	#guides {
		background-image:url(../pics/frame/meretezes.png);
		background-position:center bottom;
		background-repeat:no-repeat;
		width:100%;
		height:1499px;
		position:absolute;
		left:0px;
		top:-140px;
	}
	
	.footer-status.hidden {
		display:none;
	}
	.footer-status {
		position:fixed;
		z-index:9999999;
		left:0px;
		bottom:0px;
		width:100%;
		height:20px;
		overflow:hidden;
		text-align:right;
		margin:0px;
		padding:5px 0px 0px 0px;
		background-color:rgba(0,0,0,0.5);
		color:#FFFFFF;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height:12px;
		white-space:nowrap;
		transition:width 1s ease-in-out;
	}
	.footer-status {
		padding:5px 0px 0px 0px;
	}
	.footer-status.collapsed {
		width:0px;
		height:18px;
	}
	
		.footer-status .icon {
			width:26px;
			height:14px;
			border-radius:16px;
			display:block;
			position:relative;
			float:right;
			margin:0px 10px 0px 10px;
			padding:2px 0px 0px 0px;
			text-align:center;
			color:#FFFFFF;
		}
		.footer-status #screen_size {
			color:white;
			font-weight:normal;
			margin:0px 0px 0px 20px;
		}
	.footer-status .guides-toggle {
		float:right; 
		margin-right:50px;
	}


	/*
	.footer-status { display:none; }
	*/
	
	
	
	
/*
.grid-mirror { outline:0px solid hsla(195,100%,40%,0.25); transition:outline 0.3s linear 5s; }
.grid-mirror:hover { outline:1px solid hsla(195,100%,40%,0.25); transition:outline 0.3s linear 0.5s; }
*/