hr.style0{
            border: none;
            margin:10px 0;
}
hr.style1{
	border-top: 1px solid #8c8b8b;
}
hr.style2 {
	border-top: 3px double #8c8b8b;
}
hr.style3 {
	border-top: 1px dashed #8c8b8b;
}
hr.style4 {
	border-top: 1px dotted #8c8b8b;
}
hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}
hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}
hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}
.hr-text {
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
	opacity: .5;
}
.hr-text:before {
	content: '';
	background: -webkit-linear-gradient(left, transparent, #818078, transparent, #818078, transparent);
	background: linear-gradient(to right, transparent, #818078, transparent, #818078, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}
.hr-text:after {
	content: attr(data-content);
/*	content: attr(data); */
	position: relative;
	display: inline-block;
	padding: 0 .5em;
	line-height: 1.5em;
	color: rgba(149, 115, 50, 0.9);
/*	color: red;*/
	color: black;
	background-color: transparent;
    text-shadow:
        2px 2px 2px #ffffff,
        -2px 2px 2px #ffffff,
        2px -2px 2px #ffffff,
        -2px -2px 2px #ffffff;
  font-weight: bold;
}  