.tabs2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tabs2:after {
	display:table;
	clear:both;
	content:"";
}	
.tabs2 li {
	margin: 0;
	text-align: left;
}
.tabs2 li a {
	float: left;
	padding: 0px 30px;
	text-decoration: none;
	font-size: 14px;
	background-color: #f3f3f3;
	text-align: center;
	border-left: 1px solid #E4E4E4;
	margin-bottom: 20px;
	padding: 30px 5px;
	width:25%;
	color: #252525;
	font-weight:400;
	position:relative;
}
.tabs2 li:first-child a {
	border-left:none;
	border-radius:5px 0 0 5px;
}
.tabs2 li:last-child a {
	border-radius:0px 5px 5px  0 ;
}
.tabs2 li.active a,
.tabs2 li a:hover
 {
	color: #fff;
	    background: #42454a;
}
.tabs2 li.active a:after,
.tabs2 li a:hover:after
 {
    content: "";
    border-top: 8px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: 49%;
    bottom: -1px;
}
.tabs-content2 h4{
	margin-bottom:20px;
}	
.tabs-content2 {
	text-align: left;
	padding:10px;
}
.tabs-content2 img.img_left2 {
	width: auto;
	margin-right: 25px;
}
.tabs-content2 .tabs-panel {
}
.tabs-content2 .tabs-panel2 .tab-title2 {
	display: none;
}

.tabs-content2.fullw {
	width: 100%;
	text-align: left;
}

/*	#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 (min-width: 1000px) and (max-width: 1169px){

.tabs2 li a {
	padding-left: 20px;
	padding-right: 20px;
}
	
}

@media only screen and (min-width: 768px) and (max-width: 999px){

.tabs2 li a {
	padding-left: 10px;
	padding-right: 10px;
}

}


@media only screen and (min-width: 480px) and (max-width: 767px){
.tabs2 li a {
	padding-left: 10px;
	padding-right: 10px;
}

}


@media only screen and (max-width: 479px){
.tabs2 li a {
	padding-left: 10px;
	padding-right: 10px;
	  width: 100%;
}

.azp_sections ul.tabs-full li{
	width: 100%;
}
	
}

