/* 
    Created on : 05-dec-2016, 09.00.00
    Author     : DaRos
*/

html.vs_cms_popup_open,
html.vs_cms_popup_open body{
    height: 100%;
    overflow: hidden;
}

#vs_cms_info_popup_wrap {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

#vs_cms_info_popup_wrap > div {
    display: table;
    width:100%;
    height: 100%;
}
#vs_cms_info_popup_wrap > div > div {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
#vs_cms_info_popup_loader{
    display: none;
    position: absolute;
    z-index: 100;
    width:100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(255,255,255,0.7);
}
#vs_cms_info_popup_loader span.spinner {
    position: absolute;
    top:50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
}
#vs_cms_info_popup_container{
    position: relative;
    height: 768px;
    max-width: 90%;
    margin: 0 auto;
    padding: 15px;
    color: #000000;
    background: #FFFFFF;
}
#vs_cms_info_popup_close{
    
    width: 40px;
    height: 40px;
    position:absolute;
    top: 20px;
    left: 50%;
    margin-left: -20px;
    background: url("/common/img/gallery_popup-close-button.png") center center no-repeat;
    cursor:pointer;
    overflow: hidden;
    text-indent: -1000px;
    z-index: 100;
    color:#000000;
    text-align: center;
    line-height: 39px;
    font-size: 16px;
    font-weight: bold;
}

#vs_cms_info_popup_content {position: relative;height: 100%;}






#vs_cms_info_popup_wrap.mcCd #vs_cms_info_popup_close {
    left: auto;
    right: 20px;
    margin-left: 0;
}
#vs_cms_info_popup_wrap.mcCd {
    background: rgba(0,0,0,0.85);
}
#vs_cms_info_popup_wrap.mcCd #vs_cms_info_popup_container{
    background: transparent;
}

#mcCd_overlay-table,
#mcCd_overlay-cell{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    display: block;
}

#mcCd_clock-layer{
    position:absolute;
    top:0;
    left:0;
    z-index:50;
    margin:0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
}
#mcCd_clock-table{
    display: table;
    margin:0;
    padding: 0;
    text-align: center;
    height: 100%;
    width: 100%;
}
#mcCd_clock-cell{
    display: table-cell;
    vertical-align: middle;
}

.mcCd_clock_cta{
    color: #FFFFFF;
    font-size: 18px;
    max-width:50%;
    line-height: 30px;
    margin:0 auto;
    letter-spacing:0.1em
    /*    border-bottom-style: groove;
    border-bottom-width:1px;
    border-bottom-color:#FFFFFF;*/;
}


#mcCd_clock_separator {
    display: block;
    padding: 0 0 30px 0;
}
#mcCd_clock_separator > div {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
#mcCd_clock_separator .mcCd_clock_separator_border {
    height: 1px;
    width: 15%;
    background: #FFFFFF;
}
#mcCd_clock_separator .mcCd_clock_logo {
    height: 100px;
    width: 5%;
    background-image: url("http://media.yoox.biz/ytos/resources/MONCLER/img/LogoHeader_Desktop_ds.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 0.5%;
}




#mcCd_clock {
    margin: 40px auto;
    width: 100%;
    padding:0 0 0 0;
    color: #FFFFFF;
}



/*
    Style the clock
*/
#mcCd_clock > div {
    display: inline-block;
    padding: 0 20px;
    text-align:center;
    border-right: 1px solid #FFFFFF;
}
#mcCd_clock > div > span {
    display: block;
    width: 100%;
    float: left;
    font-family: 'BauerBodoni-roman';
    font-size: 90px;
    letter-spacing:0.15em;
}
#mcCd_clock > div > span.clkLabel{
    padding-top:10px;
    letter-spacing:0.2em;
    font-size: 12px;
    font-family: 'Gotham SSm A', 'Gotham SSm B';
    text-transform: lowercase;
    clear: both;
}
#mcCd_clock ._dd {}
#mcCd_clock ._hh {}
#mcCd_clock ._mm {}
#mcCd_clock ._ss {
    border-right: none;
}




@media screen and (max-width: 1024px) {
    
    .mcCd_clock_cta{
        font-size: 16px;
        max-width: 80%;
        line-height: 26px;
    }
    #mcCd_clock > div > span {
        font-size: 80px;
        letter-spacing:0.15em;
    }
    #mcCd_clock > div > span.clkLabel{
        letter-spacing:0.2em;
        font-size: 12px;
    }
    #mcCd_clock_separator .mcCd_clock_logo {
        width: 10%;
    }
    
}
@media screen and (max-width: 768px) {
    
    #vs_cms_info_popup_container {
        height: 500px;
    }
    #mcCd_clock > div > span {
        font-size: 60px;
        letter-spacing:0.15em;
    }
    #mcCd_clock > div > span.clkLabel{
        letter-spacing:0.2em;
        font-size: 10px;
    }
    #mcCd_clock_separator .mcCd_clock_separator_border {
        width: 25%;
    }
    #mcCd_clock_separator .mcCd_clock_logo {
        width: 15%;
    }
    .mcCd_clock_cta{
        font-size: 14px;
        max-width: 85%;
        line-height: 22px;
    }
    
}
@media screen and (max-width: 767px) {
    
    .mcCd_clock_cta{
        font-size: 13px;
        max-width: 90%;
        line-height: 18px;
    }
    #mcCd_clock_separator .mcCd_clock_logo {
        width: 33%;
        height: 85px;
    }
    #mcCd_clock {
        margin: 20px auto;
    }
    #mcCd_clock > div {
        padding: 0 10px;
        width: 22%;
    }    
    #mcCd_clock > div > span {
        font-size: 30px;
        letter-spacing:0.1em;
    }
    #mcCd_clock > div > span.clkLabel{
        letter-spacing:0.1em;
        font-size: 8px;
    }
    #vs_cms_info_popup_container {
        max-width: 100%;
        padding: 10px;
    }
    
}
@media screen and (max-width: 374px) {
    
    #vs_cms_info_popup_container {
        height: 350px;
    }
    #mcCd_clock_separator {
        padding: 20px 0;
    }
    .mcCd_clock_cta{
        font-size: 11px;
        line-height: 16px;
    }
    #mcCd_clock_separator .mcCd_clock_logo {
        width: 28%;
        height: 65px;
    }
    #mcCd_clock > div {
        padding: 0 8px;
        width: 20%;
    }
    #mcCd_clock > div > span {
        font-size: 20px;
        letter-spacing:0.1em;
    }
    #mcCd_clock > div > span.clkLabel{
        letter-spacing:0.1em;
        font-size: 8px;
    }
    
}