

/* Start:/local/templates/default/components/bitrix/news.list/stories/style.css?16858007721099*/
.article-item {
    width: 320px;
	margin: 0 15px 60px;
    float: left;
	overflow:hidden;
	position: relative;
}

.article-img {
	overflow: hidden;
	height:250px;
	position: relative;
	display: block;
}

.article-img:before {
	display:block;
	content: "";
	position:absolute;
	height:100%;
	width:100%;
	background:black;
	z-index: 10;
	opacity:0.3;
	-moz-transition: all 500ms ease-out;
	 -o-transition: all  500ms ease-out;
	 -webkit-transition: all  500ms ease-out;
}

.article-item img
{
	-moz-transition: all 500ms ease-out;
	 -o-transition: all  500ms ease-out;
	 -webkit-transition: all  500ms ease-out;
}

.article-item:hover img {
	-webkit-transform: scale(1.1);
	 -moz-transform: scale(1.1);
	 -o-transform: scale(1.1);
}

.article-name {
	position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 21px;
    z-index: 10;
    transition: all 300ms;
}

.article-name a {
	color:#fff;
	text-decoration: none;
}
.article-item:hover .article-name {
	 bottom:-50px;
}
.article-item:hover .article-img:before{
	opacity: 0;
}
/* End */
/* /local/templates/default/components/bitrix/news.list/stories/style.css?16858007721099 */
