.hover-tabs {
	/*background: #eef9fe;*/
}
/*.hover-tabs h2 {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
}*/
.hover-tabs .empower {
	padding-top: 50px;
}
.hover-tabs .empower ul li {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	cursor: default;
	margin-bottom: 20px;
	opacity: 0.6;
	padding: 33px 25px 30px;
	position: relative;
}
.hover-tabs .empower ul li:before {
	bottom: auto;
	content: '';
	display: block;
	height: 3px;
	margin: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
}
.hover-tabs .empower ul li:hover, .hover-tabs .empower ul li.active {
	background-color: #fff;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	opacity: 1;
}
.hover-tabs .empower ul li:hover:before, .hover-tabs .empower ul li.active:before {
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
	background-color: #008bd5;
}
.hover-tabs .empower ul li h3 {
	font-size: 18px;
	line-height: 1.3;
	margin: 0;
	font-weight: 600;
}
.hover-tabs .empower ul li p {
	font-size: 14px;
	font-weight: 200;
	line-height: 1.7;
	margin: 0;
}
.hover-tabs .empower .hover-tabs-slider {
	display: inline-block;
	margin-left: 20px;
	position: relative;
}
@media (max-width: 767px) {
	.hover-tabs .empower .hover-tabs-slider {
		display: inline-block;
		margin-left: 0px;
		position: relative;
		width: 100%;
	}
	.hover-tabs .empower .col-md-5 {
		order: 2;
	}
	.hover-tabs .empower .col-md-7 {
		order: 1;
		margin-bottom: 15px;
	}
	.hover-tabs .empower ul li {
		text-align: center;
	}
	.hover-tabs .empower h3 {
		text-align: center;
	}
	.hover-tabs .empower p {
		text-align: center;
	}
	.hover-tabs .empower ul li:before {
		-webkit-transition: background-color 0.2s;
		-moz-transition: background-color 0.2s;
		transition: background-color 0.2s;
		background-color: #008bd5;
	}
	.hover-tabs .empower ul li {
		background-color: #fff;
		box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
		display: inline-block;
		opacity: 1;
		text-align: center;
		vertical-align: top;
		width: 100%;
	}
}
