

.foot{
  color:#ffffff;
  background-color: rgba(0,0,0,0.75);
  margin-top: 120px;
  padding-top: 25px;
  padding-bottom: 25px;
  width:100%;
  text-align: center;
}



.bar{
  text-align: center;
}

.text{
  font-weight:200;
}


.bar {
  border:none;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
  background-size: 8px 8px;
}
.bar2 {
  border:none;
  height: 2px;
  background-color: #fff;
  border-color: #fff;
}
.nf{
  text-align: center;
}

a {
  color: #009999;
  text-decoration: none;

  padding: 0 ;
  cursor: pointer;
    transition: all .5s;
}
a:hover {
  color: #88bbbb;
  text-decoration: none;

  padding: 0 ;
  cursor: pointer;
  transition: all .5s;
}

figcaption {
  font-size: 12px;
  color: #999;
  text-decoration: none;
  display: block;
  padding: 0px 8px 0px 8px ;
  margin-top: -16px;
  cursor: pointer;
  transition: all .5s;
  

}
