#animation-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
}

#animation-overlay .animation-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

#animation-overlay .animation-frame.animation-frame-1 {
    background-image: url(/Theme/Coffee-inn/assets/img/frame/cfe-transition-01.png);
}

#animation-overlay .animation-frame.animation-frame-2 {
    background-image: url(/Theme/Coffee-inn/assets/img/frame/cfe-transition-02.png);
}

#animation-overlay .animation-frame.animation-frame-3 {
    background-image: url(/Theme/Coffee-inn/assets/img/frame/cfe-transition-03.png);
}

#animation-overlay .animation-frame.animation-frame-4 {
    background-image: url(/Theme/Coffee-inn/assets/img/frame/cfe-transition-04.png);
}

#animation-overlay .animation-frame.animation-frame-5 {
    background-image: url(/Theme/Coffee-inn/assets/img/frame/cfe-transition-05.png);
}

#animation-overlay .animation-frame.animation-frame-6 {
    background-image: url(/Theme/Coffee-inn/assets/img/frame/cfe-transition-06.png);
}

#animation-overlay .animation-frame.animation-frame-7 {
    background-image: url(/Theme/Coffee-inn/assets/img/frame/cfe-transition-07.png);
}

#animation-overlay .animation-frame.animation-frame-8 {
    background-image: url(/Theme/Coffee-inn/assets/img/frame/cfe-transition-08.png);
}

#animation-overlay .animation-frame.animation-frame-9 {
    background-image: url(/Theme/Coffee-inn/assets/img/frame/cfe-transition-09.png);
}

#animation-overlay .animation-frame.animation-frame-10 {
    background-image: url(/Theme/Coffee-inn/assets/img/frame/cfe-transition-10.png);
}

#animation-overlay .animation-frame.animation-frame-11 {
    background: #000;
}

#animation-overlay .animation-frame.hidden {
    display: none;
}

/*#content-holder-inner {*/
    /*min-height: 100%;*/
/*}*/

/*#content-holder-inner #bg-holder {*/
    /*position: absolute;*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    /*top: 0;*/
    /*height: 100%;*/
    /*width: 100%;*/
    /*z-index: -10;*/
/*}*/

/*#content-holder-inner #bg-black {*/
    /*background-color: rgba(0, 0, 0, .75);*/
    /*z-index: -5;*/
/*}*/

/*#content-holder-inner .inner-page .subtitle {*/
    /*display: block;*/
/*}*/

/*#content-holder-inner .inner-page .subtitle span.back-btn {*/
    /*top: 60px;*/
/*}*/

/*#content-holder-inner .inner-page .subtitle h1 {*/
    /*top: 170px;*/
/*}*/

/*#content-holder-inner .inner-page .ipBlock {*/
    /*display: block;*/
/*}*/