


/* 3D */

.loading-3d {
    position: absolute;
    top: 33%;
    left: 48%;
    background-color: pink;
    background-color: yellow;
    padding: 20px;
    border-radius: 110px;
    opacity:0;
}

.loading-text {
    background-color: #000;
    color: #CCC;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    width: 170px;
    left: 50%;
    margin-left: -83px;
    margin-top: 10px;
}

.stick-holder {
    width: 100%;
}

#tdmarker {
    position: absolute;
    right: 50%;
    z-index: 9999;
    margin-right: -66px;
    top: 20px;
}

#tdmarker .tdMarkerRound {
}

#tdmarker .tdMarkerText {
    position: absolute;
    width: 100%;
    top: 39%;
    font-size: 22px;
    font-family: 'gotham_boldregular';
    margin-left: 4px;
    color:#000;
}

#icon360 {
    position: absolute;
    bottom: 140px;
    width: 100px;
    height: 50px;
    z-index: 9;
    left: 50%;
    margin-left: -50px;
    opacity:0;
}

.moving-lines {
    width: 70%;
    margin: 0 auto;
    margin-top: -189px;
    z-index: 1;
    position: relative;
    border: 1px solid #DFDFDF;
    padding: 30px 30px 50px 30px;
    background-color: #FFF;

}

.moving-lines .moving-line {
    margin-top:15px;
}

.moving-lines .moving-line .line {
    height: 10px;
    border-radius: 17px;
    -moz-box-shadow: 1px 2px 5px 1px #ccc;
    -webkit-box-shadow: 1px 2px 5px 1px #ccc;
    box-shadow: 1px 2px 5px 1px #ccc;
}

.images-holder {
    width: 100%;
    height: 100%;
    cursor: move;
    position: relative;
    min-height: 400px;
}

.images-holder img {
    display: none;
    position: fixed;
    height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: auto;
    opacity: 0.5;
}


.images-holder img.anim3D {
    /*opacity:1;
    margin-top: -18% !important;*/
}

.hovers {
    height: 100%;
    opacity: 0;
}

.hover {
    width: 7.1%;
    height: 100%;
    float: left;
    cursor : move;
    -webkit-user-select: none;
    -webkit-touch-callout: none; 
}
/* 3D */
