﻿.template11 ._item ._image{position:relative;overflow:hidden}
.template11 ._item ._image img{
	-webkit-transition: transform 2s ease;
	-moz-transition: transform 2s ease;
	-ms-transition: transform 2s ease;
	-o-transition: transform 2s ease;
	transition: transform 2s ease}
.template11 ._item:hover ._image img{
	transform: translateZ(0) scale(1.1, 1.1);
	-moz-transform: translateZ(0) scale(1.1, 1.1);
	-webkit-transform: translateZ(0) scale(1.1, 1.1);
	-ms-transform: none;
	-webkit-transform-style: preserve-3d}
.template11{overflow:hidden}
.template11 ._item{position:relative;margin-bottom:10px}
.template11 ._item .overlay{position:absolute;top:0;width:100%;height:100%;display:block;z-index:2;
	background: -moz-linear-gradient(top, transparent 20%, rgba(0,0,0,0.6) 100%);
	background: -webkit-linear-gradient(top, transparent 20%, rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom, transparent 20%, rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 )}
.template11 ._item ._image ._content{width:100%;position:absolute;bottom:0;padding:10px;z-index:10}
.template11 ._item ._image ._content ._title{margin: 0;padding-bottom: 5px;margin-bottom: 5px}
.template11 ._item ._image ._content ._author span i.icost{margin-right:5px}
