/* interstitial */
#interstitial {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(/static/frontend/images/bg_transparent_75_black.png) repeat 0 0;
    z-index: 5000;
    overflow: hidden;

    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
}

#interstitial > .inner {
    position: relative;
    height: 100%;
}

#interstitial .content {
    height: 100%;
    display: table;
    margin: 0 auto;
}

#interstitial .content > .inner {
    display: table-cell;
    vertical-align: middle;
}

#interstitial .close-intersitial {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 57px;
    background: url(/static/frontend/images/bg_galeria_close.png) no-repeat 0 0;
    cursor: pointer;
    display: block;
}

#interstitial .content > a {
    display: block;
    line-height: 0;
}

#interstitial .buttons {
    margin-top: 5px;
}

#interstitial .button {
    margin-top: 0;
}
