/* ------------------------------------------------------------ *\
	Tabs	
\* ------------------------------------------------------------ */

.tabs .nav {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px; 
}

.tabs .nav a {
	position: relative; 
	text-decoration: none; 
}

.tabs .nav-pills > li.active>a, 
.tabs .nav-pills > li.active>a:focus, 
.tabs .nav-pills > li.active>a:hover,
.tabs .nav .active a {
	background-color: transparent;
	color: #181f38; 
}

/*.tabs .nav a:after {*/
	/*content: '';*/
	/*position: absolute; */
	/*bottom: 0; */
	/*left: 0; */
	/*width: 0; */
	/*height: 2px; */
	/*background: #2a7dfb; */
	/*transition: .2s;*/
/*}*/

.tabs .nav .active a:hover,
.tabs .nav a:hover {
	background-color: transparent; 
	color: #181f38;
}

.tabs .nav a:hover:after,
.tabs .nav .active a:after {
	width: 100%; 
}

/* ------------------------------------------------------------ *\
	Tabs boxes
\* ------------------------------------------------------------ */

.tabs-boxes {
/* 	margin-bottom: 50px;  */
}

.tabs-boxes .tab {
	display: none; 
}

.tabs-boxes .tab:after {
	content: '';
	clear: both; 
	line-height: 0; 
	display: table; 
}

.tabs-boxes .tab.active {
	display: block; 
}

@media ( min-width: 767px ) {
	.tabs-boxes {
	/* 	margin-bottom: 200px;  */
	}
	
	.tabs-boxes .scroll-tab-holder {
		margin-bottom: 0px;
	}
}

