/* CSS Document */
@media only screen and (min-width : 960px) {
.stellarnav > ul > li:nth-child(9)  {
	background-color: #dcd0bb !important;
}
.stellarnav > ul > li:nth-child(9) a {
	color:#fff !important;
}
}

ul.ulgallery {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	width: 100%;
	margin-bottom: 10%;
	border-bottom: 2px solid #f2f2f2;
}
ul.ulgallery li {
	width:10%;
	margin-bottom: 3%;
	padding-left:0.5%;
	margin-right:0.5%;
}
ul.ulgallery li img {
	width: 60px;
	height: 60px;
	object-fit: cover;
}


@media screen and (max-width : 960px) {

ul.ulgallery {}
ul.ulgallery li {width:12%;}

}

@media screen and (max-width : 600px) {

ul.ulgallery {}
ul.ulgallery li {width:18%;}

}




aside {
	margin-left:1em;
}
aside p {
	color: #000;
	margin-bottom:0;
	margin-left:1em;
}
aside time {
	color: #f00;
	font-size: 14px;
	font-weight: bold;
}







