.backgroundLayer {
	background: rgba(0,0,0,0.5); 
	position: fixed;  
	height: 100%; 
	width: 100%; 
	top: 0px; 
	left: 0px; 
	z-index: 1000;	
}

.wrapperLayer {
	width: 100%; 
	max-width: 750px; 
	position: absolute; 
	top: 15%; 
	left: 50%; 
	margin-left: -375px;
}
@media (max-width:750px) {
	.wrapperLayer {
		left: 0px;
		margin-left: 0px;
		width: 96%;
		margin-left: 2%;
		top: 30px;
		height: 100%;
		position: fixed;
	}
}

.closeButton {
	float: right;
	height: 25px;
	width: 25px;
	position: relative;
	top: -15px;
	right: -35px;
}
@media (max-width:850px) {
	.closeButton {
		right: 0px;
	}
}

.contentLayer {
	border: 8px solid #fff;
	background: #28375a;
	clear: both;
	padding-bottom: 28px;
}

.contentLayer .contentText {
	color: #fff;
	font-size: 30px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: normal;
	line-height: 33px;
	font-family: jaapokki !important;
	letter-spacing: 1px;
}
@media (max-width:850px) {
	.contentLayer .contentText {
		font-size: 25px;
		line-height: 28px;
	}
}

.contentLayer .linkButton {
	color: #28375a !important;	
	display: block;
	float: left;
	font-weight: normal;
	margin-top: 30px;
	margin-left: 25px;
	text-align: center;
}
@media (max-width:850px) {
	.contentLayer .linkButton {
		margin-top: 20px;
	}
}
.contentLayer .linkButton button {
	background: #fff;
	border: 0px;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 42px;
	width: 160px;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 1px;
}
@media (max-width:850px) {
	.contentLayer .linkButton button {
		padding-left: 10px;
		padding-right: 10px;
		width: 115px;
	}
	.contentLayer .linkButton.noMargin  {
		margin-left: 15px;
	}
}
