body{
    margin: 0;
}

h1{
    font-weight: normal;
}

.wrapper{
    margin: 0 auto;
    position:relative;
    height: 100%;
    overflow: hidden;
}

.header-wrapper{
    height: 48px;
}

.header-wrapper .hdr-top-wrapper{
    border-bottom-color: #2E2E2E;
}
.mobileapp{
    /* max-width:990px;
    min-width: 630px; */
}

.mobileapp.home{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d77488+0,d82a5b+100 */
    background: #d77488; /* Old browsers */
    background: -moz-linear-gradient(top, #d77488 0%, #d82a5b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d77488 0%,#d82a5b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d77488 0%,#d82a5b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d77488', endColorstr='#d82a5b',GradientType=0 ); /* IE6-9 */
}

.mobileapp > nav {
    width: 100%;
    background-color: #fff;
}

.mobileapp > nav.release-note-nav {
    background: rgba(255,255,255,0.8);
}

.mobileapp > nav > li {
    list-style: none;
    display: inline-block;
    padding: 17px;
    padding-right: 3%;
    padding-left: 3%;
    padding-bottom: 24px;
    width: 20%;
    text-align: center;
    float: left;
}

.mobileapp > nav > li > a {

    color: #2E2E2E;
    font: normal normal normal 18px/24px Open Sans;
    text-decoration: none;
    display: block;
    text-transform: uppercase;

    /* -webkit-transform: skew(20deg) !important;
    -moz-transform: skew(20deg) !important;
    -ms-transform: skew(20deg) !important;
    -o-transform: skew(20deg) !important;
    transform: skew(20deg) !important; */

}

.nav-fullepisodes {
    box-shadow: inset 0px -10px 0px 0px #E33939;
}

.nav-entertainment {
    box-shadow: inset 0px -10px 0px 0px #D02664;
}

.nav-news {
    box-shadow: inset 0px -10px 0px 0px #EB2427;
}

.nav-games {
    box-shadow: inset 0px -10px 0px 0px #3D4DA2;
}

.nav-kapusopromos {
    box-shadow: inset 0px -10px 0px 0px #873C97;
}

section{
    display: block;
    width: 100%;
    position: relative;
}
section article {
    margin-left: auto;
    margin-right: auto;
}


.section_a{
    position: relative;
    height: 565px;
    padding-top: 58px;
    /* margin-top:58px; */
}

.section_b{
    position: relative;
    margin-top:-170px;
    height: 715px;
    /* background: url(../img/ent_bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
}
.section_news{
    position: relative;
    margin-top: -100px;
    height: 715px;
    /* background: url(../img/news_bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
}
.section_news.fullepisodes{
    position: relative;
    /* background: url(../img/fullepisodes_bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
}
.section_games{
    position: relative;
    margin-top: -100px;
    height: 715px;
    /* background: url(../img/games_bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
}
.section_kapusopromos{
    position: relative;
    margin-top: -100px;
    height: 715px;
    /* background: url(../img/news_bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
}
/* .section_kapusopromos{
    margin-top: -100px;
    height: 750px;
    background: url(../img/interact_bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index:3;
}

.section_sweepstakes{
    margin-top: -100px;
    height: 715px;
    background: url(../img/sweepstakes_bg.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index:2;
} */

.section_download{
    padding-bottom: 70px;
    margin-top: 100px;
}

.section_a > article{
    text-align: center;
    padding:10px;
    color: #fff;
}

.section_a > article > h1{
    text-align: center;
    font: normal normal bold 48px/65px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.section_a > article > img{
    width: 150px;
    margin-top:45px;
    margin-bottom: 10px;
}

.section_a > article > p {
    font-family: 'Roboto';
    font-size: 18px !important;
    /* max-width: 46.5%; */
    max-width: 450px;
    margin: 0 auto;
}




.section_b article{
    text-align: center;
    margin-top:15%;
    width: 350px;
}

.section_b > article > img{
    width: 110px;
}

.section_b article > h1{
    font-weight: normal;
    margin: 0px;
    color: #fff
}

.section_b > article > p {
    font-family: 'Roboto';
    font-size: 21px;
    color: #fff;
}


.section_news article{
    text-align: center;
    margin-top:15%;
}
.section_news > article > img{
    width: 100px;
}

.section_news article > h1{
    font-weight: normal;
    margin: 0px;
    color: #fff
}

.section_news > article > p {
    color: #fff;
    text-align: center;
    font: normal normal normal 18px/24px Roboto;
    letter-spacing: 0px;
}

.section_games article{
    text-align: center;
    margin-top:13%;
}

.section_games > article > img{
    width: 110px;
}

.section_games article > h1{
    font-weight: normal;
    margin: 0px;
    color: #fff
}

.section_games > article > p {
    font-family: 'Roboto';
    font-size: 21px;
    color: #fff;
}


.section_kapusopromos article{
    text-align: center;
    margin-top:15%;
}
.section_kapusopromos > article > img{
    width: 100px;
}

.section_kapusopromos article > h1{
    font-weight: normal;
    margin: 0px;
    color: #fff
}

.section_kapusopromos > article > p {
    font-family: 'Roboto';
    font-size: 21px;
    color: #fff;
    text-align: left;
}

/* .section_sweepstakes article{
    text-align: center;
    margin-top:19%;
}
.section_sweepstakes > article > img{
    width: 100px;
}

.section_sweepstakes article > h1{
    font-weight: normal;
    margin: 0px;
    color: #fff
}

.section_sweepstakes > article > p {
    font-family: 'Roboto';
    font-size: 21px;
    color: #fff;
} */


.section_download article{
    text-align: center;
    margin-top: 5%;
    color: #fff;
}


.section_download article > h1{
    text-align: center;
    font: normal normal bold 48px/65px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.section_download article > h1 strong{
    font-family: 'BebasNeue Book';
}

.section_download > article > p {
    font-family: 'Lato';
    font-size: 21px;
    color: #fff;
    padding-top: 4%;
}

.section_share{
    text-align: center;
    margin: 5em auto;
}

.section_share h1{
    font-family: 'BebasNeue Book';
    font-size: 57px;
    margin: 0px;
    color: #343434;
}

.section_share article > h1 strong{
    font-family: 'BebasNeue Book';
    color: #343434;
}

.section article p {
    font: normal normal normal 18px/24px Roboto;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 35px;
    color: #fff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.section .getapp_btn,
.section .getapp_btn:hover,
.section .getapp_btn:visited {
    display: inline-block;
    padding: 10px 30px;
    font: normal normal bold 18px/24px Open Sans;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}


.pull-left{
    float:left !important;
}
.pull-right{

    float: right !important;
}

.footer{
    background: #404041;
    height: 160px;
    text-align: center;

}

.purple{
    color: #626faa !important;

}

.footer > nav {
    text-align: center;
    max-width: 990px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.footer > nav > li {
    list-style: none;
    display: inline-block;
    padding: 17px;
    padding-left: 35px;
    padding-right: 35px;
}

#mobile-scroll{
    position:fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 50px;
}

.release_notes{
    padding: 0 20px;
}

.release_notes ul{
    list-style: none;
}

@media only screen and (max-width : 810px){
    .mobileapp > nav > li > a{
        font-size: 18px;
    }

    #section_entetainment, #section_news, #section_games,#section_kapusopromos {
        height: 600px;
    }

    .section_games > article > img {
        width: 80px;
    }

    #section_entetainment article, #section_news article, #section_games article,#section_kapusopromos article {
        width: 320px;
    }

}


@media only screen and (max-width : 768px) {

    section {
        /*min-height: 575px !important;*/
    }

    section article h1{
        font-size: 45px !important;
        font-weight: normal;
    }

    .section_b > article > img {
        width: 80px;
    }

    .section_fullepisodes > article > img {
        width: 65px;
    }

    .section_news > article > img {
        width: 65px;
    }

    .section_games > article > img {
        width: 75px;
    }

    .section_games article {
        margin-top: 12%;
    }

    .section_download article > h1{
        font-size: 50px !important;
    }

    .section_download #download-btns img{
        display: block;
        margin: 11px auto !important;
    }

    section > article > p {
        font-size: 17px !important;
    }

    #section_fullepisodes,
    #section_entetainment,
    #section_news,
    #section_games,
    #section_kapusopromos {
        height: 570px;
    }

    .footer{
        height: 320px !important;
    }

}

@media only screen and (max-width : 750px) {
    .wrapper{
        padding-top: 40px;
    }
}


copyright{
    color: #fff;
    color: #fff;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}
copyright>  documentation > a {
    color: #fff;
    display: inline-block;
    margin:5px;

}

copyright>  documentation > a:active , .dactive {
    color: silver !important;
    display: inline-block;
    margin:5px;

}


copyright>  documentation > a:hover {
    color: silver;
    display: inline-block;
    margin:5px;

}




.release_notes > article >  p {
    margin-bottom: 23px;
}


section.release_notes > article > ul > li::before {
    content: '•';
    margin-right: 10px;
}

.section-icon {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.section-icon img {
    max-width: 100px;
    height: auto;
}

section:not(.section_a):not(.section_download) article h1 {
    /* font-family: 'Muli';
    letter-spacing: -2px;
    font-size: 40px; */
    margin-bottom: 10px !important;
    text-align: center;
    font: normal normal bold 42px/57px Open Sans;
}

/**
 * Huawei Update
 */

#download-btns {
    width: 85%;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 40px;
}
.download-btns-container {
    margin-left: -10px;
    margin-right: -10px;
}
.btn-item {
    display: inline-block;
    box-sizing: border-box;
    width: 33%;
    padding: 0px 10px;
}
.btn-item img {
    width: 100%;
    box-sizing: border-box;
}    
@media (max-width: 901px) {
    .download-btns-container {
        margin-left: 0;
        margin-right: 0;
    }
    .btn-item {
        display: block;
        width: 340px;
        margin-bottom: 14px;
        margin-left: auto;
        margin-right: auto;
    }
}

/**
 * --------------------------------------
 * Adjustments (Desktop)
 * --------------------------------------
 */

/**
 * Mobile navigation
 */

.mobileapp > nav > li {
    padding-left: 5px;
    padding-right: 5px;
}

/**
 * --------------------------------------
 * Section's default / initial layout
 * --------------------------------------
 */

#section_fullepisodes, 
#section_entetainment, 
#section_news, 
#section_games, 
#section_kapusopromos {
    position: relative;
    z-index: 1;
    height: 600px;
    margin-top: 100px;
}
#section_fullepisodes:before, 
#section_entetainment:before, 
#section_news:before, 
#section_games:before, 
#section_kapusopromos:before {
    position:absolute;
    content: " ";
    display:block;
    left: -100px;
    right: -100px;
    top: 0;
    bottom: 0;
    z-index: -1;
}
#section_fullepisodes article, 
#section_entetainment article, 
#section_news article, 
#section_games article, 
#section_kapusopromos article {
    margin-top: 7%;
    width: 40%;
}

