@media (min-width: 1200px) {
	.container {
		max-width: 970px;
	}
}
html, body {
	height: 100%;
}
body {
	background: url(regapibg.webp) no-repeat center center fixed;
	background-size: cover;
}
h1, h2 {
	text-align: center;
	margin: auto;
}
h2, .g-recaptcha {
	padding: 10px 0px 20px 0px;
}
.g-recaptcha div, .btn-default {
	margin: auto;
	display: block;
}
.wrapper {
	background-color: #ffffff;
	padding: 25px;
	margin: 25px;
	border-radius: 10px;
}
#avatar_id .item {
	text-decoration: none !important;
	position: relative;
	display: block;
	cursor: pointer;
	padding: 30px 0px;
	margin: 5px;
	width: 200px;
	height: 365px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
}
#avatar_id .item:hover {
	background-color: #f9f9f9;
}
#avatar_id .item.clicked {
	background-color: #fff989 !important;
}
#avatar_id .item:hover span {
	background-color: rgba(0, 0, 0, 0.85);
	font-size: 16px;
}
#avatar_id .item span {
	transition: all 0.25s;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
	padding: 5px;
	font-size: 10px;
	background-color: rgba(0, 0, 0, 0.25);
	color: #ffffff;
}

.customNavigation {
	text-align: center;
}
.customNavigation a {
	font-size: 8px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}