.label
{
	display: inline /* android bug */
}
.t4 a {
font-size: 110%;
}
.t3 a {
font-size: 100%;
}
.t2 a {
font-size: 90%;
}
.t1 a {
font-size: 80%;
}
.catr
{
float:right;
padding-right:5px;
}
#gallery {
width:100%;
float:left;
display:block;
margin-right:0;*/
}
.gallery div a {
border: 1px solid #999;
float:left;
margin:5px;
padding:5px;
}
h1 {
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0px;
}
.navbar-brand {
padding-left: 5px;
padding-right: 0;
}

.g1-image {
	margin: 0 auto;
	max-height: 75vh;
}

.g1-1 {
	margin-bottom: 1em;
	position: relative;
	z-index:2,
	margin: 0;
	padding: 0;
	text-align: center;
}

.g1-bg {
	position: absolute;
	z-index: -1;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-o-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
}
.g1-2 {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, transparent 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, transparent 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 80%,rgba(0,0,0,0.5) 100%);
}

.g1-2 div {
	z-index: 1;
	padding: 0 0 0.5em 0.5em;
	margin:0;
	font-size: 110%;
}

.g1-2 h3 {
	padding: 0 0 0.5em 0;
	margin:0;
	text-shadow: 1px 1px #666;
}
.g1-2 a {
	color: #FFF;
	font-size: 110%;
.g1-2-i {
	margin: 0;
	padding: 0;
}