


.container.varc-mobile {
    width:100%;
}

.animWrapper .container {
    padding-left:0;
    padding-right:0;
    overflow:hidden;
}

.animWrapper .row {
    margin-right: 0;
    margin-left: 0;
}


.place-container {
    width:100%;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin:20px 0;
}

.place-holder .overlay {
    background-color: rgba(0, 0, 0, 0.7);
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    -webkit-transition:transform 0.5s ease;
    -moz-transition:transform 0.5s ease;
    transition:transform 0.5s ease;
}

.place-container.animating .overlay {
    transform:translateY(-100%);
    -webkit-transform:translateY(-100%);
    -moz-transform:translateY(-100%);
}

.place-holder {
    width:100%;
    height:200px;
    color:#FCB116;
    text-align: center;
    line-height: 200px;
    font-weight: bold;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition:all 1s;
    -webkit-transition:all 1s;
    -moz-transition:all 1s;
}


.place-holder.extended {
    width:750px;
    height:402px;
}


.place-holder h3 {
    line-height: inherit;
    font-weight: bold;
    margin:0;
    color:#FCB116;
}

.hodnik {
    background-image: url(../img/hodnik_sm.jpg);
}

.kopalnica {
     background-image: url(../img/kopalnica_sm.jpg);
}

.kuhinja {
     background-image: url(../img/kuhinja_sm.jpg);
}

.dnevna {
     background-image: url(../img/dnevna_sm.jpg);
}

.hisa {
     background-image: url(../img/bajta_sm1.jpg);
}

@media (min-width:1200px){

    .hodnik {
        background-image: url(../img/hodnik_lg.jpg);
    }

    .kopalnica {
         background-image: url(../img/kopalnica_lg.jpg);
    }

    .kuhinja {
         background-image: url(../img/kuhinja_lg.jpg);
    }

    .dnevna {
         background-image: url(../img/dnevna_lg.jpg);
    }

    .hisa {
         background-image: url(../img/bajta_lg1.jpg);
    }
}

@media (max-width:992px){

    .hodnik {
        background-image: url(../img/hodnik_xs.jpg);
    }

    .kopalnica {
         background-image: url(../img/kopalnica_xs.jpg);
    }

    .kuhinja {
         background-image: url(../img/kuhinja_xs.jpg);
    }

    .dnevna {
         background-image: url(../img/dnevna_xs.jpg);
    }

    .hisa {
         background-image: url(../img/bajta_xs1.jpg);
    }
}

.dot {
    position: absolute;
    width:50px;
    height:50px;
    border:4px solid #00589E;
    border-radius: 50%;
    z-index:99;
    display:block;
    opacity:0;
    outline:none;
    background-color:transparent; 
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    transform:scale(0.8);
    transition:all 0.6s;
     -webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
}

.dot.shown {
    opacity:1;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    transform:scale(1);
}

.dot:after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #FCB116;
    top: 8px;
    left: 8px;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform:scale(0.95);
        transform:scale(0.95);
    }
    50% {
        -webkit-transform:scale(1.05);
        transform:scale(1.05);
    }
    to {
       -webkit-transform:scale(0.95); 
       transform:scale(0.95);
    }
} 

@keyframes pulse {
    from {
        transform:scale(0.95);
    }
    50% {
        transform:scale(1.05);
    }
    to {
       transform:scale(0.95);
    }
}

.varc-popup {
    width:100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:2000;
    background-color: #505050;
    color:white;
    padding:10px;
    font-size:0.9em;
    opacity:0;
    transform:translateY(-100%);
    -webkit-transform:translateY(-100%);
    -moz-transform:translateY(-100%);
    transition:all 0.4s;
    -webkit-overflow-scrolling:touch;
    overflow-y:auto;
    overflow-x:hidden;
}

.varc-popup .content {
    position: relative;
}

.varc-popup.in {
    opacity:1;
    transform:translateY(0%);
    -webkit-transform:translateY(0%);
    -moz-transform:translateY(0%);
}

.varc-popup h3, .popover h3 {
    color:#FCB116;
    font-size:1.8em;
    font-weight: bold;
    margin-bottom:5px;
    text-transform: uppercase;
}

.varc-popup h4, .popover h4 {
    font-weight: bold;
    font-size:1.2em;
    padding-bottom:5px;
    border-bottom: 1px solid white;
    margin-top:20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color:white;
}

.popover h3 {
    font-size:1.6em;
    margin-top:0;
}


.popover h4 {
    color:white;
}

.varc-popup h4.noborder, .popover h4.noborder {
    border:none;
}

