﻿.bnc_tiles_home
{
	padding:0 !important;
}
.bnc_tiles_home .bnc_tile_item
{
	padding:0.75em !important;
	
}
.bnc_tiles_home .bnc_tile_item img
{
	width:100%;
	-webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.bnc_tiles_home .bnc_tile_item:hover img
{
	-webkit-box-shadow: 10px 10px 15px -6px rgba(49,66,153,0.64);
    -moz-box-shadow: 10px 10px 15px -6px rgba(49,66,153,0.64);
    box-shadow: 10px 10px 15px -6px rgba(49,66,153,0.64);
}