.tabs3 {
	list-style-type: none;
	
	border-bottom: none;
	height: 54px;
	width: 100%;
	background-color: #303030;
	position: relative;
	z-index: 4;
}
.tabs3 li {
	
	text-align: center; margin-left:400px;
	font-family: 'Raleway', sans-serif;
}
.tabs3 li a {
	float: left;
	color: #fff;
	
	padding: 0px 50px;
	font-weight: 400;
	text-decoration: none;
	line-height: 50px;
	font-size: 14px;
	background-color: #303030;
	border-right: 1px solid #474646; text-align:center;
}
.tabs3 li a:hover {
	color: #999;
}
.tabs3 li.active a {
	position: relative;

padding: 0px 50px;
background: #303030;
  
}


.tabs3 li.active a:after 
{
content: '';
position: absolute;
border-style: solid;
border-width: 15px 15px 0;
border-color: #303030 transparent;
display: block;
width: 0;
z-index: 1;
bottom: -15px;
left: 80px;
}




.tabs-content3 {
	float: left;
	width: 91%;
	padding: 5% 4% 3% 4%;
	text-align: left;
	margin-bottom: 0px;
	margin-top: -1px;
	
	background-color: #fff;
	position: relative;
	z-index: 3;
}
.tabs-content3 img.img_left2 {
	width: auto;
	margin-right: 25px;
	margin-bottom: 20px;
}
.tabs-content3 .tabs-panel {
	padding: 20px;
}
.tabs-content3 .tabs-panel3 .tab-title3 {
	display: none;
}
.tabs-content3.two {
	width: 99%;
	padding: 5% 4% 5% 4%;
}
.tabs3.two li a {
	padding: 0px 20px;
}
.tabs3.three li a {
	padding: 0px 20px;
}
.tabs-content3.three {
	width: 99%;
	padding: 10% 8%;
}

/*	#Themes
//	================================================== */

#example-3 .tabs3 li {
width: 100px;
border: 1px solid #DDD;
border-right: 0;
background: #EEE;
cursor: pointer;
position: relative;
z-index: 999;
}
#example-3 .tabs3 li:last-child {
border-right: 1px solid #DDD;
}
#example-3 .tabs3 li.active {
border-bottom: 1px solid #FFF;
background: #FFF;
}
#example-3 .tabs-content3 {
border: 1px solid #DDD;
background: #FFF;
position: relative;
top: -1px;
z-index: 99;
}
#example-3 .tabs-content3 .tab-title {
color: #0b8593;
}


@media only screen and (min-width: 1000px) and (max-width: 1169px){

.tabs3 li a {
	padding: 0px 20px;
}

.tabs3.three li a {
	padding: 0px 10px;
}

}

@media only screen and (min-width: 768px) and (max-width: 999px){

.tabs3 li a {
	padding: 0px 10px;
	font-size: 13px;
}

.tabs3.two li a {
	padding: 0px 10px;
}

.tabs3.three li a {
	padding: 0px 4px;
}


}


@media only screen and (min-width: 480px) and (max-width: 767px){
.tabs3 li a {
	padding: 0px 10px;
}

.tabs-content3.three {
	padding: 7% 5%;
}

}


@media only screen and (max-width: 479px){
.tabs3 li a {
	padding: 0px 5px;
	font-size: 13px;
}

.tabs-content3 img.img_left2 {
	width: 100%;
	margin-right: 0px;
}

.tabs3.three li a {
	padding: 0px 10px;
}
	
}

