.slogan {
  width: 100%;
  background-color: #da3a24;
  text-align: center;
}

.slogan img {

}

.color-list .icon {
    color: #da3a24;
}


.color-list span.icon {
  line-height: 18px;
  padding-right: 0;
}

.border-top {
  border-top: 1px solid #fff;
}

.ui-header {
  max-height: 152px;
}

.li-margin {
  margin-left: 50px;
}

ul.list li span.list-title.full-width, ul.list li span.list-value.full-width {
  width: 100%;
}

@media screen and (max-width: 569px) {

  img.logo-top {
    width: 100%;
    height: auto;
  }

  .ui-header {
    max-height: 100%;
    margin-bottom: -5px;
  }


}