.varc-popup td, .popover td {
    padding:5px;
}

.varc-popup .smaller ul, .popover .smaller ul {
    list-style-type: decimal;
    margin:10px 0;
    padding-left:10px;
    padding-right:20px;
    font-weight: bold;
    font-size:0.8em;
}

.varc-popup p, .popover p {
    line-height: 1.3;
    font-size:1em;
    margin:0;
}

.varc-popup table, .popover table {
    margin-bottom:10px;
}

.varc-popup table thead td, .popover table thead td {
    background-color: white;
    color:black;
    font-weight: bolder;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #888;
}

.caption {
    font-weight: bold;
    font-size:1.3em;
}

.caption > div {
    margin:10px 0;
}

.varc-popup .dismiss {
    position: absolute;
    top:10px;
    right:10px;
    z-index:5;
    width:20px;
    height:20px;
    background-image: url(../img/close.svg);
}

.place-holder .dismiss {
    position: absolute;
    z-index:5;
    width:30px;
    height:30px;
    top:10px;
    background-image: url(../img/close.svg);
    background-clip: padding-box;
    opacity:0;
    transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
    transform:translate3d(0,0,0);
    -webkit-transform:translate3d(0,0,0);
}

.place-holder .dismiss.shown {
    opacity:1;
}

.mouseMoveToolTip {
    position: fixed;
    color:white;
    background-color: black;
    border-radius: 5px;
    text-align: center;
    line-height: normal;
    padding:5px 10px;
    z-index:9999;
}

.mouseMoveToolTip h3 {
    font-size:18px;
    color:#FCB116;
    margin:0;
}

/* V te place pridejo zrezane slike -- on hover glow 
    Rabš slike za sm in lg
*/

.place {
    background-image: none;
    cursor:pointer;
    position: absolute;
}

.place.place-1 {
    width: 120px;
    height: 180px;
    top: 150px;
    left: 340px;
}

.place.place-2 {
    width: 190px;
    height: 130px;
    top: 240px;
    left: 150px;
}

.place.place-3 {
    width: 200px;
    height: 150px;
    top: 210px;
    left: 450px;
}

.place.place-4 {
    width: 190px;
    height: 170px;
    top: 230px;
    left: 650px;
}

@media (min-width:1200px) {
    .place.place-1 {
        width: 120px;
        height: 190px;
        top: 190px;
        left: 410px;
    }

    .place.place-5 {
        width: 230px;
        height: 100px;
        top: 190px;
        left: 370px;
    }

    .place.place-2 {
        width: 200px;
        height: 150px;
        top: 290px;
        left: 200px;
    }
    .place.place-3 {
        top: 260px;
        left: 550px;
        width: 200px;
    }
    .place.place-4 {
        width: 220px;
        height: 200px;
        top: 290px;
        left: 770px;
    }
}

.desktop.place-container {
    overflow:visible;
    position: relative;
    height:520px;
    width:100%;
}

.desktop .place-holder {
    display:block;
    opacity:0;
    position: absolute;
    top:0;
    left:0;
    width:970px;
    height:520px;
    transform:scale(0.8);
    transition:transform 2s, opacity 2s;
}

@media (min-width:1200px) {
    .desktop .place-holder {
        width:1170px;
        height:627px;
    }

    .desktop.place-container {
        height:627px;
    }
}

@media (min-width:768px) and (max-width:992px){
    .desktop .place-holder {
        width:750px;
        height:402px;
    }

    .desktop.place-container {
        height:402px;
    }

}

.varc-popup {
    padding-top:40px;
}

.varc-popup h3 {
    margin-top:0;
}

/* End hover glow */

.desktop .place-holder.hisa {
    display:block;
    opacity:1;
    transform:scale(1);
    transition:tranform 1.5s ease, opacity 1s;
    -webkit-transition:transform 1.5s ease, opacity 1s;
    z-index:5;
}

.desktop .place-holder.hisa.zoomIn {
    transform:scale(2.5);
    -webkit-transform:scale(2.5);
    -moz-transform:scale(2.5);
    opacity:0;
}


.desktop .place-holder.in {
    opacity:1;
    transform:scale(1);
    z-index:10;
}

.desktop .place-holder.out {
    opacity:0;
    transform:scale(0.8);
    z-index:0;
    transition:transform 1s, opacity 1s;
}

.desktop-wrap {
    overflow:hidden;
}

.desktop-wrap .dot {
    cursor:pointer;
}

.desktop-wrap .popover {
    max-width: 500px;
    background-color: rgba(0,0,0,0.8);
    color:white;
    font-size:0.9em;
    max-height:627px;   
}


