/* apply to every credit tooltip*/
.image_credit a {
  text-decoration: none
		//color: #333;
		  color: #fff;
}
.image_credit fa {
  //color: #444;
    color: #fff;
  
  background: 0 0;
}
.image_credit [class*=" fa-"],
.image_credit [class^=fa-] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  margin-top: 0;
    color: #fff;
}
.image_credit [class*=" fa-"],
.image_credit [class^=fa-] {
  font-family: FontAwesome;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
}

/*this will be added to the popup by jqtip */
.image-credit-text {
  font-family: "open sans";
  font-weight: normal;
  background-color:rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  line-height: 1.5em;
  padding: 5px;
  
}

