@font-face {
    font-family: 'Aller';
    src: url("./fonts/AllerDisplay.ttf");
}
@font-face {
    font-family: 'Aller_Italic';
    src: url("./fonts/Aller_BdIt.ttf");
}
html, body{
    height: 100%;
    width: 100%;
}
body{
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Aller', sans-serif;
    background: #412d70 url("./img/bg.jpg") center center no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
}
.container{
    max-width: 1200px;
    margin: auto;
}
.dialer-container{
    float: left;
    background-image: linear-gradient(0deg, #2f2561, #553580, #5e529f);
    background-image: -moz-linear-gradient(0deg, #2f2561, #553580, #5e529f);
    background-image: -webkit-linear-gradient(0deg, #2f2561, #553580, #5e529f);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 16px 16px 10px;
    color: #fff;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.dialer{
    font-size: 40px;
    font-weight: 900;
    line-height: 40px;
    animation: zoomIn;
    animation-duration: 1s;
}
.biko-url{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.biko-logo{
    float: right;
    position: relative;
    width: 353px;
    height: 74px;
}
.logo-content{
    border: 0px solid #eee;
    position: relative;
    margin: 11px 0 0 68px;
    height: 50px;
}
.logo-bg{
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    animation: rubberBand;
    animation-duration: 1s;
}
.logo-bg img{
    width: 100%;
}
.biko-letter{
    float: left;
    position: absolute;
    animation: slideInLeft;
    animation-duration: 2s;
}
.biko-letter img{
    width: auto;
}
.logo-b{
    z-index: 20;
    animation-delay: 0.05s;
}
.logo-i{
    left: 30px;
    animation-delay: 0.10s;
}
.logo-k{
    left: 40px;
    animation-delay: 0.15s;
}
.logo-o{
    left: 71px;
    animation-delay: 0.20s;
}
.logo-s{
    left: 100px;
    animation-delay: 0.25s;
}
.logo-p{
    left: 128px;
    animation-delay: 0.30s;
}
.logo-oo{
    left: 157px;
    animation-delay: 0.45s;
}
.logo-r{
    left: 188px;
    animation-delay: 0.50s;
}
.logo-t{
    left: 218px;
    animation-delay: 0.55s;
}
.logo-ss{
    left: 238px;
    animation-delay: 0.60s;
}
.fast-play-container{
    position: absolute;
    bottom: -34px;
    right: 10px;
}
.fast-play{
    float: left;
}
.fast-play img{
    height: 25px;
}
.slogan-fast2{
    margin-left: 5px;
}
.fast-play{
    animation: fadeIn;
    animation-duration: 2s;
}

.content-container{
    max-width: 1200px;
    margin: auto;
    padding: 20px 0;
}
.kipenga-container h2{
    font-weight: 900;
    text-transform: uppercase;
    color: #f59d20;
    margin: 0;
    animation: fadeIn;
    animation-duration: 2s;
    animation-delay: 1.2s;
}
.kipenga-container h2>span{
    animation: slideInLeft;
    animation-duration: 2s;
}
.kipenga-container h2>.span-1{
    animation-delay: 1.1s;
}
.kipenga-container h2>.span-2{
    animation-delay: 1.15s;
}
.kipenga-container h2>.span-3{
    animation-delay: 1.2s;
}
.kipenga-container h2>.span-4{
    animation-delay: 1.25s;
}
.kipenga-container h2>.span-5{
    animation-delay: 1.3s;
}
.kipenga-container h2>.span-6{
    animation-delay: 1.35s;
}
.kipenga-container h2>.span-7{
    animation-delay: 1.4s;
}
.kipenga-container h2>.span-8{
    animation-delay: 1.45s;
}
.kipenga-container h2>.span-9{
    animation-delay: 1.5s;
}
.kipenga-container h2>.span-10{
    animation-delay: 1.55s;
}
.kipenga-container h2>.span-11{
    animation-delay: 1.6s;
}
.kipenga-container h2>.span-12{
    animation-delay: 1.65s;
}
.kipenga-container h3{
    font-weight: 700;
    font-style: italic;
    color: #fff;
    margin: 0;
    font-family: 'Aller_Italic', sans-serif;
    animation: fadeIn;
    animation-duration: 2s;
    animation-delay: 1.2s;
}

.amua{
    float: left;
    animation: zoomIn;
    animation-duration: 2s;
}

.amua-a{
    animation-delay: 1.1s;
}
.amua-m{
    animation-delay: 1.15s;
}
.amua-u{
    animation-delay: 1.2s;
}
.amua-aa{
    animation-delay: 1.25s;
}
.amua-w{
    animation-delay: 1.3s;
    margin-left: 10px;
}
.amua-e{
    animation-delay: 1.35s;
}
.amua-ww{
    animation-delay: 1.4s;
}
.amua-ee{
    animation-delay: 1.45s;
}

.kipenga img{
    animation: jello;
    animation-duration: 2s;
    animation-delay: 2s;
}
.eighteen-plus{
    position: relative;
    background-size: 74px;
}
.eighteen-plus >div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: zoomIn;
    animation-duration: 2s;
}
.eighteen-plus >div img{
    width: 100%;
}
.eighteen-plus .circle{
    /*background: url("./img/18/18circle.png") center center no-repeat;*/
    animation-delay: 3.10s;
}
.eighteen-plus .number {
    /*background: url("./img/18/18.png") center center no-repeat;*/
    animation-delay: 3.2s;
}
.eighteen-plus .plus{
    /*background: url("./img/18/plus.png") center center no-repeat;*/
    animation-delay: 3.30s;
}
.buttons{
    margin-top: 30px;
}
.buttons a{
    display: inline-block;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    text-decoration: none;
}
.buttons a.yes{
    margin-right: 20px;
    color: #000;
    background-image: linear-gradient(0deg, #f59d20, #f6d30b 30%, #f7d076);
    background-image: -moz-linear-gradient(0deg, #f59d20, #f6d30b 30%, #f7d076);
    background-image: -webkit-linear-gradient(0deg, #f59d20, #f6d30b 30%, #f7d076);
    animation: heartBeat;
    animation-duration: 2s;
    animation-delay: 1.2s;
}
.buttons a.no{
    margin-right: 20px;
    color: #fff;
    background-image: linear-gradient(0deg, #801439, #eb2a59 30%, #ec4e7a);
    background-image: -moz-linear-gradient(0deg, #801439, #eb2a59 30%, #ec4e7a);
    background-image: -webkit-linear-gradient(0deg, #801439, #eb2a59 30%, #ec4e7a);
    animation: heartBeat;
    animation-duration: 2s;
    animation-delay: 1.2s;
}
.biko-letter img{
    height: 50px;
}
@media only screen and (max-width: 768px){
    .dialer-container{
        /*position: absolute;
        bottom: 20px;
        left: 20px;*/
        margin-top: 30px
    }
    .amua-ww-container{
        height: 75px;
        width: 100%;
    }
    .amua img{
        height: 75px;
    }
    .content-container{
        padding: 30px;
    }
    .left-panel{

    }
    .kipenga-container{

    }
    .hidden-mobile{
        display: none
    }
    .kipenga-container h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .kipenga-container h3 {
        font-size: 20px;
        width: 100%;
        clear: both;
    }
    .kipenga{
        text-align: center;
    }
    .kipenga img {
        width: 80%;
    }
    .buttons a {
        padding: 12px 45px;
        font-size: 24px;
    }

    .eighteen-plus {
        margin-left: 10px;
        margin-top: 0px;
        width: 70px;
        height: 70px;
    }
    .amua{
        margin-left: -10px;
    }
    .amua-ww-container{
        margin-top: -5px
    }
    /*.biko-logo{
        width: 280px;
        height: 50px;
        margin-right: 30px;
    }
    .logo-content{
        margin: 11px 0 0 68px;
        height: 40px;
    }*/
    .container{
        padding: 20px 0;
    }
    .top-row{
        height:80px;
    }
    /*.biko-letter img{
        height: 30px;
    }*/

    .content-container-table{

    }
    .content-container-table-cell{
        padding: 40px 0 0;
    }
}
@media only screen and (min-width: 769px){
    .hidden-desktop{
        display: none
    }
    .amua img{
        height: 150px;
    }
    .left-panel{
        float: left;
    }
    .kipenga-container{
        float: right;
    }
    .kipenga-container h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .kipenga-container h3 {
        font-size: 38px;
        line-height: 30px;
    }
    .kipenga img {
        width: 93%;
    }
    .buttons a {
        padding: 16px 70px;
        font-size: 30px;
    }
    .eighteen-plus {
        margin-left: 10px;
        margin-top: 30px;
        width: 100px;
        height: 100px;
    }
    .amua{
        margin-left: -18px;
    }
    .amua-ww-container{
        margin-top: -15px
    }
    .biko-logo{

    }
    .logo-content{

    }
    .container{
        padding: 50px 0;
    }
    .top-row{
        height:100px;
    }
    .content-container-table{
        display: table;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .content-container-table-cell{
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        width: 100%;
        vert-align: middle;
    }
}