.tit {
		font-family: 'Titillium Web';
	}
	
	hr {
		border: none;
		border-top: 5px dashed #00c189;
		color: #fff;
		background-color: #fff;
	}
	.numberCircle {
		border-radius: 50%;
		behavior: url(PIE.htc);
		/* remove if you don't care about IE8 */
		width: 36px;
		height: 36px;
		padding: 5px 20px;
		background: #00c189;
		border: 2px solid #00c189;
		color: #fff;
		text-align: center;
		font: 50px Arial, sans-serif;
		font-weight: 700;
	}
	
	.radio_item{
		display: none !important;
    }

    .label_item {
		opacity: 0.1;
    }
    
    .radio_item:checked + label {
    opacity: 1;
    }

	label {
		cursor: pointer;   
	}
	
	#tabs a {
		font-size: 18px;
	}