p {
}

.text-center.footer-copy {
  text-align: right !important;
  font-size: 70%;
  color: #000;
}

.footer-clean {
  padding: 50px 0;
  background-color: #fff;
  color: #4b4c4d;
}

.footer-clean h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-clean ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-clean ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-clean ul a:hover {
  opacity: 1;
}

@media (max-width:767px) {
  .footer-clean .item {
    text-align: center;
    padding-bottom: 20px;
  }
}

p {
  color: #4e90cc;
  text-align: center;
}

* {
  /*letter-spacing: 1px;*/
  font-family: Verdana;
  line-height: 1.6;
}

li {
  /*background-image: url("../../assets/img/ok.png");*/
  /*background-repeat: no-repeat;*/
  background-position: left;
  margin: 3px;
  padding: 2px;
  margin-top: -1px;
}

