.reset
{
    width: 62px;
    height: 129px;
    margin: 0;
    padding: 0;
    position: relative;
}
.container
{
    z-index: 0;
    width: 65px;
    height: 129px;
    float: right;
    position: relative;
    top: -7px;
}

.container.series{
    float: left;
    top: 5px;
}

#watch_wrapper
{
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0  0;
    -ms-transform-origin: 0  0;
    -o-transform-origin: 0  0;
    transform-origin: 0  0;
}
#OTW_monthdate_0,
#OTW_weekday_0 {
    transform-origin: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 0;
    border:0;
}
#OTW_weekday_0
{
    width: 130px !important;
}
#OTW_mainTimepiece_portrait
{
    z-index: 1;
}

.bornToDare
{
    position: absolute;
    z-index: 2;
    left: 5%;
    top: 5%;
    background-color: #be0100;
    text-align: center;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    color: #FFF;
    padding: 7px;
    z-index: 0;
}

.tdr_btd_title{
    display: block;
    width: 126px;
}

.tdr_btd_title img{
    width: 100%;
    height: auto;
}

.tdr_btd_text{
    position: relative;
    font-family: 'helvetica', sans-serif;
    font-family: 'helvetica', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
    font-size: 10px;
    line-height: 110%;
    display: block;
    margin-top: 1px;
    text-align: left;
}
.tdr_watch_name
{
    font-family: 'helvetica', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
    font-size: 11px;
    position: relative;
    text-transform: uppercase;
    margin-top: 25px;
    text-align: left;

}
.logoGroup
{
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 24%;
    text-align: center;
}

.tdr_logo
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 43px;
    margin: 0 auto;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.tdr_logo img
{
    width: 100%;
    height: 100%;
}

.noselect
{
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently not supported by any browser */

    -webkit-touch-callout: none; /* iOS Safari */
    -khtml-user-select: none; /* Konqueror */
}
