ul.tabs {
	padding: 0;
	list-style: none;
	height: 95px;
	overflow-x: auto;
	display: flex;
	overflow-y: hidden;
	margin-bottom: 0;
	overflow: visible;
}

	ul.tabs li {
		margin: 0;
		cursor: pointer;
		padding: 20px 30px;
		height: 95px;
		line-height: 95px;
		/*background: #fff url("../images/searchiconred.png") center 20px no-repeat;*/
		background: #bf1e2d url("../images/searchiconwhite.png") center 20px no-repeat;
		border: 1px solid #e5e5e5;
		/*color: #bf1e2d;*/
		color: #fff;
		font-size: 14px;
		position: relative;
		text-align: center;
		white-space: nowrap;
		border-bottom: 0;
	}

		ul.tabs li:first-child {
			border-radius: 0;
		}

		ul.tabs li:last-child {
			border-radius: 0;
		}

.tab_last {
	border-right: 1px solid #333;
}

ul.tabs li:hover {
	background: #bf1e2d url("../images/searchiconwhite.png") center 20px no-repeat;
	color: #fff;
}

ul.tabs li.active {
	background: #bf1e2d url("../images/searchiconwhite.png") center 20px no-repeat;
	color: #fff;
	display: block;
	top: -2px;
	padding: 20px 30px;
	min-height: 100px;
}

ul.tabs li.tab_last:hover {
	background: #0f7091 url("../images/searchiconwhite.png") center 20px no-repeat;
	color: #fff;
}

ul.tabs li.tab_last.active {
	background: #0f7091 url("../images/searchiconwhite.png") center 20px no-repeat;
	color: #fff;
	display: block;
	top: -2px;
	min-height: 100px;
	padding: 20px 30px;
}

ul.tabs li.tab_last {
	background: #0f7091 url("../images/searchiconwhite.png") center 20px no-repeat;
	color: #fff;
	display: block;
	top: -2px;
	padding: 20px 30px;
	min-height: 100px;
}

.tab_container {
	border: 0;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #bf1e2d;
}

	.tab_container.tab2 {
		border: 0;
		border-top: none;
		clear: both;
		float: left;
		width: 100%;
		background: #0f7091;
	}

.tab_content {
	padding: 45px 0;
	display: none;
}

.tab_drawer_heading {
	display: none;
}
/*Media Queries*/
@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}

	.tab_drawer_heading {
		background-color: #ccc;
		font-size: 16px;
		color: #fff;
		border-top: 1px solid #333;
		margin: 0;
		margin-bottom: 5px;
		padding: 8px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		display: none;
	}

	.d_active {
		background-color: #666;
		color: #fff;
	}

	ul.tabs li {
		padding: 20px 15px;
	}

		ul.tabs li.active {
			padding: 20px 10px;
		}

		ul.tabs li.tab_last {
			padding: 20px 10px;
		}

			ul.tabs li.tab_last.active {
				padding: 20px 10px;
			}		
}

@media (min-width: 576px) and (max-width: 767px) {
	ul.tabs li.active {
		padding: 20px 10px;
	}

	ul.tabs li.tab_last {
		padding: 20px 10px;
	}
}
