._mask_obj{height:100%;width:100%;text-align:center}
._mask_obj._no_full{text-align:center;height:auto}
._mask_obj h2,._mask_obj h3,._mask_obj h4{margin:0;padding:10px;text-transform:uppercase}                ._shops_public .template15 ._item
{
	position:relative;
	margin-bottom:10px;
}
._shops_public .template15 ._item ._content
{
	padding-top:0;
	position:absolute;
	bottom:0;
	width:100%
}
._shops_public .template15 ._item ._content ._title
{
	position:relative;
	    margin: 0;
    font-size: 15px;
    background-color: #0074ba;
    color: #fff;
    text-align: center;
    padding: 5px;
}
._shops_public .template15 ._item ._content ._title:after
{
	    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -8px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent transparent transparent;
	    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	    border-bottom-color: #0074ba;
	opacity:0
}
._shops_public .template15 ._item ._image 
{
	position:relative;
	overflow:hidden
}
._shops_public .template15 ._item ._image img
{
	    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
._shops_public .template15 ._item:hover ._content ._title:after
{
	top:-12px;
	opacity:1
}
._shops_public .template15 ._item:hover ._image img
{
	    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}




