@keyframes pulse {
  0% {
    width: 18px;
    height: 18px;
    margin-left: 6px;
    margin-top: 6px;
    border-width: 5px; }
  50% {
    width: 14px;
    height: 14px;
    margin-left: 0px;
    margin-top: 0px;
    border-width: 13px; }
  100% {
    width: 18px;
    height: 18px;
    margin-left: 6px;
    margin-top: 6px;
    border-width: 5px; } }
.aco_segments {
  width: 100%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat; }
  .aco_segments img {
    width: 100%;
    z-index: 5;
    opacity: 0.0; }
    .aco_segments img.active {
      opacity: 1.0; }
    .aco_segments img.main {
      position: relative;
      z-index: 20; }
    .aco_segments img.highlight {
      transition: 300ms;
      position: absolute;
      top: 0;
      z-index: 10; }
  .aco_segments img[usemap], .aco_segments map area {
    outline: none; }
  .aco_segments .point {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 25; }
    .aco_segments .point .pointer {
      width: 18px;
      height: 18px;
      margin-left: 6px;
      margin-top: 6px;
      display: block;
      box-sizing: content-box;
      background: #cc0001;
      border: 5px solid #cc0000;
      border: 5px solid rgba(204, 0, 0, 0.5);
      border-radius: 50%;
      -webkit-background-clip: padding-box;
      /* for Safari */
      background-clip: padding-box;
      /* for IE9+, Firefox 4+, Opera, Chrome */
      z-index: 15;
      transition: 200ms; }
    .aco_segments .point .title {
      font-family: "ITC Stone Sans W08 Bold",Verdana;
      position: absolute;
      background: #cc0001;
      font-size: 13px;
      font-weight: bold;
      display: block;
      padding: 0.25rem 2rem;
      color: #fff;
      opacity: 0;
      display: none;
      white-space: nowrap;
      transition: 200ms;
      z-index: 20; }
      .aco_segments .point .title.title--left {
        right: 3.5rem; }
      .aco_segments .point .title.title--right {
        left: 3.5rem; }
      .aco_segments .point .title.title--bottom {
        top: 2.2rem; }
      .aco_segments .point .title.title--top {
        bottom: 2.2rem; }
      @media (max-width: 767px) {
        .aco_segments .point .title {
          display: none; } }
    .aco_segments .point:hover .pointer, .aco_segments .point.hover .pointer, .aco_segments .point.anim .pointer {
      width: 14px;
      height: 14px;
      margin-left: 0px;
      margin-top: 0px;
      border-width: 13px;
      /*animation: pulse 1s infinite;*/ }
    .aco_segments .point:hover .title, .aco_segments .point.hover .title, .aco_segments .point.anim .title {
      display: block;
      opacity: 1; }
  .aco_segments.has_selected .point .pointer {
    margin-left: 11px;
    margin-top: 11px;
    border-width: 0; }
  .aco_segments.has_selected .point.selected .pointer {
    animation: pulse 1s infinite; }
  .aco_segments.has_selected .point:hover .pointer, .aco_segments.has_selected .point.hover .pointer, .aco_segments.has_selected .point.anim .pointer, .aco_segments.has_selected .point.selected:hover .pointer, .aco_segments.has_selected .point.selected.hover .pointer, .aco_segments.has_selected .point.selected.anim .pointer {
    width: 14px;
    height: 14px;
    margin-left: 0px;
    margin-top: 0px;
    border-width: 13px; }

.blinder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url("../img/loader.gif") no-repeat center #fff; }

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