@charset "utf-8";
/* CSS Document */

.masonary-grid-2016 {
  margin: 0;
  	list-style: none;
    padding: 0px;
	width:100%;
}


.masonary-grid-2016:after {
  content: '';
  display: block;
  clear: both;
}

.masonary-grid-2016 li {
  float: left;
  width: 181px;
  height:auto;
  margin-right:10px;
  margin-bottom:10px;
}
ul.masonary-grid-2016 a {
	margin:0px;
	padding:0px;
	text-decoration: none;
	color:#FFFFFF;
}
ul.masonary-grid-2016 a img {
	width: 100%;
	border: none;
	height:auto;
}
ul.masonary-grid-2016 strong {
	width: 100%;
	display:inline-block;
	background: #01b850;
	padding:4%;
	color:#FFFFFF;
	font-weight: normal;
	text-transform:uppercase;
	font-size:16px;
	text-decoration: none;
	box-sizing:border-box
}