.tabs12 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: none;
	height: 54px;
	width: 99%;
	background-color: #d0d0d0;
	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: 53px;
	padding: 0;
	text-align:center;
	font-weight: normal;
	text-decoration: none;
	line-height: 50px;
	font-size: 14px;
	background-color: #e7e7e7;
	border-right: 1px solid #fff;
}

.tabs12 li a.last {
	border-right: none;
}

.tabs12 li a:hover {
	color: #727272;
	background-color:#161616;
}

.tabs12 li.active a {
	color: #fff;
	background-color:#06d0d8;
}

.tabs-content12 {
	float: left;
	width: 99%;
	padding:30px 0 0 0;
	text-align: left;
	margin-bottom: 40px;
	/*border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;*/
	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: 1000px) and (max-width: 1169px){



}

@media only screen and (min-width: 768px) and (max-width: 999px){

.tabs12 li a {
	padding: 0px 9px;
}

.tabs12.two li a {
	padding: 0px 5px;
}

.tabs12 li a {
    font-size: 14px;
}
.footer_logo {
    width: 100%;
}

.footer ul.recent_posts li {

    border-bottom: 1px solid #2F2F2F;
    margin: 0px 0px 23px 0px;
}










}


@media only screen and (min-width: 480px) and (max-width: 767px){
.tabs12 li a {
	padding: 0px 10px;
}

.tabs12 {
    background-color:#fff;
	height: 51px;
}

}

@media screen and (max-width:640px) {
	.tabs12 li a {
    width: 49.9%;
}
	
	}

@media only screen and (max-width: 479px){


.tabs-content12 img.img_left2 {
    margin-bottom: 20px;
    margin-right: 17px;
    width: 49%;
}

.tabs12 {
    width: 99%;
}

.tabs12 li a .tab_arrow_down {
    margin: 0px 0px 0px 24px;
}



	
}

