
.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5em;
}


.tabs-style-tzoid {
	max-width: 1366px;
}

.tabs-style-tzoid nav {
	padding: 0 1em;
}

.tabs-style-tzoid nav ul li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border:1px solid #ff7200;
}


.tabs-style-tzoid nav ul li a:hover,
.tabs-style-tzoid nav ul li a:focus {
	color: #FFF;
}

.tabs-style-tzoid nav ul li.tab-current a,
.tabs-style-tzoid nav ul li.tab-current a:hover {
	color: #fff;
}

.tabs-style-tzoid nav ul li a span {
	font-weight: 500;
	font-size: 0.75em;
}

.tabs-style-tzoid nav ul li a::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	outline: 1px solid transparent;
	border-radius: 0px;
	background: #262626;
	box-shadow: 0px 0px 0px #ff7200;
	content: '';
	-webkit-transform: perspective(0px) rotateX(0deg) translateZ(0px);
	transform: perspective(0px) rotateX(0deg) translateZ(0px);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tabs-style-tzoid nav ul li.tab-current a::after,
.tabs-style-tzoid .content-wrap {
	background: #934514;
	box-shadow: none;

}


.tabs-style-tzoid nav ul li a {
    padding: 0 10px 0 10px;
    color: #FF7200;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
}




.tabs-style-tzoid .content-wrap {
	/*background: #666;*/
	background-color: #000;
    background-image: url("../images/tabsbg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;	
    min-height: 540px;
	box-shadow: none;

}



/***tabs***/

.sectiontabfull{
	padding:3%;
	width:90%;
	margin:0 auto;
}
.sectiontabs1{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 48%;
}

.sectiontabs2{
	display: inline-block; 
	position: relative; 
	width: 48%;
	margin-top:4%;
	margin-left:2%;
}

.tabs-style-tzoid .title{
	font-size:1.2em;
}    




@media screen and (max-width: 1366px) {

.tabs-style-tzoid {
	max-width: 1000px;
}

.tabs-style-tzoid nav ul li a {
		padding: 0 0.5em 0 0.3em;
	}

}

@media screen and (max-width: 960px) {
/***tabs***/
.sectiontabs1{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.sectiontabs2{
	display: inline-block; 
	position: relative; 
	width: 100%;
}  

.tabs-style-tzoid .content-wrap {
	/*background: #666;*/
	background-color: #232323;
	background-image: url("");
    background-repeat: no-repeat;
    background-size: 100%;	
    min-height: 540px;
	box-shadow: none;

}

}

