#smartVillagePrototype {
    height: auto;
    min-height: 690px;
    width: 100%;
    min-width: 1028px;
    overflow-x: auto;
    /*position: relative;*/
}

.zt-container{
    width:100%;
    height: 100%;
    min-height: 690px;
    display: block;
    position:relative;
    overflow:hidden;
    background: url("../images/compressed/1_pametna_vas.jpg") center no-repeat;
    background-size: contain;
}

.zt-container img {
    /*transition: all 0.1s !important;*/
}

img.zt-current{
    position:absolute;
    display:none;
    width:100%;
}
img.zt-temp{
    position:absolute;
    opacity:0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.zt-tag{
    position:absolute;
    z-index:10;
    border:2px solid #fff;
    background:transparent url(../images/tag.png) repeat top left;
    width:50px;
    height:37px;
    cursor:pointer;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.7);
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.7);
    box-shadow:1px 1px 2px rgba(0,0,0,0.7);
}

.zt-tag-back{
    width:40px;
    height:40px;
    line-height:40px;
    overflow:hidden;
    left:20px;
    top:20px;
    border-radius: 50%;
    border:none;
    text-align: center;
    background: rgba(255,255,255,0.5);
    color: #007bff;
    box-shadow: none;
    transition: all 0.3s;
}
.zt-tag-back:hover{
    background: rgba(255,255,255,0.8);
    color: #0056b3;
}
.zt-loading{
    position:absolute;
    width:50px;
    height:50px;
    top:50%;
    left:50%;
    margin:-25px 0 0 -25px;
    opacity:0.8;
    z-index:99999;
    -moz-border-radius:10px 10px 10px 10px;
    -webkit-border-radius:10px 10px 10px 10px;
    border-radius:10px 10px 10px 10px;
    background:#fff url(../images/ajax-loader.gif) no-repeat center center;
}

.fullscreenToggler {
    position: absolute !important;
    cursor: pointer;
    z-index: 99999999999999999999;
    right: 20px;
    width:40px;
    height:40px;
    line-height:40px;
    text-align: center;
    top: 20px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    transition: all 0.3s;
}

.fullscreenToggler:hover{
    background: rgba(255,255,255,0.8);
    color: #0056b3;
}

.dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    box-shadow: none;
    background: #d4e15e;
    animation: animate 3s linear infinite;
    transition: all 0.3s;
}


@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgb(212, 225, 94), 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    40% {
        box-shadow: 0 0 0 30px rgba(255, 0, 64, 0), 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    80% {
        box-shadow: 0 0 0 30px rgba(255, 0, 64, 0), 0 0 0 20px rgba(255, 0, 64, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 64, 0), 0 0 0 20px rgba(255, 0, 64, 0);
    }
}

.infoPointsContainer {

}

.infoPoint {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: none;
    box-shadow: none;
    background: #ffffff;
    animation: animateInfoPoint 3s linear infinite;
    position: absolute;
    z-index: 999;
}

@keyframes animateInfoPoint {
    0% {
        box-shadow: 0 0 0 0 rgb(255, 255, 255), 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    40% {
        box-shadow: 0 0 0 30px rgba(255, 0, 64, 0), 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    80% {
        box-shadow: 0 0 0 30px rgba(255, 0, 64, 0), 0 0 0 20px rgba(255, 0, 64, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 64, 0), 0 0 0 20px rgba(255, 0, 64, 0);
    }
}

.popover.show {
    z-index: 9999999999;
}
