.smooth
{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.articles__main-page:after
{
	clear: both;
	content: "";
	display: block;
	height: 0;
	position: relative;
}
#art-search > .articles__item
{
	margin: 0 17px 30px 0 !important;
}
.articles__item
{
	display: block !important;
	float: left !important;
	height: auto !important;
	margin: 0 0 30px 0 !important;
	max-width: 278px !important;
}
.article__item-placeholder
{
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	bottom: 0;
	height: inherit;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.article__item-placeholder_inner
{
	display: table;
	min-height: 100%;
	height: 100% !important;
	height: auto;
	width: 100%;
}
.article__item-placeholder_wrapper
{
	display: table-row;
}
.articles__item-image_link
{
	display: block;
}
.article__item-face
{
	cursor: pointer;
	position: relative;
}
.article__item-face:hover .article__item-placeholder
{
	opacity: 1;
}
.article__item-button
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.article__item-button__inner
{
	border: 1px solid #000;
    color: #252525;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
    padding: 9px 20px;
	text-transform: uppercase;
}
.article__item-button__inner
{
	background-color: transparent;
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.article__item-button__inner:hover 
{
	color: #fff;
	background-color: #000;
}
.articles__item-category
{
	display: block;
	padding: 10px 0 5px;
	text-transform: uppercase;
}
.articles__item-category:hover
{
	color: #fa522b;
}
.article__item-title__link:hover
{
	color: #fa522b;
}
.huge-input
{
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	margin: 0 0 15px 0;
	width: 850px;
}
.border-top 
{
	margin: 0 0 25px 0;
}