.tab-wrapper {
	border: 1px solid #DDDDDD;
	margin: 30px 0;
}

.tab-navigation,
.tab-navigation-static {
	background: #A2C617;
	padding: 0;
	margin: 0;
}

.tab-navigation-grey {
	background: #ffffff;
	border-bottom: 2px solid #EEEEEE;
}

.tab-navigation-grey li {
	color: #555555 !important;
}

.tab-navigation-grey li:hover {
	color: #1C1C1C !important;
}

.tab-navigation-grey li.active {
	background: none repeat scroll 0 0 #EEEEEE !important;
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-top: 0 none !important;
    color: #000000 !important;
}

.tab-navigation-grey .tab-select:hover {

}

.tab-navigation-grey li.active:hover {

}

.tab-select:hover {
	color: #1C1C1C;
}

.tab-navigation li,
.tab-navigation-static li {
	text-align: center;
	padding: 10px 5px;
	width: 100%;
	cursor: pointer;
	list-style: none;
	display: inline-block;
	color: #ffffff;
}

.tab-navigation-static li {
	padding: 0 !important;
}

.tab-navigation-static li a {
	color: #ffffff;
	padding: 10px 5px;
	display: block;
}

.tab-navigation-static li a:hover {
	text-decoration: none;
}

.tab-navigation-static .active a {
	color: #000000;
}

.tab-navigation li.active,
.tab-navigation-static li.active {
	background: none repeat scroll 0 0 #FFFFFF;
    color: #202020;
}

.tab-body .inside {
	padding: 10px;
}

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

	.tab-navigation-grey li.active {
		background: #ffffff !important;
		color: #202020 !important;
		font-weight: bold;
	}

	.tab-navigation-grey li.active:hover {
		background: #ffffff !important;
		color: #202020 !important;
	}

	.tab-navigation-grey li {
		background: #A2C617 !important;
		color: #ffffff !important;
	}

	.tab-navigation-grey li:hover {
		color: #ffffff !important;
	}


}

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

}

@media screen and (min-width: 768px) {

	.tab-wrapper {
		border: 0 none;
	}

	.tab-navigation,
	.tab-navigation-static {
		padding: 0;
	}

	.tab-navigation li,
	.tab-navigation-static li {
		padding: 10px;
		width: auto;
	}

	.tab-count-5 li {
		width: 19.6% !important;
	}

	.tab-navigation li.active,
	.tab-navigation-static li.active {
		background: none repeat scroll 0 0 #FFFFFF;
	    border-left: 10px solid #A2C617;
	    border-right: 10px solid #A2C617;
	    border-top: 10px solid #A2C617;
	    color: #202020;
	    margin-top: -10px;
	}

	.tab-navigation-static li:last-child {
		float: right;
	}

	.tab-body {
		margin-top: 20px;
	}

}


@media screen and (min-width: 992px) {

	.tab-navigation li,
	.tab-navigation-static li a {
		padding: 10px 17px;
		font-size: 18px;
	}

	.tab-navigation-grey li.active {
    	display: inline;
    	font-size: 22px;
    	margin-top: -10px;
    	margin-bottom: -2px;
	}

}

@media screen and (min-width: 1200px) {
	
	.tab-navigation li,
	.tab-navigation-static li a {
		padding: 15px 20px;
	}

}