/* COUNT ON DAY */

body.home .cb-module-block article .cb-mask{
	position: relative;
}

body.home .cb-module-block .format-video .cb-mask a:after,
body.home .cb-module-block .format-audio .cb-mask a:after,
body.home .cb-module-block .format-gallery .cb-mask a:after{
	left: 10%;
}

.wpr_count_on_day {
	display: none;
}

.wpr_count_on_day {
  background-color: rgba(0,0,0,0.5);
  color: #fff;
	display: inline-block;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
  height: 44px;
	line-height: 44px;
  text-align: center;
	width: 88px;
}

body.home .wpr_count_on_day {
  border: 1px solid #fff;
  bottom: 5px;
	display: block;
  line-height: 34px;
  overflow: hidden;
  padding: 5px;
	position: absolute;
	right: 5px;
	width: 44px;
}

.wpr_count_on_day .inner_hidden{
	height: 44px;
}

body.home .wpr_count_on_day .inner_hidden{
	display: none;
}

body.home .cb-main article .cb-mask:hover .wpr_count_on_day{
	width: 88px;
}

body.home .cb-main article .cb-mask:hover .wpr_count_on_day .inner_hidden{
	display: inline;
}