
#breadcrumb,
#breadcrumb1,
#breadcrumb2,
#breadcrumb3,
#breadcrumb4 {
  list-style: none;
  display: inline-block;
}
#breadcrumb li,
#breadcrumb1 li,
#breadcrumb2 li,
#breadcrumb3 li,
#breadcrumb4 li {
  float: left;
  font-size: 24px;
}
#breadcrumb li a {
  color: #FFF;
  display: block;
  text-decoration: none;
  position: relative;
  background: #2ecc71;
  height: 50px;
  line-height: 55px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}
#breadcrumb1 li a {
  color: #FFF;
  display: block;
  text-decoration: none;
  position: relative;
  background: #3498db;
  height: 50px;
  line-height: 55px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}
#breadcrumb2 li a {
  color: #FFF;
  display: block;
  text-decoration: none;
  position: relative;
  background: #cd9a2d;
  height: 50px;
  line-height: 55px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}
#breadcrumb3 li a {
  color: #FFF;
  display: block;
  text-decoration: none;
  position: relative;
  background: #e67e22;
  height: 50px;
  line-height: 55px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}
#breadcrumb4 li a {
  color: #FFF;
  display: block;
  text-decoration: none;
  position: relative;
  background: #9b59b6;
  height: 50px;
  line-height: 55px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}
#breadcrumb li:first-child a,
#breadcrumb1 li:first-child a,
#breadcrumb2 li:first-child a,
#breadcrumb3 li:first-child a,
#breadcrumb4 li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 16px 0 0 16px;
}
#breadcrumb li:first-child a:before,
#breadcrumb1 li:first-child a:before,
#breadcrumb2 li:first-child a:before,
#breadcrumb3 li:first-child a:before,
#breadcrumb4 li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 50px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 16px 16px 0;
  background: #27ae60;
}
#breadcrumb1 li:last-child a {
  padding-right: 50px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 16px 16px 0;
  background: #2980b9;
}
#breadcrumb2 li:last-child a {
  padding-right: 50px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 16px 16px 0;
  background: #d87400;;
}
#breadcrumb3 li:last-child a {
  padding-right: 50px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 16px 16px 0;
  background: #c0392b;
}
#breadcrumb4 li:last-child a {
  padding-right: 50px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 16px 16px 0;
  background: #8e44ad;
}

#breadcrumb li:last-child a:before,#breadcrumb li:last-child a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #27ae60;
  border-width: 25px 10px;
  width: 0;
  height: 0;
}
#breadcrumb1 li:last-child a:before,#breadcrumb1 li:last-child a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #2980b9;
  border-width: 25px 10px;
  width: 0;
  height: 0;
}
#breadcrumb2 li:last-child a:before,#breadcrumb2 li:last-child a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #d87400;;
  border-width: 25px 10px;
  width: 0;
  height: 0;
}
#breadcrumb3 li:last-child a:before,#breadcrumb3 li:last-child a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #c0392b;
  border-width: 25px 10px;
  width: 0;
  height: 0;
}
#breadcrumb4 li:last-child a:before,#breadcrumb4 li:last-child a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #8e44ad;
  border-width: 25px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #2ecc71;
  border-width: 25px 10px;
  width: 0;
  height: 0;
}
#breadcrumb1 li a:before, #breadcrumb1 li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #3498db;
  border-width: 25px 10px;
  width: 0;
  height: 0;
}
#breadcrumb2 li a:before, #breadcrumb2 li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #cd9a2d;
  border-width: 25px 10px;
  width: 0;
  height: 0;
}
#breadcrumb3 li a:before, #breadcrumb3 li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #e67e22;
  border-width: 25px 10px;
  width: 0;
  height: 0;
}
#breadcrumb4 li a:before, #breadcrumb4 li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #9b59b6;
  border-width: 25px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before,#breadcrumb li:last-child a:before,
