.tabs {
	position: relative;
	margin: 0 auto;
	/*width: 80%;
	padding-top: 52px;*/
}

.tabs label.tab {
	display: block;
	float: left;
	width: 170px;
	height: 30px;
	line-height: 33px;
	position: relative;
	text-align: center;
	background: #cccccc;
	color: #89898A;
	font-size: 14px;
	border-left: 2px solid #C7C7C7;
	border-right: 2px solid #C7C7C7;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#tab_1:checked ~ #tab_l1>.mark,
#tab_2:checked ~ #tab_l2>.mark,
#tab_3:checked ~ #tab_l3>.mark,
#tab_4:checked ~ #tab_l4>.mark,
#tab_5:checked ~ #tab_l5>.mark {
	width: 100%;
	border-top: 6px solid #FACB32;
	margin-bottom: -6px;
}

#tab_1:checked ~ #tab_l1>.bord,
#tab_2:checked ~ #tab_l2>.bord,
#tab_3:checked ~ #tab_l3>.bord,
#tab_4:checked ~ #tab_l4>.bord,
#tab_5:checked ~ #tab_l5>.bord {
	border-top: 2px solid #C7C7C7;
/*     float: left; */
    height: 7px;
    left: 170px;
    margin-bottom: -10px;
    position: relative;
    top: 30px;
    width: 176px;
    background: red;
}

.tabs > input {
	display: none;
}

#tab_1:checked ~ #tab_l1,
#tab_2:checked ~ #tab_l2,
#tab_3:checked ~ #tab_l3,
#tab_4:checked ~ #tab_l4,
#tab_5:checked ~ #tab_l5 {
	background: #ffffff;
	top: 0;
	border-left: 2px solid #C7C7C7;
	border-right: 2px solid #C7C7C7;
	border-bottom: 2px solid #ffffff;
	margin-bottom: -2px;
}

.tabs_cont {
	background: #fff;
	position: relative;
	height: auto;
	border: 2px solid #C7C7C7;
	width: 100%;
	box-sizing: border-box;
	/*padding-bottom: 20px;*/
}

.tabs_cont>div {
	display: none;
	/* position: absolute;
	left: -9999px;
	top: 0;
	opacity: 0;
	-moz-transition: opacity .5s ease-in-out;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out ;*/
}

#tab_1:checked ~ .tabs_cont #tab_c1,
#tab_2:checked ~ .tabs_cont #tab_c2,
#tab_3:checked ~ .tabs_cont #tab_c3,
#tab_4:checked ~ .tabs_cont #tab_c4,
#tab_5:checked ~ .tabs_cont #tab_c5 {
	display: block;
	/* position: static;
	left: 0;
	opacity: 1; */
}

.tabs>.border {
	background-color: #FFFFFF;
	clear: both;
	width: 100%;
	height: 7px;
	border-top: 2px solid #C7C7C7;
	border-left: 2px solid #C7C7C7;
	border-right: 2px solid #C7C7C7;
	box-sizing: border-box;
}

.tabs_cont input[type="radio"] {
	display: inline;
/*    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
    -o-appearance: checkbox;
*/
}
