@media (min-width: 1200px) {
	.container 
	{
		max-width: 100%;
	}
}
html, body 
{
	height: 100%;
}



/* 
h1, h2 
{
	text-align: center;
	margin: auto;
}
h2 
{
	padding: 10px 0px 20px 0px;
}

*/


.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: 0px 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: #DDDDDD;
}
#avatar_id .item.clicked 
{
	background-color: #AAAAAA !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: 14px;
	background-color: rgba(0, 0, 0, 0.25);
	color: #ffffff;
}

.customNavigation 
{
	text-align: center;
}
.customNavigation a 
{
	font-size: 12px;
	-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);
}