.custom_content_grid {position: relative;}
.custom_content_grid .header {
	color: #fff;
	font: normal 30px/30px "Sreda", sans-serif;
	padding: 0 6px 40px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.custom_content_grid .header .border-left {
	background-image: url(/includes/public/assets/images/line-break-white.png);
	bottom: 25px;
	display: block;
	height: 12px;
	left: 5px;
	position: absolute;
	width: 93%;
}
.custom_content_grid .header .border-right {
	background-image: url(/includes/public/assets/images/line-break-white.png);
	background-position: right 1px center;
	background-repeat: no-repeat;
	background-size: 559px 12px;
	bottom: 25px;
	height: 12px;
	margin: auto;
	position: absolute;
	right: 0;
	width: 273px;
}
.custom_content_grid .items {margin-bottom: 20px; padding-top: 25px; overflow: hidden;}
.custom_content_grid .item {display: none; margin-bottom: 40px;	position: relative; width: 100%;}
.custom_content_grid .item:first-child {display: block;}

.custom_content_grid .item .container {background-color: #fff; padding: 5px 5px 35px;}

.custom_content_grid .item img {width: 100%;}
.custom_content_grid .item .content {padding: 15px 25px 0;}
.custom_content_grid .item .title {
	color: #281405;
	display: block;
	font: normal 26px/26px "Sreda", sans-serif;
	margin-bottom: 10px;
	padding: 0;
	max-width: none;
	width: 100%;
	text-align: center;
}
.custom_content_grid .item p {margin: 10px 0 0;}
.custom_content_grid .item .border{
	background-image: url(/includes/public/assets/images/divider-brown.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	height: 8px;
	width: 100%;
}
.custom_content_grid .item .detail {position: absolute; bottom: -19px; left: 0; right: 0; margin: auto; width: 220px;}
.custom_content_grid .viewall {
	color: #fff;
	display: block;
	font: normal 20px/20px "Sofia Rough W00 Black One", sans-serif;
	text-shadow: 1px 1px rgba(0,0,0,0.4);
	text-align: center;
	text-transform: uppercase;
}

@media only screen and (min-width: 40.063em) {
	.custom_content_grid .header {margin: auto; max-width: 56%; position: static; padding-bottom: 32px; width: 400px;}
	.custom_content_grid .header .border-left {bottom: auto; display: block; left: 0; top: 8px; width: 150px;}
	.custom_content_grid .header .border-right {bottom: auto; display: block; left: auto; right: 0; top: 8px; width: 150px;}
	.custom_content_grid .items {margin: 0 -15px 20px; padding-top: 10px;}
	.custom_content_grid .item {display: block; float: left; width: 48%; padding: 0 15px;}
}
@media only screen and (min-width: 64.063em) {
	.custom_content_grid .header .border-left {width: 268px;}
    .custom_content_grid .header .border-right {width: 268px;}
}
