.imagesector{ 
   position: relative; 
   width: 100%; /* for IE 6 */
}

.imagesector h4 { 
   position: absolute; 
   bottom: 0px;
	left: 0px;
	right: 0px;
   width: 100%!important; 
   text-align: center;
	
}


.imagesector caption { 
	caption-side: bottom;
	background-color: #8fa541;
	text-align:center;
	max-width: 100%;
	
}
.imagesector caption a{ 
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	
	
}


.primary {
  cursor: pointer;
	padding-bottom: 20px;
}
 
.primary a{text-decoration: none;}
.primary img {

	align: center;
	}
	
.primary img {
  filter: url("/media/1153/gray.svg#grayscale");
  /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
   filter: grayscale(100%);
  filter: grayscale(1);
  filter: gray;
  /* IE 6-9 */
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.no-js img {
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
 
    filter: url("/media/1153/gray.svg#grayscale");
    filter: gray;
}
 
.primary:hover img {
 
  -webkit-filter: none;
  filter: none;
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
