#BR_container
{
	padding-bottom: 1rem;
	padding-top: 1rem;
}
#BR_container .col-sm-1 
{
	margin-bottom: 1rem;
}
.img-grey
{
	-webkit-filter:grayscale(100%);
	filter:grayscale(100%);
}

.img-grey:hover
{
	filter: none;
	-webkit-filter: none;
	-ms-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;

}

@media (min-width: 768px) {
	#BR_container .col-sm-offset-1 {
		margin-left: 8.33333%;
	}
}

#BR_container .HM_CUSTOM_BLOCK_TITLE{
	font-size: 17px;
}