/* IMAGES */
/*======================================*/
.img-mar {
  margin: 5px;
}
.img-border {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
.img-border-light {
  box-shadow: 0 0 0 4px #fff;
}
.img-xs {
  width: 32px;
  height: 32px;
}
.img-md {
  width: 64px;
  height: 64px;
}
.img-sm {
  width: 48px;
  height: 48px;
}
.img-lg {
  width: 96px;
  height: 96px;
}
.img-holder img {
  max-width: 100%;
  border-radius: 3px;
}
.img-gallery {
  margin-left: -4px;
  margin-right: -4px;
}
.img-gallery [class^="col-"],
.img-gallery [class*=" col-"] {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: 8px;
}
.img-gallery img {
  border-radius: 4px;
}