.hotspot-wrapper {}

        .hotspot-wrapper .hotspot-image {
            width: 100%;
            height: 100%;
            position: relative;
        }

        .hotspot-wrapper .hotspot-image ul {
            list-style-type: none;
        }

        .hotspot-wrapper .hotspot-image ul li {
            position: absolute;
        }

        .hotspot-wrapper .hotspot-image ul li.skinnytip {
            cursor: pointer;
        }

        .hotspot-wrapper .hotspot-image img.img-responsive {
            width: 100%;
        }

        .hotspot-itm {
            background-color: red;
            border-radius: 30px;
            color: #ffffff;
            display: inline;
            font-weight: bold;
            height: 30px;
            padding: 5px 0 0;
            position: absolute;
            text-align: center;
            width: 30px;
            -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
            -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
            -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
            cursor: pointer;
        }

        #skinnytip-layer {
            /*transition:visibility 1s, opacity 1s; slowly crap! */
        }

        #skinnytip-container {
            background-color: #FFF !important;
            border: none !important;
            font-family: Arial, sans-serif !important;
            font-size: 12px;
            width: 240px;
            -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        }

        #skinnytip-title {
            background-color: #FFF !important;
            color: #404245 !important;
            font-size: 14px !important;
            padding: 10px 10px 0 10px !important;
            font-weight: bold;
        }

        #skinnytip-content {
            color: #404245 !important;
            padding: 5px 10px 10px 10px !important;
            font-size: 12px !important;
        }

        li.skinnytip {
            list-style-type: none;
        }

        .hotspot-itm {
            background-color: red;
            border-radius: 30px;
            color: #ffffff;
            display: inline;
            font-weight: bold;
            height: 30px;
            padding: 5px 0 0;
            position: absolute;
            text-align: center;
            width: 30px;
            -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
            -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
            -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
        }

        .hotspot-legend {}

        .hotspot-legend .hs-leg-wrap {
            margin-bottom: 20px;
            cursor: pointer;
            opacity: 1;
            transition: opacity .3s;
        }

        .hotspot-legend .hs-leg-wrap.hs-hidden {
            opacity: .2;
            transition: opacity .3s;
        }

        .hotspot-legend .hs-leg-wrap .hs-leg-img {}

        .hotspot-legend .hs-leg-wrap .hs-leg-txt {
            margin-left: 50px;
        }

        .hotspot-legend .hs-leg-wrap .hs-leg-txt h6 {
            font-weight: bold;
            font-size: 1em;
            margin-top: 0;
            margin-bottom: 5px;
        }

        .hotspot-legend .hs-leg-wrap .hs-leg-txt p {}

        .hotspot-wrapper .hotspot-itm {
            opacity: 1;
            transition: opacity .3s;
        }

        .hotspot-wrapper .hotspot-itm.hs-hidden {
            opacity: .2;
            transition: opacity .3s;
        }