.col-md-4r{ float:left; width:15.66%; margin:0.5%}
.col-md-5r{ float:left; width:19%; margin:0.5%}
.box{

}
.demo{ width:1200px; margin:0 auto}
.box:before,
.box:after{
	content: "";
	background: radial-gradient(circle at 0% 30%,#990000 30%);
	opacity: 0;
}

.box:hover:before{
	opacity: 1;
	right: -0%;
}
.box:hover:after{
	opacity: 1;
	top: -0;
}
.boximg{ clear:both}
.box img{
	width: 100%;
	height: auto;
	transition: all 0.5s ease;
	
}
.box:hover img{  }
.box .box-content{
	height:126px;
	padding:5px 15px;
	font-size:22px;
	text-align:left;
	margin:auto;
	color:#666666;
	font-weight:600;
	width:100%;
	background:#f8f8f8;
	
}
.boxtitle{font-size:15px; font-weight: 200}
.boxtitle hover{ color:#ffffff;}
.box:hover .box-content {
text-align: center;
	height:126px;
	padding:5px 15px;
	font-size:22px;
	text-align:left;
	margin:auto;
	color:#FFFFFF;
	font-weight:500;
	width:100%;
	background:#eeb033;
        }
.box a:hover .box-content { color:#ffffff;}

/*
.box .box-content{
	text-align: center;
	transform: translateX(-50%);
	position: absolute;
	bottom:10px;
	margin:auto;
	width:100%;
	left:50%;
	right: 50%;
	z-index: 2;
	transition: all .5s;
}
*/
.box .title{
	color: #1e272e;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 0px 0;
}
.box .post{
	font-size: 16px;
	text-transform: capitalize;
	margin: 0 0 0px;
	display: block;
}


@media only screen and (max-width:860px){
	.box .title{ font-size: 20px; }
	.col-md-4r{ width:48%; float:left;margin:1%}
	.row{ width:100%; margin:0;}
	.demo{ width:98%; margin:0 auto}
}