/* home */
#homeShell {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	-webkit-user-select: none;
}
	#homeContent {
		position: relative;
		top: 40px;
		left: 40px;
		width: 254px;
		height: 100%;
	}
		.homeItem {
			display: block;
			visibility: hidden;
		}
		.homeBtn {
			cursor: pointer;
		}
		#ticketsBtn {
			position: absolute;
			top: 424px;
			left: 40px;
			width: 168px;
			height: 38px;
			font-size: 12px;
			line-height: 38px;
			color: #fff;
			text-align: center;
			background-color: rgba(0,0,0,.5);
			border: 1px solid #9ccddb; 
		}

/* social feed */
#socialWidget {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	visibility: hidden;
}
