#container {
	position: relative;
	width: 100%;
	min-height: 100%;

	/*background: #ddd;*/
}
#container:after {
	content: '';
	display: table;
	clear: both;
}
.toggle-scroll {
	width: 100%;
	position: fixed;
	overflow: hidden;

	/*background: black;*/
}

#header-wrap {
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: rgba(255,255,255,0.92);
	/*background-image: url(../images/site/halftone4.png);*/
	background-position: center bottom;
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.header-margin {
	display: block;
	height: 100px;
}

#nav {
	position: fixed;
	top: 1em;
	right: 0;
	z-index: 999;
	/*background-color: #555;*/
}

#main,
#main-admin {
	min-height: 100%; /*min-height is must*/
	display: block;
	/*background-color: skyblue;*/
}
#main-admin {
	padding: 1em;
}
#main:after,
#main-admin:after {
	content: '';
	display: table;
	clear: both;
}



#main-login {
	width: 100%;
	height: 100%;
	padding-bottom: 5em;
	/*background-color: skyblue;*/
}

#footer {
	padding: 4em 1em 2em 1em;
	text-align: center;
	/*background-color: #bbb;*/
}

.vh-center {
	position: absolute;
	top: 50%;
	left: 50%;
	/*transform: translateY(-50%);*/
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);

	background-color: khaki
}


#main:after {
	height: 8em;
}
#main {
	margin-bottom: -8em;
}



/*****
MENU
*****/
.menu-wrap {
	position: absolute;
	z-index: 999999;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	display: none;
}

/*********
PAGE TITLE
**********/
.title-wrap {
	height: 120px;
	margin-bottom: 30px;
	display: block;

	background: palegreen;
}




/******************
ADMIN ARTIST
******************/
.artist_header {
	/*background-color: yellow;*/
}

.admin-edit-wrap {
	/*background-color: orangered;*/
}

/*920*/
@media (min-width: 920px) {
	.artist_header {
		position:fixed;
		width: 17em;
	}
	.admin-edit-wrap {
		margin-left: 18em;
		margin-bottom: 5em;
	}
}
