@charset "utf-8";
/* CSS Document */
/* 8c8b8b gray */

hr.s1{
	border-top: 3px solid #8c8b8b;
	background-color:#C96;
	width: 90%;
}


hr.s2 {
	border-top: 5px double #8c8b8b;
	background-color:#39F;
	width: 90%;
}

hr.s3 {
	border-top: 3px dashed #8c8b8b;
	background-color:#6CC;
	width: 90%;
}

hr.s4 {
	border-top: 3px dotted #8c8b8b;
	background-color:#9C9;
	width: 90%;
}

hr.s7 {
	border-top: 3px solid #8c8b8b;
	border-bottom: 3px solid #fff;
	background-color:#C99;
	width: 90%;
}


hr.s8 {
	border-top: 10px solid #8c8b8b;
	border-bottom: 10px solid #fff;
	width: 90%;
}
hr.s8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

hr.s9 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
	width: 90%;
}

hr.s10 {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
	width: 90%;
}


hr.s11 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
    border: 0;
	width: 90%;
}


hr.s12 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-12.png) repeat-x 0 0;
    border: 0;
	width: 90%;
}

hr.s13 {
	height: 10px;
	border: 10;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
	width: 90%;
}


hr.s14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  width: 90%; 
}


hr.s15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
	width: 90%;
}
hr.s15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
	width: 90%;
}

hr.s16 { 
  border-top: 5px dashed #8c8b8b;
  width: 90%; 
} 
hr.s16:after { 
  content: '\002702'; 
  position: relative; 
  background: #f0f0f0; 
  color: #8c8b8b; 
  font-size: 18px;
  width: 90%; 
}


hr.s17 {
	border-top: 1px solid #8c8b8b;
	text-align: center;
	width: 90%;
}
hr.s17:after {
	content: '§';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	width: 90%;
}


hr.s18 { 
  height: 30px; 
  border-s: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px;
  background-color:#C96;
  width: 90%; 
} 
hr.s18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-s: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px;
  width: 90%;
  position: absolute;

}

hr
{
    text-align: center;
    height: 2px;
	width: 90%;
	margin-left: 20px;
    margin-right:50px;
    margin-top: 6px;
    margin-bottom: 10px;
	
}

hr:after {
    background: #ebe8de;
    content: '§';	
    padding: 0 4px;
    position: relative;
    top: -13px;
	border-radius: 50%;
	border: 1px solid ;
}