.dealer {
  width: 100%;
  height: 1100px;
  padding: 70px 0px 30px 0px;
  background: url(../images/large/earth.jpg) center center no-repeat;
  background-size: cover;
  text-decoration: none;
  box-shadow: inset 0px 0px 76px 17px rgba(0, 0, 0, 0.36); }
  .dealer h3 {
    text-align: center; }
  .dealer .world-container {
    width: 100%;
    overflow: auto; }
    .dealer .world-container .world {
      width: 1219px;
      height: 618px;
      position: relative;
      top: 0;
      display: block;
      margin: 0 auto;
      background: url(../images/small/world.png) center 0px no-repeat; }
      .dealer .world-container .world .dot {
        width: 10px;
        height: 10px;
        position: absolute;
        cursor: pointer;
        border-radius: 10px;
        background: #1f5f70;
        box-shadow: 1px 1px 1px #d1d1d1; }
        .dealer .world-container .world .dot:hover {
          background: #2f92aa; }
        .dealer .world-container .world .dot:active {
          background: #60bf00; }
        .dealer .world-container .world .dot.microvu {
          /*width: 15px;
          height: 15px;
          background: url(../images/logos/logo.png) center center no-repeat;
          background-size: contain;*/
		  width: 12px;
          height: 12px;
		  border-radius: 12px;
          background: #00824e  }
          .dealer .world-container .world .dot.microvu:hover {
            opacity: 0.8; }
      .dealer .world-container .world .display {
        position: absolute;
        top: 0px;
        left: 0px;
        background: white;
        z-index: 100000;
        border-radius: 1px; }
        .dealer .world-container .world .display .panel {
          margin-bottom: 0px;
          box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5); }
        .dealer .world-container .world .display .panel-heading {
          padding: 10px;
          text-align: center; }
        .dealer .world-container .world .display .toolkit {
          position: absolute;
          right: 0px;
          top: 0px;
          width: 17px;
          height: 100%; }
          .dealer .world-container .world .display .toolkit .close {
            width: 14px;
            height: 14px;
            position: absolute;
            cursor: pointer;
            z-index: 1000000000;
            padding: 1px;
            top: 5px;
            right: 5px;
            background: url(../images/icons/x.png) center center no-repeat; }
            .dealer .world-container .world .display .toolkit .close:hover {
              opacity: 0.6; }
            .dealer .world-container .world .display .toolkit .close:active {
              opacity: 0.3; }

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