/*
* BI Content START
*/
.hublot-timekeeper {
    display: block;
    border: none;
    width: 76px !important;
    height: 113px !important;
    position: relative;
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.hublot-timekeeper img {
    border: none;
}

.hublot-timekeeper.visible {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.hublot-timekeeper .hublot-watch {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.hublot-timekeeper .hublot-watch {
    z-index: 5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;

}

.hublot-timekeeper img.watch {
    position: absolute;
    width: 100%;
	height: 100%;
	object-fit: cover;
}

.hublot-timekeeper div.handles {
    width: 76px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.hublot-timekeeper .handles div.handle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    /*-ms-transform: rotate(0deg); */
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.hublot-timekeeper .handles div.ease {
    -webkit-transition: all 0.99s ease-out 0s;
    -moz-transition: all 0.99s ease-out 0s;
    -o-transition: all 0.99s ease-out 0s;
    transition: all 0.99s ease-out 0s;
}

.hublot-timekeeper .handles div.hour {
    background: url(/wp-content/themes/lamaro-child/watch/images/hours.png) no-repeat scroll center 0;
    background-size: 5px 18px;
    height: 30px;
    left: 33.5px;
    top: 38px;
    width: 5px;
    z-index: 2;
}

.hublot-timekeeper .handles div.minute {
    background: url(/wp-content/themes/lamaro-child/watch/images/minutes.png) no-repeat scroll center 0;
    background-size: 5px 25px;
    height: 45px;
    left: 33.5px;
    top: 30.5px;
    width: 5px;
    z-index: 3;
}

.hublot-timekeeper .handles div.second {
    background: url(/wp-content/themes/lamaro-child/watch/images/seconds-chrono.png) no-repeat scroll center 0;
    background-size: 5px 33px;
    height: 33px;
    left: 33px;
    top: 29.5px;
    width: 5px;
    z-index: 4;
}

.hublot-timekeeper .handles div.seconds-chrono {
    background: url(/wp-content/themes/lamaro-child/watch/images/seconds.png) no-repeat scroll center 0;
    background-size: 3px 7px;
    height: 11px;
    left: 21.7px;
    top: 47.5px;
    width: 3px;
    z-index: 1;
}

.hublot-timekeeper .logo-glass {
    background: url(/wp-content/themes/lamaro-child/watch/images/logo-glass.png) no-repeat scroll center 0;
    background-size: cover;
    height: 6px;
    left: 29px;
    top: 40px;
    width: 13px;
    z-index: 6;
    position: absolute;
}

/* IE9 */
.hublot-timekeeper .handles div.handle.hour {
    -ms-transform: rotate(60deg);
}

.hublot-timekeeper .handles div.handle.minute {
    -ms-transform: rotate(295deg);
}

/*
* BI Content END
*/
