.tabs2 {
	margin:20px -2px 0;
	width:100%;
	padding:0 !important;
	float:left;
	padding:0 0 20px;
	list-style-type: none;
}
.tabs2 li {
	width:14.285%;
	float:left;
	padding:0 1px 17px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	display:table;
	text-transform:uppercase;
	list-style:none !important;
}
.tabs2 li a {
	padding:10px;
	background:#037033;
	color:#fff;
	height:135px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.tabs2 li.active {
	background: url(../images/arrow.png) no-repeat 50% 100% ;
}
.tabs2 li.active a {
	color: #fff;
	background-color: #000000;
}
.tabs-content2 {
	float: left;
	width: 94%;
	padding: 3% 3% 3% 3%;
	text-align: left;
	margin-top: 40px;
	background:#f1f7f7;
}
.tabs-content2 img.img_left2 {
	width: auto;
	margin-right: 25px;
}
.tabs-content2 .tabs-panel {
	padding: 20px;
}
.tabs-content2 .tabs-panel2 .tab-title2 {
	display: none;
}

/*	#Themes
//	================================================== */

#example-2 .tabs2 li {
width: 100px;
border: 1px solid #DDD;
border-right: 0;
background: #EEE;
cursor: pointer;
position: relative;
z-index: 999;
}
#example-2 .tabs2 li:last-child {
border-right: 1px solid #DDD;
}
#example-2 .tabs2 li.active {
border-bottom: 1px solid #FFF;
background: #FFF;
}
#example-2 .tabs-content2 {
border: 1px solid #DDD;
background: #FFF;
position: relative;
top: -1px;
z-index: 99;
}
#example-2 .tabs-content2 .tab-title {
color: #0b8593;
}


@media only screen and (max-width: 1200px){
	.tabs2 li {
		width:100%;
		float:none;
		display:block;	
	}
	
	.tabs2 li a{
		width:100%;
		display:block;
		height:auto;
		padding:5px 20px;
		text-align:left;	
	}

}
@media only screen and (min-width: 1000px) and (max-width: 1169px){

.tabs2 li a {
	padding: 0px 20px;
}

	
}

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

.tabs2 li a {
	padding: 0px 10px;
}

}


@media only screen and (min-width: 480px) and (max-width: 767px){
	.tabs2 li a {
		padding: 0px 10px;
	}

	.tabs2 li a{
		font-size:16px;
	}

}


@media only screen and (max-width: 479px){
	.tabs2 li a {
		padding: 0px 10px;
	}
	
	.tabs2 li a{
			font-size:14px;
		}
}
