section#home-tabs {
	margin-top: 80px;
}

.vc_products_tabs {
	transition: margin .5s;
}

.html_tab_header {
	position: relative;
	margin-right: 30px;
	background: #fff;
	width: 33.33%;
	display: flex;
	padding: 40px;
	padding-bottom: 65px;
	cursor: pointer;
	transition: .25s;
	/* transform: translateY(-25px); */
}

.html_tab_header:last-child {
	margin-right: 0;
}

.html_tab_header:after {
	content: '';
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	width: 85%;
	height: 1px;
	background: #d2d2d2;
	margin: auto;
	transition: .25s;
	background-position: left bottom;
	background-size: contain;
	background-repeat: no-repeat;
}

.html_tab_header_image {
	width: 100px;
	margin-right: 40px;
	position: relative;
	margin-top: -90px;
}

.html_tab_header_image img {
	width: 100%;
	height: auto;
	display: block;
}

.html_tab_header_txt {
	flex: 1;
}

.html_tab_inner_items .jr_product.display_mode_1 .jr_product_item {
	width: 25%;
}

.html_tab_inner_items .jr_product.display_mode_1 .jr_product_item:nth-child(3n):after {
	content: ''!important;
}

.jr_product.display_mode_1 .jr_product_item:nth-child(3n):before {
	display: none;
}

.html_tab_inner {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding-top: 70px;
	width: 100%;
}

.html_tab_inner.active{
	display: flex;
}

.html_tab_inner_items {
	width: 66.66%;
}

.html_tab_inner_cta {
	width: 33.33%;
	flex: 1;
}

.html_tab_inner_cta {
	background-color: #11579e;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-left: 20px;
}
.html_tab_inner_cta a {
	display: block;
	color: #fff;
	border: 2px solid;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-bottom: 60px;
	font-weight: 500;
	transition: .25s;
}

.html_tab_inner_cta a:hover {
	background: #11579e;
	border-color: #11579e;
}

.html_tab_inner_items .jr_product.display_mode_1 .jr_product_items {
	padding: 0;
}

.html_tab_header_title h2 {
	margin-top: 0;
	text-transform: none;
	font-family: 'Merriweather', serif;
	color: #949494;
	font-size: 1.8em;
}

.html_tab_header.active .html_tab_header_title h2 {
	color: #11579e;
}

body .vc_products_tabs .jr-wrapper {
	transition: .5s;
}

.html_tab_header.active:after {
	background-color: #fff;
	background-image: url(../images/sep-arrow.png);
	height: 23px;
	bottom: 0;
}

.html_tab_header.active {
	cursor: initial;
	transform: translateY(-24px);
}

.html_tab_header:hover {
	transform: translateY(-24px);
}

.html_tab_header_desc {
	font-size: 17px;
	line-height: normal;
	font-weight: 500;
}

body .vc_products_tabs .jr-wrapper {
	position: relative;
	display: flex;
}

.html_tab_header:nth-child(5) {
	margin-right: 0;
}

@media (max-width: 1400px){

	.html_tab_header {
		width: 100%;
		padding: 20px;
		padding-bottom: 40px;
		box-sizing: border-box;
	}

	.html_tab_header_image {
		width: 50px;
		margin-right: 20px;
		margin-top: -60px;
	}

}

@media (max-width: 1024px){

	.vc_products_tabs {
		height: auto!important;
	}

	.html_tab_inner {
		position: relative;
		top: 0;
		width: 100%;
		padding-top: 0px;
		margin-bottom: 20px;
	}

	.html_tab_header {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}

	body .vc_products_tabs .jr-wrapper {
		display: block;
	}

	.html_tab_header_image {
		width: 50px;
		margin-right: 20px;
		margin-top: -60px;
	}

	.html_tab_header_desc {
		font-size: 14px;
	}

	.html_tab_header.active,
	.html_tab_header:hover {
		margin-top: 0;
		transform: none;
	}

	.html_tab_inner_items .jr_product.display_mode_1 .jr_product_item {
		width: 50%;
	}

	.html_tab_inner.active {
		display: block;
		padding-top: 40px;
		background: #fff;
	}

	.html_tab_inner_items {
		width: 100%;
	}

	.html_tab_inner_cta {
		width: 100%;
		margin: 0;
		height: 200px;
	}

	.html_tab_inner_cta a {
		margin-bottom: 25px;
	}

	.html_tab_header:after {
		background-image: url(../images/sep-arrow-mobile-grey.png);
		background-color: #fff;
		height: 20px;
		background-position: center;
	}

	.html_tab_header.active:after {
		background-image: url(../images/sep-arrow-mobile.png);
		background-position: bottom left;
		width: 90%;
		margin-left: 5%;
	}

	.html_tab_header {
		/* margin-bottom: 40px; */
		padding-bottom: 40px;
	}

	.html_tab_header:not(:first-child) .html_tab_header_image {
		margin-top: 0;
	}

	.html_tab_inner_items .jr_product.display_mode_1 .jr_product_item:nth-child(2n):after {
		display: none;
	}

	.html_tab_inner_items .jr_product.display_mode_1 .jr_product_item:nth-child(2n):not(:last-child):before {
		content: '';
		position: absolute;
		bottom: -25px;
		left: -200%;
		width: 300%;
		height: 1px;
		background: #e9e9e9;
	}

	.html_tab_header:after {
		bottom: 0;
	}

}


@media (max-width: 480px){

	.mjr-inner-slide-translate-y .n2-ss-layer {
		transform: translateY(-15px);
	}

}

@media (max-width: 480px){

	.html_tab_inner_items .jr_product.display_mode_1 .jr_product_item .product_img a {
		padding: 5px;
	}

	.html_tab_inner_items .jr_product.display_mode_1 .jr_product_item_title a {
		padding: 0 5px;
	}

	.html_tab_inner_items .jr_product.display_mode_1 .jr_product_item_title > * {
		font-size: 0.85em;
	}

	.html_tab_inner_items .jr_product.display_mode_1 .jr_product_item:after{
		content: ''!important;
		position: absolute;
		right: 0;
		top: 0;
		left: auto;
		height: 100%;
		width: 1px;
		background: #e9e9e9;
	}

	.html_tab_inner_items .jr_product.display_mode_1 .jr_product_item:nth-child(2n):before {
		content: ''!important;
		position: absolute;
		bottom: -25px;
		left: -200%;
		width: 300%;
		height: 1px;
		background: #e9e9e9;
	}

	.html_tab_inner_items .jr_product.display_mode_1 .jr_product_item:nth-child(2n):after {
		display: none;
	}

	.html_tab_inner_items .jr_product.display_mode_1 .jr_product_item:last-child:before {
		display: none;
	}

}