@charset "utf-8";


.all {
/*	margin:40px 20%;
*/	width: 100%;
   float:left
	
}

.wrap-tabs,
.wrap-tabs .tabs,
.wrap-tab-contents,
.tab-content {
	width:100% !important;
	float:left;
	position:relative;
}

.wrap-tabs {
	
}

span.label {
	color: #9f9d9c !important;
	font-weight: 200;
	font-size: 16px;
	}
	
.wrap-tabs .tabs {
	transition:left 0.4s;
}

.wrap-tabs .wrap-tabs-overlay-left,
.wrap-tabs .wrap-tabs-overlay-right {
	position:absolute;
	height:100%;
	width:40px;
	background:none #ff0;
	top:0;
	left:0;
	z-index:100;
	cursor:pointer;
}

.wrap-tabs .wrap-tabs-overlay-right {
	left:auto;
	right:0;
}

.tabs .tab {
	float:left;
	padding:5px;
	margin:0 10px 0 0;
	border-bottom:3px solid #eee;
	color:#aaa;
}

.tabs .tab:hover {
	cursor:pointer;
	border-bottom:3px solid #aaa;
	color:#000;
}

.tabs .tab-active,
.tabs .tab-active:hover {
	color: rgba(122,210,225,1.00) !important;
	border-bottom:3px solid rgba(122,210,225,1.00);
}

.tab-contents {
	position:relative;
}

