#breadcrumbs{ position: relative; width:86%; margin: 0 auto;/* padding:10px 10px;*/ padding:1% 0 1% 14% ; }
.rcrumbs {
/*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
/*	background:#09cbee url(../images/wave_bottom.png) bottom right repeat-x;*/
	
		background:#091b46 url(../images/bg.jpg)center right no-repeat;
		background:#091b46 url(../images/bg.jpg)top right no-repeat;
/*	background-size: cover;*/
}
.rcrumbs > ul {
  padding: 0;
  list-style: none;
}
.rcrumbs > ul > li {
  overflow: hidden;
  display: none;
}
.rcrumbs > ul > li.show {
  display: inline-block;
}
.rcrumbs > ul > li.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.rcrumbs a {
/*  color: #0e0d6a;*/
  color: #FFF;
  text-decoration: none;
}
.rcrumbs a:hover {
/*  color: #0e0d6a;*/
  color: #FFF;
}
.rcrumbs .divider {
 /* color: #99999;*/
  color: #FFF;
  padding: 0 5px;
}
