@media (min-width: 1200px) {
	.container {
		max-width: 970px;
	}
}
html, body {
	height: 100%;
}
body {
	background: #45484d;
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
	background-attachment: fixed;
}
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;
}
small.text-muted {
	margin: 2px 12px;
	display: block;
}
#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: 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);
}