.tabs12 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: none;
	height: 54px;
	width: 99%;
	position: relative;
	z-index: 4;
}
.tabs12 li {
	margin: 0;
	text-align: left;
}
.tabs12 li a {
	position:relative;
	float: left;
	color: #161616;
	width:33.3%;
	height: 45px;
	padding: 0;
	text-align:center;
	font-weight: normal;
	text-decoration: none;
	line-height: 45px;
	font-size: 14px;
	background-color: #f5f5f5;
	border-right: 1px solid #dcdcdc;
}

.tabs12 li a.last {
	border-right: none;
}

.tabs12 li a:hover {
	color: #fff;
	background-color:#c3a254;
}

.tabs12 li.active a {
	color: #fff;
	border-right: 1px solid #c3a254;
	background-color:#c3a254;
}

.tabs-content12 {
	float: left;
	width: 99%;
	padding:30px 0 0 0;
	text-align: left;
	margin-bottom: 0;
	position: relative;
	z-index: 3;
}
.tabs-content12 img.img_left2 {
	width: auto;
	margin-right: 25px;
	margin-bottom: 20px;
}
.tabs-content12 .tabs-panel {
	padding: 20px;
}
.tabs-content12 .tabs-content12 .tab-title3 {
	display: none;
}
.tabs12.two li a {
	padding: 0px 20px;
}


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

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

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


@media only screen and (min-width: 640px) and (max-width: 767px){
	
	
	}
	
@media only screen and (min-width: 480px) and (max-width: 639px){
	
	
	}
	
@media only screen and (max-width: 479px){
	
	}