#breadcrumb1 li a:before,#breadcrumb1 li:last-child a:before,
#breadcrumb2 li a:before,#breadcrumb2 li:last-child a:before,
#breadcrumb3 li a:before,#breadcrumb3 li:last-child a:before,
#breadcrumb4 li a:before,#breadcrumb4 li:last-child a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li:last-child a:after,#breadcrumb li:last-child a:hover:after,
#breadcrumb1 li:last-child a:after,#breadcrumb1 li:last-child a:hover:after,
#breadcrumb2 li:last-child a:after,#breadcrumb2 li:last-child a:hover:after,
#breadcrumb3 li:last-child a:after,#breadcrumb3 li:last-child a:hover:after,
#breadcrumb4 li:last-child a:after,#breadcrumb4 li:last-child a:hover:after {
 border-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #2ecc71;
}
#breadcrumb1 li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #3498db;
}
#breadcrumb2 li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #cd9a2d;
}
#breadcrumb3 li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #e67e22;
}
#breadcrumb4 li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #9b59b6;
}
#breadcrumb li a:hover,#breadcrumb li:last-child a:hover {
  background-color: #1abc9c;
}
#breadcrumb1 li a:hover,#breadcrumb1 li:last-child a:hover {
  background-color: #1abc9c;
}
#breadcrumb2 li a:hover,#breadcrumb2 li:last-child a.phase1:hover {
  background-color: #1abc9c;
}
#breadcrumb3 li a:hover,#breadcrumb3 li:last-child a.phase1:hover {
  background-color: #1abc9c;
}
#breadcrumb4 li a:hover,#breadcrumb4 li:last-child a.phase1:hover {
  background-color: #1abc9c;
}

#breadcrumb li:last-child a:active {
  background-color: #16a085;
}
#breadcrumb1 li:last-child a:active {
  background-color: #16a085;
}
#breadcrumb2 li:last-child a:active {
  background-color: #16a085;
}
#breadcrumb3 li:last-child a:active {
  background-color: #16a085;
}
#breadcrumb4 li:last-child a:active {
  background-color: #16a085;
}

#breadcrumb li a:hover:before {
  border-color: #1abc9c;
  border-left-color: transparent;
}
#breadcrumb1 li a:hover:before {
  border-color: #1abc9c;
  border-left-color: transparent;
}
#breadcrumb2 li a:hover:before {
  border-color: #1abc9c;
  border-left-color: transparent;
}
#breadcrumb3 li a:hover:before {
  border-color: #1abc9c;
  border-left-color: transparent;
}
#breadcrumb4 li a:hover:before {
  border-color: #1abc9c;
  border-left-color: transparent;
}

#breadcrumb li a:hover:after {
  border-left-color: #1abc9c;
}
#breadcrumb1 li a:hover:after {
  border-left-color: #1abc9c;
}
#breadcrumb2 li a:hover:after {
  border-left-color: #1abc9c;
}
#breadcrumb3 li a:hover:after {
  border-left-color: #1abc9c;
}
#breadcrumb4 li a:hover:after {
  border-left-color: #1abc9c;
}

#breadcrumb li a:active {
  background-color: #16a085;
}
#breadcrumb1 li a:active {
  background-color: #16a085;
}
#breadcrumb2 li a:active {
  background-color: #16a085;
}
#breadcrumb3 li a:active {
  background-color: #16a085;
}
#breadcrumb4 li a:active {
  background-color: #16a085;
}

#breadcrumb li a:active:before {
  border-color: #16a085;
  border-left-color: transparent;
}
#breadcrumb1 li a:active:before {
  border-color: #16a085;
  border-left-color: transparent;
}
#breadcrumb2 li a:active:before {
  border-color: #16a085;
  border-left-color: transparent;
}
#breadcrumb3 li a:active:before {
  border-color: #16a085;
  border-left-color: transparent;
}
#breadcrumb4 li a:active:before {
  border-color: #16a085;
  border-left-color: transparent;
}

#breadcrumb li a:active:after {
  border-left-color: #16a085;
}
#breadcrumb1 li a:active:after {
  border-left-color: #16a085;
}
#breadcrumb2 li a:active:after {
  border-left-color: #16a085;
}
#breadcrumb3 li a:active:after {
  border-left-color: #16a085;
}
#breadcrumb4 li a:active:after {
  border-left-color: #16a085;
}