.desktop-wrap .popover .popover-content {
    overflow-y:auto;
    overflow-x:hidden;
    max-height:627px;  
}


@media (max-width:1200px){
    .desktop-wrap .popover {
        max-width: 450px;
        background-color: rgba(0,0,0,0.8);
        color:white;
        font-size:0.9em;
        max-height:520px;   
    }

    .desktop-wrap .popover .popover-content {
        overflow-y:auto;
        overflow-x:hidden;
        max-height:520px;  
    }
}

.desktop-wrap .popover.right>.arrow {
    border-right-color:rgba(0,0,0,0.8);
}

button.back {
    background-color:#00589E;
    color:white;
    text-transform: uppercase;
    outline: none;
    border:none;
    padding:10px 20px;
    line-height: 1;
    font-size:1.5em;
    font-family: Klavika;
    font-weight: lighter;
    position: absolute;
    top:10px;
    left:10px;
}

.glow {
    position: absolute;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition:opacity 0.4s;
}

.glow-hodnik {
    width:393px;
    height:262px;
    background-image: url(../img/hodnik_lg_glow.jpg);
    top: 154px;
    left: 282px;
    opacity: 0;
}

.glow-kuhinja {
    width:353px;
    height:249px;
    background-image: url(../img/kuhinja_lg_glow.jpg);
    top: 212px;
    opacity: 0;
    left: 498px;
}

.glow-kopalnica {
    width:338px;
    height:226px;
    background-image: url(../img/kopalnica_lg_glow.jpg);
    top: 254px;
    left: 121px;
    opacity: 0;
}

.glow-dnevna {
    width:366px;
    height:313px;
    background-image: url(../img/dnevna_lg_glow.jpg);
    top: 234px;
    left: 703px;
    opacity:0;
}

#div-cookie {
    z-index:999;
}


@media (max-width:1200px){
    .glow-hodnik {
        width:303px;
        height:213px;
        background-image: url(../img/hodnik_sm_glow.jpg);
        top: 128px;
        left: 248px;
        opacity: 0;
    }

    .glow-kuhinja {
        width:296px;
        height:227px;
        background-image: url(../img/kuhinja_sm_glow.jpg);
        top: 163px;
        left: 411px;
        opacity:0;
    }

    .glow-kopalnica {
        width:277px;
        height:186px;
        background-image: url(../img/kopalnica_sm_glow.jpg);
        top: 217px;
        left: 99px;
        opacity: 0;
    }

    .glow-dnevna {
        width:301px;
        height:287px;
        background-image: url(../img/dnevna_sm_glow.jpg);
        top: 183px;
        left: 588px;
        opacity:0;
    }
}

@media (min-width:768px) and (max-width:992px){

    .glow-hodnik {
        width:238px;
        height:186px;
        background-image: url(../img/hodnik_xs_glow.jpg);
        top: 82px;
        left: 189px;
        opacity: 0;
    }

    .glow-kuhinja {
        width:229px;
        height:167px;
        background-image: url(../img/kuhinja_xs_glow.jpg);
        top: 137px;
        left: 319px;
        opacity:0;
    }

    .glow-kopalnica {
        width:221px;
        height:152px;
        background-image: url(../img/kopalnica_xs_glow.jpg);
        top: 164px;
        left: 76px;
        opacity: 0;
    }

    .glow-dnevna {
        width:227px;
        height:202px;
        background-image: url(../img/dnevna_xs_glow.jpg);
        top: 149px;
        left: 459px;
        opacity:0;
    }

    .place.place-1 {
    width: 70px;
    height: 150px;
    top: 110px;
    left: 272px;
    }

    .place.place-5 {
    width: 190px;
    height: 70px;
    top: 110px;
    left: 200px;
    }

    .place.place-2 {
    width: 160px;
    height: 110px;
    top: 180px;
    left: 110px;
    }
    .place.place-3 {
    top: 150px;
    left: 340px;
    width: 140px;
    }
    .place.place-4 {
    width: 170px;
    height: 150px;
    top: 180px;
    left: 480px;
    }

    .desktop-wrap .popover {
        max-width: 360px;
        background-color: rgba(0,0,0,0.8);
        color:white;
        font-size:0.8em;
        max-height:402px;   
    }

    .desktop-wrap .popover .popover-content {
        overflow-y:auto;
        overflow-x:hidden;
        max-height:397px;  
    }
}


.glowing {
    opacity:1;
}

/*
COLORS

yellow : #FCB116;
blue: #00589E;

*/