#portal {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 800px;
	font-family: 'Varela Round', Helvetica, Arial, sans-serif;
	color: #fff;
}
/* 50% Content for 2 blocks */
.half-grid {
	position: fixed;
	top: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	text-align: center;
}
	#portal .left {
		left: 0;
	}
	#portal .right {
		right: 0;
	}

#gemicon {
	background: #e84a4a url(../img/gemicon-portal-bg.png) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
	#gemicon .logo {
		width: 237px;
		height: 133px;
		display: block;
		margin: 0 auto 40px auto;
		background: url(../img/gemicon-portal-logo.png) no-repeat;
	}

#budicon {
	background: #1d252b url(../img/budicon-portal-bg.png) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
	#budicon .logo {
		width: 117px;
		height: 115px;
		display: block;
		margin: 0 auto 49px auto;
		background: url(../img/budicon-portal-logo.png) no-repeat;
	}

.desc {
	font-size: 30px;
	margin-bottom: 80px;
}

.screening {
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.centering {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;

}

#portal .button {
	border: 1px solid rgba(255,255,255,.8);
	padding: 30px 75px;
	background: transparent;
	max-width: 270px;
	margin: 0 auto;
	cursor: pointer;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	color: #fff;
	font-size: 28px;
}
#portal .button:hover {
	background: rgba(255,255,255,.05);
}

.product-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;

	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.product-link:hover {
	background: rgba(0,0,0,.1);
}