.homegrid-container {
  /*margin-bottom: 1.5rem;*/
  position: relative;
  /*float: left;*/
  width: 100%;
	max-width:1560px;
	margin: 40px auto;
}

.homegrid {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin-top: 0;
	margin-left:0;
	margin-right:0;
	margin-bottom:calc(-4% / 3);
}

.homegrid li {
  position: relative;
  width: 24%;
	margin-right:calc(4% / 3);
	margin-bottom:calc(4% / 3);
	float:left;
}
.homegrid li:last-child {
	margin-right:0;
}
.homegrid li:nth-child(4), .homegrid li:nth-child(8), .homegrid li:nth-child(12), .homegrid li:nth-child(16) {
	margin-right:0;
}
@media (max-width: 900px) {
	.homegrid li {
		position: relative;
		width: 32%;
		margin-right:calc(4% / 2);
		margin-bottom:calc(4% / 2);
		float:left;
	}
	.homegrid li:last-child {
		margin-right:0;
	}
	.homegrid li:nth-child(3), .homegrid li:nth-child(6), .homegrid li:nth-child(9), .homegrid li:nth-child(12) {
		margin-right:0;
	}
	.homegrid li:nth-child(4), .homegrid li:nth-child(8), .homegrid li:nth-child(12), .homegrid li:nth-child(16) {
		margin-right:calc(4% / 2);
	}
	
}

@media (max-width: 600px) {
	.homegrid li {
		position: relative;
		width: 49%;
		margin-right:2%;
		margin-bottom:2%;
		float:left;
	}
	.homegrid li:last-child {
		margin-right:0;
	}
	.homegrid li:nth-child(2), .homegrid li:nth-child(4), .homegrid li:nth-child(6), .homegrid li:nth-child(8) {
		margin-right:0;
	}
	.homegrid li:nth-child(3), .homegrid li:nth-child(9) {
		margin-right:2%;
	}	
}

@media (max-width: 320px) {
	.homegrid li {
		position: relative;
		width: 100%;
		margin-right:0;
		margin-left:2%
		margin-bottom:2%;
		float:left;
	}	
}

.homegrid img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
}

.homegrid .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1em;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .6);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
}

.homegrid_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../homegrid.gif") no-repeat left top;
  margin-top: -45px;
}

.homegrid_nav:active {
  opacity: 1.0;
}

.homegrid_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}

.caption > h2 {
    font-size: 1rem;
    font-weight: normal;
}

.caption div > h2 {
    font-size: 1rem;
    font-weight: normal;
}

.caption p {
    color: #fff;
    font-size: 0.7rem;
    line-height: 0.85rem;
		text-align:justify;
}

#content > h3 {
    color: #2470bc;
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 1.5%;
    text-align: center;
		text-transform:uppercase;
}