.bx_catalog_list_home{
	margin-bottom: 14px;
}

.bx_catalog_list_home .bx_catalog_item{
	position:relative;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
	margin-bottom:30px;
	width: 100%;
}

.bx_catalog_list_home .bx_catalog_item_images{
	position:relative;
	z-index:910;
	display:block;
	padding-top:100%;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	background-size:contain;
}

.bx_catalog_item_container {
	float: left;
	width: 100%;
}

.bx_catalog_detail_button a{
	font-size: 16px;
	color: #259AE1 !important;
}

.bx_catalog_detail_button a:hover{
	text-decoration: none;
}

.bx_catalog_img_container {
	width: 15%;
	float: left;
	padding-right: 2%;
}

.bx_catalog_item_day {
	font-size: 34px;
	line-height: 30px;
}

.bx_catalog_item_month {
	text-transform: uppercase;
	font-size: 11px;
}

.bx_catalog_item_date {
	float: left;
	width: 6%;
	padding-right: 1%;
}

.bx_catalog_item_title {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.bx_catalog_preview_text {
	margin-bottom: 10px;
}

.bx_catalog_item_title a {
	color: #259AE1 !important;
	font-size: 18px;
}

.bx_catalog_item_title a:hover {
	text-decoration: none;
}

h1.bx_catalog_element_list_title {
    margin-bottom: 20px;
}

h1.bx_catalog_element_list_title a {
    color: #0d397a;
    text-decoration: none;
}

.bx_catalog_item_group {
	float: left;
	width: 76%;
}

.show_all_elements_btn {
	float: left;
	background: #0476d7; /* Для браузеров не поддерживающих linear-gradient */
	background: transparent linear-gradient(to bottom, #84bbfd, #0476d7) repeat scroll 0% 0%;
	border-top: 1px solid #a2ccff;
	border-bottom: 1px solid #026ac1;
	border-left: 1px solid #53a2f0;
	border-right: 1px solid #53a2f0;
}

.show_all_elements_btn a {
	text-transform: uppercase;
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	padding: 7.5px 22px;
	display: block;
}

.show_all_elements_btn a:active {
	background: #84bbfd;
}

