#beneficii_tabbar{
	width: 100%;
	background-color: #000000;
}

#beneficii_tabbar_container{
	max-width: 1170px;
	width: 100%;
	margin: 0px auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	padding: 0px 15px;
	column-gap: 60px;
}

.beneficii_tabbar_tab{
	position: relative;
	z-index: 2;
}

.beneficii_tabbar_tab a{
	color: #FFF;
	font-size: 28px;
	font-weight: 800;
	padding: 25px 0px 10px 0px;
	outline: 0;
	cursor: pointer;
	display: block;
}

.beneficii_tabbar_tab.active a{
	color: #E8A724;
	border-bottom: 4px solid #E8A724;
}

.beneficii_tabbar_tab.active a{
	cursor: default !important;
}

.beneficii_tabbar_tab a:hover{
	color: #E8A724;
}

#beneficii_tabbar_separator{
	width: 100%;
	background-color: rgba(255, 255,255, 0.5);
	height: 1px;
	margin-bottom: 20px;
	position: relative;
	top: -1px;
	z-index: 1;
}

@media only screen and (max-width:900px) {
	.beneficii_tabbar_tab a{
		font-size: 18px;
	}
}

@media only screen and (max-width:600px) {

	#beneficii_tabbar_container{
		justify-content: space-between;
		max-width: 455px;
		column-gap: 15px;
	}
}

@media only screen and (max-width:400px) {

	.beneficii_tabbar_tab a{
		font-size: 16px;
    font-weight: 600 !important;
	}

	#beneficii_tabbar_container{
		column-gap: 10px;
	}
}
