@font-face {
    font-family: Glyphicons Halflings;
    src: url(/images/am-c-series/fonts/glyphicons-halflings-regular.woff2);
}

@font-face {
    font-family: epson-icons;
    src: url(/images/am-c-series/fonts/epson-icons.woff2);
}

.glyphicon, .glyphicon-content:before {
    position: relative;
    top: 1px;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-close:before {
    content: "\e604";
}

.glyphicon-close {
    font-family: epson-icons;
}

.hotspot-image{
    position: relative;
}

@media screen and (min-width: 500px) and (max-width: 991px){
    .hotspot-image{
        width: 443px;
        margin: auto;
        margin-top: 80px;
    }
}

.hotspot{
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 50%!important;
    border: 2px solid transparent;
}

.hotspot-dot{
    position: absolute;
    display: block;
    width: 14px!important;
    height: 14px!important;
    cursor: pointer;
    border-radius: 50%!important;
    border: 1px solid #fff;
    background-color: #f68f39;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
    padding: 0;
}

/* .hotspot-dot::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #f68f39;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    opacity: 0;
    transition: 0.2s all;
}

.hotspot-dot:hover::after {
    opacity: 1;
} */

.hotspot-ring{
    position: absolute;
    width: 22px;
    height: 22px;
    top: 50%;
    left: 50%;
    display: block;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: #f68f39;
}

.hotspot-ring-one{

    margin-left: -11px;
    margin-top: -11px;
    opacity: .6;
    -webkit-animation: hs-pulse-ring1 2s infinite;
    animation: hs-pulse-ring1 2s infinite;
}

/* .hotspot-ring-two{
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    opacity: .3;
    -webkit-animation: hs-pulse-ring2 2s infinite;
    animation: hs-pulse-ring2 2s infinite;
} */

.hotspot.one{
    left: 115px;
    top: 60px;
}

.hotspot.two{
    left: 209px;
    top: 7px;
}

.hotspot.three{
    left: 274px;
    top: 50px;
}

.hotspot.four{
    left: 253px;
    top: 71px;
}

.hotspot.five{
    left: 200px;
    top: 111px;
}

.hotspot.six{
    left: 115px;
    top: 172px;
}

.hotspot.seven{
    left: 256px;
    top: 199px;
}

.hotspot.eight{
    left: 315px;
    top: 211px;
}

.hotspot-content{
    position: absolute;
    opacity: 0;
    z-index: -1;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    background-color: #fff;
    padding: 15px;
    top: 20px;
    left: 10px;
    transition: all 0.1s linear;
    min-width: 275px;
    max-width: 285px;
}

.hotspot.two .hotspot-content{
    left: -94px;
}

.hotspot.three .hotspot-content{
    left: -155px;
}

.hotspot.four .hotspot-content{
    left: -152px;
}

.hotspot.five .hotspot-content{
    left: -90px;
}

.hotspot.seven .hotspot-content{
    left: -151px;
}

.hotspot.eight .hotspot-content{
    left: -251px;
}

.hotspot--selected .hotspot-content{
    opacity: 1;
    z-index: 2;
}

.hotspot-close{
    text-align: right;
}

.glyphicon-close{
    border: none;
    background: transparent;
    font-family: epson-icons !important;
}

@-webkit-keyframes hs-pulse-ring1 {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: .6
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3
    }
}

@keyframes hs-pulse-ring1 {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: .6
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .3
    }
}

@-webkit-keyframes hs-pulse-ring2 {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes hs-pulse-ring2 {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@media screen and (max-width: 500px) {
    .hotspot.one {
        left: 105px;
    }
    .hotspot.two {
        left: 179px;
    }
    .hotspot.three {
        left: 238px;
        top: 40px;
    }
    .hotspot.four {
        left: 232px;
    }
    .hotspot.five {
        left: 171px;
        top: 96px;
    }
    .hotspot.six {
        left: 105px;
        top: 148px;
    }
    .hotspot.seven {
        left: 218px;
        top: 174px;
    }
}

@media screen and (max-width: 400px) {
    /* .hotspot-dot {
        top: 24%;
        left: -67%;
    } */
    .hotspot-content {
        left: -18px;
    }
    .hotspot.one .hotspot-content{
        left: -70px;
    }
    .hotspot.two .hotspot-content{
        left: -123px;
    }
    
    .hotspot.three .hotspot-content{
        left: -183px;
    }
    
    .hotspot.four .hotspot-content{
        left: -182px;
    }
    
    .hotspot.five .hotspot-content{
        left: -121px;
    }

    .hotspot.six .hotspot-content{
        left: -91px;
    }
    
    .hotspot.seven .hotspot-content{
        left: -151px;
    }
    
    .hotspot.eight .hotspot-content{
        left: -251px;
    }
    .hotspot.one,
    .hotspot.six {
        left: 97px;
    }
    .hotspot.two {
        left: 158px;
    }
    .hotspot.three {
        left: 209px;
        top: 36px;
    }
    .hotspot.four {
        left: 206px;
    }
    .hotspot.five {
        left: 154px;
        top: 90px;
    }
    .hotspot.seven {
        left: 198px;
        top: 172px;
    }
    .hotspot.eight {
        left: 254px!important;
        top: 164px!important;
    }
}

@media screen and (min-width: 768px) {
    .hotspots h2{
        text-align: center;
    }
}

@media screen and (min-width: 992px) {
    .hotspot-image {
        margin-top: 80px;
        width: 952px;
    }
    .hotspot.one {
        left: 245px;
        top: 121px;
    }
    .hotspot.two {
        left: 454px;
        top: 18px;
    }
    .hotspot.three {
        left: 606px;
        top: 113px;
    }
    .hotspot.four {
        left: 562px;
        top: 168px;
    }
    .hotspot.five {
        left: 456px;
        top: 241px;
    }
    .hotspot.six {
        left: 245px;
        top: 385px;
    }
    .hotspot.seven {
        left: 562px;
        top: 441px;
    }
    .hotspot.eight {
        left: 690px;
        top: 451px;
    }
}