.entry-content {
  max-width: 100% !important; }

.hello-pin .hello-tooltip {
  background: rgba(0, 0, 0, 0.9);
  cursor: auto;
  display: none;
  max-width: 400px;
  min-width: 200px;
  padding: 10px;
  position: absolute;
  width: auto;
  z-index: 6; }
  .hello-pin .hello-tooltip .hello-tooltip-arrow {
    border-color: transparent rgba(0, 0, 0, 0.9) transparent rgba(0, 0, 0, 0.9); }
  .hello-pin .hello-tooltip.atop.center .hello-tooltip-arrow {
    border-color: transparent transparent rgba(0, 0, 0, 0.9) transparent;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    content: '';
    display: block;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: -8px; }
  .hello-pin .hello-tooltip.atop.aleft .hello-tooltip-arrow {
    border-style: solid;
    border-width: 6px 8px 6px 0;
    content: '';
    display: block;
    left: -8px;
    position: absolute;
    top: 0; }
  .hello-pin .hello-tooltip.atop.aright .hello-tooltip-arrow {
    border-style: solid;
    border-width: 6px 0 6px 8px;
    content: '';
    display: block;
    position: absolute;
    right: -8px;
    top: 0; }
  .hello-pin .hello-tooltip.abottom .hello-tooltip-arrow {
    bottom: 0; }
  .hello-pin .hello-tooltip.abottom.aleft .hello-tooltip-arrow {
    border-style: solid;
    border-width: 6px 8px 6px 0;
    content: '';
    display: block;
    left: -8px;
    position: absolute; }
  .hello-pin .hello-tooltip.abottom.aright .hello-tooltip-arrow {
    border-style: solid;
    border-width: 6px 0 6px 8px;
    content: '';
    display: block;
    position: absolute;
    right: -8px; }
  .hello-pin .hello-tooltip.amiddle.aleft .hello-tooltip-arrow {
    border-color: transparent rgba(0, 0, 0, 0.9) transparent rgba(0, 0, 0, 0.9);
    border-style: solid;
    border-width: 6px 8px 6px 0;
    content: '';
    display: block;
    left: -8px;
    opacity: .9;
    position: absolute;
    top: 0; }
  .hello-pin .hello-tooltip.amiddle.aright .hello-tooltip-arrow {
    border-style: solid;
    border-width: 6px 0 6px 8px;
    content: '';
    display: block;
    position: absolute;
    right: -8px;
    top: 0; }
  .hello-pin .hello-tooltip:hover {
    display: block; }
  .hello-pin .hello-tooltip h4 {
    color: #e4e4e4;
    font-size: 1.125em;
    margin: 0 !important;
    text-transform: uppercase; }
  .hello-pin .hello-tooltip p {
    color: #fff;
    font-size: .75em;
    line-height: 1.3em;
    margin: 0; }
  .hello-pin .hello-tooltip ul,
  .hello-pin .hello-tooltip ol {
    margin-left: 1.5em; }
  .hello-pin .hello-tooltip .hello-pin-content {
    color: #e4e4e4; }
  .hello-pin .hello-tooltip a {
    font-size: .75em; }
  .hello-pin .hello-tooltip .hello-pin-links {
    margin: 0;
    padding: 0;
    list-style: none; }

.hello-pinboard {
  position: relative;
  width: 100%; }
  .hello-pinboard .pins-bg {
    width: 100%; }
  .hello-pinboard .hello-pins {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .hello-pinboard .hello-pins .hello-pin {
      background-image: url("../img/pin_24.png");
      background-repeat: no-repeat;
      background-size: cover;
      height: 24px;
      margin-left: -12px;
      margin-top: -24px;
      position: absolute;
      width: 24px; }

/*# sourceMappingURL=pins.css.map */
