.stat-block {
	margin-top:60px;
}
.stat-block .owl-carousel .owl-stage {
	display: flex;
	align-items: stretch;
}
.stat-block h2 {
	font-size: 30px;
	font-family: 'Bebas Neue';
	font-weight: 600;
	margin: 35px 0px;
	color: #000;
}

.stat-block .owl-item {
	display: flex;
	flex-direction: column;
}
.stat-block .owl-nav button{
	position:absolute;
	height: calc(100% - 70px);
	top: 0;
	background-color:rgba(0,0,0,0.1) !important;
	width: 50px;
	transition:all 0.25s ease;
}
.stat-block .owl-nav button span{
	font-size:70px;
	color:#fff;
}
.stat-block .owl-nav button.owl-prev{
	left:-50px;
}
.stat-block .owl-nav button.owl-next{
	right:-50px;
}
.stat-block .owl-carousel{
	overflow:hidden;
}
.stat-block .owl-carousel:hover button.owl-next{
	right:0px;
}
.stat-block .owl-carousel:hover button.owl-prev{
	left:0px;
}
.stat-block .owl-dots{
	width: 100%;
	text-align:center;
}
.stat-block .owl-dots button{
	height:70px;
}
.stat-block .owl-dots span{
	display: inline-block !important;
	border-style: none !important;
	background-color: rgba(0,0,0,0.2) !important;
	width: 10px !important;
	height: 10px !important;
	border-radius: 50% !important;
	margin: 0px 3px !important;
	transition: all .3s ease-in-out !important;
	-webkit-transition: all .3s ease-in-out !important;
	-moz-transition: all .3s ease-in-out !important;
	-o-transition: all .3s ease-in-out !important;
}
.stat-block .owl-dots button.active span{
	background-color: rgba(0,0,0,0.5) !important;
}

.stat-month {
	padding:30px 20px;
	background: #f2f2f2;
	flex: 1;
}
.stat-month-title {
	text-align:center;
	font-size: 25px;
	font-family: 'Bebas Neue';
	font-weight: 600;
	color: #000;
	margin-bottom: 25px;
	border-bottom: 1px solid #b5b5b5;
	padding-bottom: 5px;
}
.stat-type:not(:last-child) {
	margin-bottom: 20px;
}
.stat-type-title {
	font-family: 'Bebas Neue';
	text-align:center;
	width:100%;
	text-transform: uppercase;
	font-weight:600;
	font-size: 18px;
	margin-bottom: 10px;
}
.stat-category-title {
	font-family: 'Bebas Neue';
	text-align:center;
	width:100%;
	text-transform: uppercase;
	font-weight:600;
	font-size: 16px;
	margin: 10px 0 -10px; 
}
.stat-type-content {	
	border: 1px solid grey;	
}
.stat-type-row {
	display: flex;
	text-transform: uppercase;
	font-family: 'Bebas Neue';
	font-size: 16px;
}
.stat-type-main {
	padding: 20px;
}
.stat-type-main .stat-type-col:first-child {
	border-right: 1px solid grey;
	padding-right: 10px;
	width: 50%;
	text-align: right;
}
.stat-type-main .stat-type-col:last-child {
	padding-left: 10px;
	width: 50%;
	text-align: left;
}
.show-stat {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
	line-height: 20px;
	height: 30px;
}
.stat-type-wrap.active .show-stat span {
	transform: rotate(-90deg);
	transition: all 0.25s ease;
}
.show-stat:focus, .show-stat:hover {
	text-decoration: none;
}
.show-stat span {
	transform: rotate(90deg);
}
.detailed-stat-body {
	display: none;
	padding: 20px;
}
.detailed-stat-body .stat-type-col:first-child {
	border-right: 1px solid grey;
	padding-right: 10px;
	width: 30%;
	text-align: right;
}
.detailed-stat-body .stat-type-col:last-child {
	border-left: 1px solid grey;
	padding-left: 10px;
	width: 45%;
	text-align: left;
}
.detailed-stat-body .stat-type-col:nth-child(2) {
	flex: 1;
	text-align: center;
}
.detailed-stat-values {
	padding-top: 20px;
	border-top: 1px solid grey;
}
.detailed-stat-total{
	width: 140px;
	height: 120px;
	position: relative;
	margin: auto;
	border: 3px solid #f00;
	border-radius: 50%;
	position: relative;
	margin-bottom: 20px;
}
.detailed-stat-total:before{
	content: "";
	position: absolute;
	display: block;
	width: 3px;
	height: 90%;
	top: 5%;
	left: calc(50% - 1px);
	transform: rotate(60deg);
	background: #f00;
}
.detailed-stat-total .days{
	position: absolute;
	top: 25px;
	left: 20px;
	line-height: 30px;
	color: #f00;
	font-size: 44px;
	font-weight: 700;
}
.detailed-stat-total .days sup{
	vertical-align: top;
	font-size: 18px;
}
.detailed-stat-total .percents{
	position: absolute;
	bottom: 25px;
	right: 15px;
	font-size: 36px;
	font-weight: 600;
	color: #f00;
	line-height: 20px;
}
.detailed-stat-total .percents sub{
	vertical-align: baseline;
	font-size: 24px;
	bottom: 2px;
}