.entry-section:after{
    content: ''
}

#home-canvas {
    /*position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;*/
    overflow: hidden
}

#home-canvas canvas{vertical-align: bottom;}

.entry-section {
    /*position: fixed;
    top: 0;
    left: 0;*/
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    z-index: 90;
    position: relative;
}

.ios-chrome-active .entry-section {
    -webkit-transition: -webkit-transform 0s;
    transition: transform 0s
}

.prevent-main-section .entry-section {
    display: none
}

.slide-entry-section .entry-section {
    -webkit-transform: translate3d(0, -100vh, 0);
    transform: translate3d(0, -100vh, 0)
}

.entry-section:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgba(28, 29, 33, .5)
}

.entry-section .holder {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 100;
}

.entry-section .frame {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    font-family: 'circularblack';
}

.slide-entry-section .title-box {
    -webkit-transform: translate3d(0, -100vh, 0);
    transform: translate3d(0, -100vh, 0)
}

.gallery-text {
    font-size: 50px;
    line-height: 55px;
    position: relative;
    z-index: 20;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    pointer-events: none;
    color: #fff
}

.gallery-text h1,
.gallery-text strong {
    font-size: 60px;
    font-weight: 300;
    line-height: 66px;
    display: inline;
    margin: 0
}

.gallery-text div {
    display: none;
    opacity: 0
}

.gallery-text div.animated {
    display: block
}

.entry-text .holder {
    display: table;
    width: 100%;
    height: 100%
}

.entry-text .frame {
    display: table-cell;
    width: 100%;
    vertical-align: middle
}

.entry-text .frame2 {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px
}

.entry-text .btn-hold {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 22px 0 20px;
    text-align: center;
    background: #fff
}

.entry-cells {
    width: 100%;
    height: 100%;
    background: #191e23
}

.entry-cells .cell {
    position: relative;
    float: left;
    width: 10%;
    height: 10%
}

@media (max-height:499px) and (min-width:768px) {
    .gallery-text {
        font-size: 50px;
        line-height: 58px
    }
    .gallery-text h1,
    .gallery-text strong {
        font-size: 50px;
        line-height: 56px
    }
}

@media (max-width:767px) {
    .gallery-text,
    .gallery-text h1,
    .gallery-text strong {
        font-size: 30px;
        line-height: 36px
    }

    .header .logo {
        width: 132px;
        height: 32px
    }

    .gallery-text {
        padding: 0 25px
    }

    .gallery-text br {
        display: none
    }

    .entry-text {
        font-size: 20px;
        line-height: 24px;
        min-height: 400px
    }
    .entry-text .frame2 {
        padding: 0 15px
    }
    .entry-text .btn-hold {
        padding: 3px 0 4px
    }
}




