#progress_bar {
  display: block;
  width: 620px;
  height: 25px;
  background-color: #ccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: 'arial';
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  color: #000;
  position: relative;
  text-transform: uppercase
}
#progress_bar:after,#progress_bar:before {
  display: block;
  width: 620px;
  position: absolute;
  top: 0;
  left: 0;
  content: ""
}
#progress_bar:before {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 12px;
  z-index: 400
}
#progress_bar:after {
  height: 25px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: inset 0 0 5px #343434;
  -webkit-box-shadow: inset 0 0 5px #343434;
  box-shadow: inset 0 0 5px #343434;
  z-index: 500
}
#progress_bar_container ul {
  padding: 0
}
#progress_bar li {
  box-sizing: content-box;
  display: inline-block;
  width: 120px;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 5px;
  position: relative;
  height: 13px
}
#progress_bar li:first-child {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px
}
#progress_bar li:last-child {
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}
#progress_bar li:last-child:after,#progress_bar li:last-child:before {
  border: 0
}
#progress_bar li:after,#progress_bar li:before {
  width: 0;
  height: 0;
  display: block;
  border: 13px solid transparent;
  border-left-color: #fff;
  position: absolute;
  top: 0;
  left: 121px;
  content: "";
  z-index: 200
}
#progress_bar li:before {
  border-left-color: #ccc;
  left: 119px;
  z-index: 300
}
.step_one li:nth-child(1),.step_two li:nth-child(2),.step_three li:nth-child(3),.step_four li:nth-child(4),.step_five li:nth-child(5) {
  background-color: #333;
  color: #fff
}
.step_one li:nth-child(1):before,.step_two li:nth-child(2):before,.step_three li:nth-child(3):before,.step_four li:nth-child(4):before,.step_five li:nth-child(5):before {
  border-left-color: #333!important
}
.step_two li:nth-child(-n+1),.step_three li:nth-child(-n+2),.step_four li:nth-child(-n+3),.step_five li:nth-child(-n+4) {
  background-color: #3A3233!important;
  color: #fff
}
.step_two li:nth-child(-n+1):before,.step_three li:nth-child(-n+2):before,.step_four li:nth-child(-n+3):before,.step_five li:nth-child(-n+4):before {
  border-left-color: #3A3233!important
}
