
.rating {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
}

.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating label:last-child {
  position: static;
}

.rating label:nth-child(1) {
  z-index: 5;
}

.rating label:nth-child(2) {
  z-index: 4;
}

.rating label:nth-child(3) {
  z-index: 3;
}

.rating label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating label .icon {
  float: left;
  color: transparent;
  font-size: 18px;
}

.rating label:last-child .icon {
  color: #c0c0c0;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: #FFAF04;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #c0c0c0;
  text-shadow: 0 0 5px #FFAF04;
}

.rating1 {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
}

.rating1 label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.rating1 label:last-child {
  position: static;
}

.rating1 label:nth-child(1) {
  z-index: 5;
}

.rating1 label:nth-child(2) {
  z-index: 4;
}

.rating1 label:nth-child(3) {
  z-index: 3;
}

.rating1 label:nth-child(4) {
  z-index: 2;
}

.rating label:nth-child(5) {
  z-index: 1;
}

.rating1 label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.rating1 label .icon {
  float: left;
  color: transparent;
  font-size: 18px;
}

.rating1 label:last-child .icon {
  color: #c0c0c0;
}
.rating1 label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
  color: #FFAF04;
}

.search-content {
    flex-shrink: 5;
    padding: 30px;
    margin-bottom: 30px;
    background-color: #fff; }
	
.help-block-error{
	color:red;
}

.breadcrumb li a{
		padding: 5px;
}