.medialab-tab.horizontal .nav-tabs{
	width: 20%;
	float: right;
	border-bottom: transparent;
  	background: #2a2a2a;
}
.medialab-tab.horizontal .nav-tabs .nav-item{
	width: 100%;
	border-bottom: 1px solid #4a4a4a;
}
.medialab-tab.horizontal .nav-tabs .nav-item button{
	border: transparent;
	width: 100%;
  	height: 150px;
  	color: #fff;
  	position: relative;
}
.medialab-tab.horizontal .nav-tabs .nav-item button.active:after{
	background: #76bd42;
	content: '';
	width: 60px;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.medialab-tab.horizontal .nav-tabs .nav-item:hover button,.medialab-tab.horizontal .nav-tabs .nav-item button.active{
	background: #414141;
}
.medialab-tab.horizontal .tab-content{
	width: 78%;
}
@media(max-width:960px){
	.medialab-tab.horizontal .nav-tabs,.medialab-tab.horizontal .tab-content{
		width: 100%;
	}
	.medialab-tab.horizontal .nav-tabs .nav-item button{
		height: 50px;
	}
	.medialab-tab ul{display:flex}
	.medialab-tab li{flex:1 0 0%}
}
