	

.container{
	width: 100%;
	margin: 0 auto;
}

.tabs{
	margin: 0px;
    padding: 0px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    list-style: none;
    padding-top: 30px;	
}

.tabs li{
	display: inline-block;
    margin: 0;
    margin-right: 10px;
    border: 1px solid #ccc;
    padding: 5px 15px;
    border-bottom: 0px solid #000;
    cursor: pointer;
    font-size: 1.2em;
    line-height: 2em;
    position: relative;
   
}
.tabs li span{ color: #666;position:relative;
        z-index: 2;font-family: UTM_Avo;font-size:24px}
.tabs li:hover {
	
	}
.tabs li:hover{
    background: #777;
    color: #fff;
	}
.tabs li.current{
	
	    background: #777;
    color: #fff;
}

.tab-content{
	display: none;
	background: #fff;
	padding: 15px 0px;
			
	line-height:1.4;overflow:hidden;
}

.tab-content.current{
	display: inherit;
}