.c
{
	display: inline-block;
	position: relative;
	width: 48%;
	margin: 15px 1%;
	cursor: pointer;
	float: left;
}

.c .c1
{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background: #3b5eb6;
	z-index: 50;
	opacity: 0;
	height: 100%;
	width: 100%;
}

.c:hover .c1
{
	opacity: .8;
	transition: opacity .5s;
}

.c:hover img {
	opacity: 0.15;
	transition: opacity .5s;
}

.c img {
	width: 100%;
}

.c .icon-green { background: #3bce42; }

.c:hover .gal-title {
	color:#ff6000;
}

.c1 .play {
	font-size: 44px;
	text-align: center;
	position: absolute;	
	z-index: 55;
	height: 20%;
	width: 50%;
	color: #FFF;
	top: 0;
	right: 0;
	margin: auto;
	left: 0;
	bottom: 0;
}

.c .gal-title {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: auto;
	font-family: "sainsurguuli";
	font-size: 14px;
	z-index: 56;
	color: #FFF;
	padding: 9px 5px;
	background: rgba(66,66,66,.7);
	text-transform: uppercase;
}

.view-all {
	padding-right: 25px;
	color:#f83260;
	font-size: 14px;
	font-weight: bold;
	font-family: "sainsurguuli";
	line-height: 40px;
	float: right;
	text-decoration: underline;
}

.view-all:hover { text-decoration: none; color: #2653c0; }

/*--------------- start-responsive design ---------------*/
@media only screen and (max-width: 767px) {
	.c { width: 47.5%; }
	.c1 .play { font-size: 44px;}
}

@media only screen and (max-width: 479px) {
	.c { width: 100%; }
	.c .gal-title { padding: 6px 4px; }
}