.item {
  float: left;
  width: 300px;
  margin-left: 170px;
}
#footer-dark {
  position: relative;
  padding-top:50px;
  color:#f0f9ff;
  /* background-color:#282d32; */
  background-color:#000;
  clear: both;
}
#footer-dark h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:1.2em;
  color: #fff;
  opacity: 0.8;
}
#footer-dark ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}
#footer-dark ul span{
  color: #6ea4cf;
}
#footer-dark ul a {
  color:inherit;
  text-decoration:none;
  text-transform: uppercase;
}
#piano{
  margin-top: 25px;
}
#mailto{
  text-transform: lowercase;
}
#footer-dark ul a:hover {
  opacity:0.8;
}

@media (max-width:957px) {
  #footer-dark {
    text-align:center;
    padding-bottom:20px;
  }
  .item{
    width: 100%;
    margin-left: 0;
  }
}

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

#footer-dark .item.text {
  margin-bottom:36px;
}

@media (max-width:767px) {
  #footer-dark .item.text {
    margin-bottom:0;
  }
}

#footer-dark .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

#footer-dark .item.social {
  margin-top: 35px;
  text-align:center;
}

@media (max-width:991px) {
  #footer-dark .item.social {
    text-align:center;
    margin-top:20px;
  }
}

#footer-dark .copyright {
  text-align:center;
  padding-top:40px;
  padding-bottom: 15px;
  color: #FFF;
  font-size:1em;
  margin-bottom:0;
  clear: both;
}
#footer-dark .copyright a{
  color: #6ea4cf;
}
#footer-dark .copyright a:hover{
  opacity: 0.8;
}