section .article-container {
    max-width: 990px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

/** 
 * --------------------------------------
 * Section Images (not the icons)
 * --------------------------------------
 */

section .image-container {
    width: 50%;
    position: absolute;
    top: 85px;
}
section .image-container.pull-right {
    right: 0;
}
section .image-container.pull-left {
    left: 0;
}
section .image-container img {
    width: 100%;
}

/**
 * Sections' background rotation
 */

/* Fullepisodes */
#section_fullepisodes:before {
    background-color: #E33939;
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
}
/* Entertainment */
#section_entetainment:before {
    background-color: #D02664;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}
/* News */
#section_news:before {
    background-color: #ed191c;
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
}
/* Games */
#section_games:before {
    background-color: #374BA4;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
}
/* Kapuso Promos */
#section_kapusopromos:before {
    background-color: #3A84C5;
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
}

/**
 * --------------------------------------
 * Individual section adjustments
 * --------------------------------------
 * 
 * This involves scaling images, adjust-
 * ting positions, etc. of each section 
 * for better layout
 * 
 */

/* Fullepisodes */
#section_fullepisodes .image-container img {
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
}
/* Entertainment */
#section_entetainment .image-container {
    top: 70px;
}
#section_entetainment .image-container img {
    -webkit-transform: scale(1.2);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
}

