.channel-new {
    width: 190px;
    height: 174px;
    position: relative;
    background: rgb(234, 234, 234);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    float: left;
    overflow: hidden;
    margin: 1px 2px 0 2px !important;
	border-radius: 2px;
}

.channel-new div.img-cont {
	width: 100%;
    height: 96px;
    position: relative;
    text-align: center;
    background: rgb(255, 255, 255);
    padding: 20px 0 0 0;
    font-size: 1em;
    line-height: 1.5;
}

.channel-new div.img-cont img {
    display: inline;
    opacity: 0.6;
    transition: all 0.35s;
    vertical-align: middle;
    text-align: center;
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.channel-new span {
    font-size: 12px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 14px;
    top: 5px;
}

.channel-new > h2 {
    width: 190px;
    height: 48px;
    position: relative;
    background-color: rgb(234, 234, 234);
    color: rgba(102, 102, 102, 0.929);
    margin: 0;
    bottom: 0;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.071;
    font-family: "Open Sans", sans-serif;
    display: table-cell;
    vertical-align: middle;
}

.channel.baz_hidden_channel.channel-new h2
 {	
	background-color: #216773;
	color: rgba(255, 255, 255, 0.929);
}

.channel-new:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.4);
}

.channel-new:hover div.img-cont img{
	opacity: 0.8;
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
