.hr{margin:0;border:0;margin:0}
.hr.divider-middle-center{margin:0 auto}
.x-divider{
    margin: 0 auto;
	font-size:30px;line-height:1.2;
    text-align: center;
	clear:both;width:100%;
	text-align:left;
	overflow:hidden
}
.hr-div-left-right{ overflow: hidden;
    position: relative;}
.x-divider .hr{margin:0;border-color: #000;}
.hr-div-left-right .x-divider-container ,.hr-div-center .x-divider-container {
    display: inline-block;
    position: relative;
    top: 50%;
}
.hr{border-top: 1px solid #000;width:100%}
.hr-div-left-right .hr{
    border-top: 1px solid #000;
    content: "";
    display: block;
    position: static;
   width:100%
   
}
.hr-div-left-right.hr-div-title  .hr,.hr-div-center .hr{ position: absolute; top: 50%; width: 2000px;}

.hr.hr-right {
    left: 100%;
}
.hr.hr-left {
    right: 100%;
}

.x-divider.hr-div-top .hr{
position:relative
}
.x-divider-text-left {
    z-index: 0;
    display: block;
   
    position: relative;
}
.x-divider-text-right {
    z-index: 0;
    display: block;
   
    position: relative;
}
.x-divider-text-center.divider-title {
   
    bottom: 0;
    display: inline-block;
    margin: 0;
    position: relative;
}
.divider-top{margin:10px auto;text-align:center}

.hr-div-topleft .divider-top{margin:10px 0;text-align:left}
.hr-div-topright .divider-top{margin:10px 0;text-align:right}
.x-divider.hr-div-left{text-align:left}
.x-divider.hr-div-right{text-align:right}
.x-divider.hr-div-center{text-align:center}
.hr-div-none .hr{float:none;width:100%;margin-left:auto;margin-right:auto}
.hr-div-gradient .hr{
background: #333;
background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
border:0!important
}
.hr-div-dashed .hr{border:0;border-bottom: 1px dashed #ccc}
.hr-div-dotted .hr{border:0;border-bottom: 1px dotted #ccc}

.hr-div-2lines .hr{border:0;border-top: 1px solid #ccc;border-bottom: 1px solid #eee;height:0!important}
.hr-div-3lines .hr{border:0;border-top: 1px solid #ccc;border-bottom: 1px solid #eee;background: #333;}
.clearfix{clear:both}

.hr-div-2colorsline .hr.x-hr.x-hr-second{width:80%!important;float:right}
.hr-div-2colorslineright .hr.x-hr.x-hr-second{width:20%!important;float:right}