
	.northeme-under-construction-front-end .admin-message {
		position:absolute; 
		width:550px;
		text-align: center;
		top:50%;
		left:50%;
		margin-left:-275px;
		color:#000;  
		font-size: 16px;
  		line-height: 1.7em;
	}
	.northeme-under-construction-front-end .admin-message a {
		color:#000;
		font-weight:bold;
		padding-bottom:5px;	
		text-decoration:none;
	}
	.northeme-under-construction-front-end .admin-message a:hover {
		border-bottom:1px dotted #cc0000;
		padding-bottom:4px;
	}
	.northeme-under-construction-front-end .admin-message img {
		width: 80px;
		margin-left: -5px;
		margin-bottom: 20px;	
	}
	.northeme-under-construction-front-end .admin-message small {
		color:#666;
	}
	.northeme-under-construction-front-end .message.admin-entry small {
		border-bottom: 1px dotted #999;
		font-size:21px;
		padding-bottom: 5px;
		color: #cc0000;	
	}
	.northeme-under-construction-front-end .button {
		border: 1px solid;
		-moz-border-radius:30px;
		-webkit-border-radius:30px;
		border-radius: 30px;
		display: inline-block;
		font-size: 12px;
		text-decoration: none;
		cursor: pointer;
		padding: 9px 15px 9px 15px!important;
		line-height:1em;
		margin-top:20px;
	}
	.northeme-under-construction-front-end .button:hover { 
		padding: 9px 15px 9px 15px!important;
		border: 1px solid #000;
	
	}
	.northeme-under-construction-front-end .edit-this { 
		position:absolute;
		right:12px;
		top:12px;
		font-size:10px;
		background:#cc0000;
		color:#fff;
		border-radius:50px;
		line-height:auto;
		padding:2px 12px 0px 12px;
		text-decoration:none;
	}

	.northeme-under-construction {
		z-index: 999999;
		background:#fff;
		width: 100%;
		left: 0;
		top: -32px;
		position: absolute;
		bottom: 0; 
		display:none;
		cursor:url(../images/close_cursor.png), auto;
	}
	.northeme-under-construction .close {
		position:absolute;
		right:30px;
		top:45px;
		font-size:10px;
		padding: 2px 5px 5px 10px;
		text-decoration:none;
		line-height: 14px;
	}
	.northeme-under-construction .close i {
		font-size:18px;	
		top: 2px;
		position: relative;
		margin-left: 2px!important;
	}
	.northeme-under-construction .logo, .northeme-under-construction-front-end .logo {
		position:absolute; 
		width:350px;
		text-align: center;
		top:50%;
		left:50%;
		margin-left:-175px;
	}	
	.northeme-under-construction .message-nologo, .northeme-under-construction-front-end .message-nologo {
		width:600px;
		margin-left:-300px;
	}
	
	@media only screen and (max-width: 767px) {
		.northeme-under-construction .message-nologo, .northeme-under-construction-front-end .message-nologo {
			width:300px;
			margin-left:-150px;
		}
	}
	
	.northeme-under-construction .logo img, .northeme-under-construction-front-end .logo img {
		max-width:100%;	
		-moz-transform: scale(0.7);
		-webkit-transform: scale(0.7);
        transform: scale(0.7);
		zoom:0.7;
	}
		 
	.northeme-under-construction .message, .northeme-under-construction-front-end .message {
		position:absolute; 
		width:100%; 
		padding:30px;  
		box-sizing: border-box; 
		bottom:30px; 
		text-align:center;
		font-size:12px; 
		font-family:'Roboto', Helvetica, Arial;
		line-height:1.6em;color:#625146
	}
	
	.step-underconstruction-wrapper .message iframe {
		height:160px!important;
	}
	.step-underconstruction-wrapper img {
		max-width:220px;	
		max-height: 60px!important;
	}