/* News */
#section_news .image-container {
    top: 115px;
}
#section_news .image-container img {
    -webkit-transform: scale(1.12);
       -moz-transform: scale(1.12);
        -ms-transform: scale(1.12);
         -o-transform: scale(1.12);
            transform: scale(1.12);
}

/* Games */
#section_games .image-container {
    top: 128px;
}
#section_games .image-container img {
    -webkit-transform: scale(1.12);
       -moz-transform: scale(1.12);
        -ms-transform: scale(1.12);
         -o-transform: scale(1.12);
            transform: scale(1.12);
}

/* Kapuso Promos */
#section_kapusopromos .image-container {
    top: 115px;
}
#section_kapusopromos .image-container img {
    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
         -o-transform: scale(1.5);
            transform: scale(1.5);
}

/**
 * --------------------------------------
 * Adjustments (Smaller devices but not mobile)
 * --------------------------------------
 * 
 * Involves adjustments on smaller devices
 * like tablets or desktop browsers with
 * smaller windows sizes
 * 
 */

@media (max-width: 992px) {
    /* Mobile navigation */
    .mobileapp > nav > li > a {
        font-size: 16px;
    }
}

@media (max-width: 901px) {
    /* Section download */
    #section_download h1 {
        padding: 0 20px;
        margin: 0 auto;
    }
    #section_download h1,
    #section_download h1 > span {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    /* outer Wrapper */
    body > .wrapper {
        margin-top: -3px;
    }

    /* inner Wrapper */
    .wrapper {
        padding-top: 0;
    }
    
    /* Mobile navigation */
    .mobileapp > nav > li > a {
        font-size: 14px;
    }

    /* Section download */
    #section_download h1,
    #section_download h1 > span {
        line-height: 1;
    }
}

@media (max-width: 655px) {
    /* Mobile navigation */
    .mobileapp > nav > li > a {
        font-size: 12px;
    }

    /* Section download */
    #section_download h1 {
        width: 85%;
    }
}

@media (max-width: 570px) {
    #mobile-scroll {
        display: none;
    }

    .section_a > article > p {
        max-width: 90%;
    }
}