@font-face {
    font-family: 'gotham_bold';
    src: url('../fonts/GothamBold.eot');
    src: local('☺'), url('../fonts/GothamBold.woff') format('woff'), url('../fonts/GothamBold.ttf') format('truetype'), url('../fonts/GothamBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_book';
    src: url('../fonts/GothamBook.eot');
    src: local('☺'), url('../fonts/GothamBook.woff') format('woff'), url('../fonts/GothamBook.ttf') format('truetype'), url('../fonts/GothamBook.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_light';
    src: url('../fonts/GothamLight.eot');
    src: local('☺'), url('../fonts/GothamLight.woff') format('woff'), url('../fonts/GothamLight.ttf') format('truetype'), url('../fonts/GothamLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
} 

* {
    margin: 0;
    padding: 0;
}

.fp-scrollable {
    text-align: center;
    position: relative;
}

.fp-scrollable > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.fp-scrollable > img.penonton {
    position: fixed;
}

.fp-scrollable > img.panggung {
    z-index: 999;
    position: relative;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

.navbar {
    position: fixed;
    z-index: 99;
    width: 100%;
}

.navbar-collapse {
    text-align: center;
}

.navbar-nav {
    display: inline-block;
    float: none;
}

ul.navbar-nav>li>a {
    background: url(../img/bg-menu.png) no-repeat;
    width: 92px;
    height: 72px;
    margin: 0 9px;
    color: #FFF !important;
    padding-top: 6px;
    font-family: 'gotham_bold';
    font-size: 11px;
    text-transform: uppercase;
}

._gap {
    height: 97px;
}

.block-top-home {
    text-align: center;
    height: 100px;
}

.block-top-home > img {
    display: inline-block;
    z-index: 9999;
    bottom: -40px;
    position: relative;
}

.col-text {
    color: #FFF;
    font-family: 'gotham_bold';
    font-size: 21px;
    padding-bottom: 50px;
}

.logo-left > img {
/*    margin-left: 60px;*/
    margin-top: -60px;
    width: 140px;
}

.logo-right {
    text-align: right;
}

.logo-right > img {
/*    margin-right: 60px;*/
    margin-top: -60px;
    display: inline-block;
}

div#section0 {
	background-image: url(../../assets/img/bg-panggung.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    	background-position: center 84%;
}

div#section1 .fp-tableCell {
    text-align: center;
}

div#section1 .fp-tableCell h2 {
    color: #FFF;
    text-transform: uppercase;
    font-family: 'gotham_light';
    padding-bottom: 50px;
    padding-top: 60px;
}

div#section1 .fp-tableCell .row div {
    text-align: center;
}

div#section1 .fp-tableCell .row div > img {
    display: inline-block;
}

div#section1 .fp-tableCell .row div .text-cara {
    font-family: 'gotham_book';
    margin-top: 20px;
    color: #FFF;
    margin-top: 20px;
}

div#section2 .fp-tableCell .text-hadiah {
    color: #FFF;
    font-family: 'gotham_book';
    font-size: 20px;
    padding: 0 92px;
    padding-bottom: 30px;
    padding-top: 10px;
}

div#section2 .fp-tableCell img {
    display: inline-block;
}

div#section2 .fp-tableCell h2 {
    color: #FFF;
    text-transform: uppercase;
    font-family: 'gotham_light';
    padding-bottom: 20px;
    padding-top: 90px;
}

div#section2 .fp-tableCell {
    text-align: center;
}



.footer .footer-right {
    text-align: right;
}
.footer ul.block-scm {
    padding-right: 20px;
}
.footer ul.block-scm li {
    display: inline-block;
    padding: 10px 2px;
}
.footer .footer-left {
    color: #FFF;
    text-align: left;
    padding: 20px;
    padding-left: 30px;
}
.footer {
    background: #000;
    margin-top: 60px;
}
div#daftar .form-control, div#edit-tim .form-control {
    margin-bottom: 10px;
    border-radius: 0;
    border-color: #000;
    color: #000;
    padding: 10px 10px;
    height: inherit;
}
.btn-footer{
    text-align: center;
}
.btn-footer > button[type="submit"] {
    width: 200px;
}
.close{
    opacity: 1;
    position: relative;
    top: -30px;
    right: -30px;
}
.close:hover{
    opacity: 1;
}
.modal-header{
    border: none;
    padding-bottom: 0;
}
h4.title-daftar {
    text-align: center;
    font-size: 30px;
    font-family: 'gotham_bold';
}
#leaderboard .modal-body > h3{
    font-family: 'gotham_bold';
}
#success_regis .modal-body{
    text-align: center;
}
.hidethis{
    display: none;
}
div#tbl_leaderboard_info, div#tbl_leaderboard_filter, table#tbl_leaderboard > thead {
    display: none;
}
table#tbl_leaderboard tbody tr {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e7+0,989a9d+100 */
    background: #e6e6e7; /* Old browsers */
    background: -moz-linear-gradient(top,  #e6e6e7 0%, #989a9d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e6e6e7 0%,#989a9d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e6e6e7 0%,#989a9d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e7', endColorstr='#989a9d',GradientType=0 ); /* IE6-9 */

}
table.dataTable.display tbody td{
    border: none;
    text-align: left;
}
table#tbl_leaderboard tbody tr td{
    border-top: 1px solid #716C65;
    border-right: 1px solid #716C65;
    font-size: 18px;
}
table.dataTable.no-footer{
    border-bottom: 1px solid #716C65;
}
table#tbl_leaderboard tbody tr td:first-child {
    background-color: #818285;
    width: 20px;
    text-align: center;
}

table#tbl_leaderboard tbody tr:nth-child(-n+5) td:nth-child(2), table#tbl_leaderboard tbody tr:nth-child(-n+5) td:nth-child(3){
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0c7aa+0,988775+100 */
    background: #e0c7aa; /* Old browsers */
    background: -moz-linear-gradient(top,  #e0c7aa 0%, #988775 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e0c7aa 0%,#988775 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e0c7aa 0%,#988775 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0c7aa', endColorstr='#988775',GradientType=0 ); /* IE6-9 */

}
table#tbl_leaderboard tbody tr:nth-child(-n+5) td:first-child{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f15c29+0,f7921f+100 */
    background: #f15c29; /* Old browsers */
    background: -moz-linear-gradient(left,  #f15c29 0%, #f7921f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #f15c29 0%,#f7921f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #f15c29 0%,#f7921f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15c29', endColorstr='#f7921f',GradientType=1 ); /* IE6-9 */
}
table#tbl_leaderboard tbody tr td:nth-child(3){
    text-align: right;
}

div#leaderboard .modal-body .form-group {
    padding: 0 60px;
}
div#leaderboard .modal-body {
    text-align: center;
}



.header-logo-sm{
    display:  none;
}
/*
@media(max-width: 900px){
    .fp-scrollable > img.penonton {
        position: static;
    }
}
*/
div#login-lead form, div#forgot-email form {
    padding: 0 50px;
}

div#login-lead .form-group, div#forgot-email .form-group {
    text-align: right;
    margin-top: 20px;
}
div#login-lead .form-group input, div#forgot-email .form-group input {
    width: 65%;
    display: inline-block;
}
div#login-lead .form-group label, div#forgot-email .form-group label {
    float: left;
    display: inline-block;
}
.navbar-header.navbar-on-login {
    background: #BF1E2E;
    padding: 0 10px;
    color: #FFF;
    max-width: 300px;
    height: 65px;
    border-radius: 0 0 10px 10px;
}
.navbar-header.navbar-on-login a {
    color: #FFF !important;
    font-size: 13px;
    font-family: gotham_bold;
}


.block-syarat ul > li > ul > li > ul > li {
    list-style-type: lower-roman;
}
.block-syarat ul > li > ul > li {
    list-style-type: lower-alpha;
}
.block-syarat ul > li {
    margin-left: 18px;
    list-style: decimal;
}
.block-syarat {
    padding: 0 50px;
    padding-bottom: 20px;
    font-family: gotham_book;
    line-height: 28px;
}
.block-syarat h3{
    font-size: 18px;
    font-family: gotham_bold;
}
.block-syarat h4{
    font-size: 16px;
    font-family: gotham_bold;
}

.body-page-id-3 * {
    display: none;
}
.body-page-id-3 .form-forgotpass{
    display: block;
    max-width: 500px;
    margin: 50px auto;
}
.body-page-id-3 .form-forgotpass *{
    display: block;
}

img.scrolldown {
    position: fixed;
    bottom: 20px;
/*    bottom: -20%;*/
/*    top: 103%;*/
    margin: 0 auto;
    z-index: 9999;
}
.btn-syarat-popup{
    margin: 0 auto;
    margin-top: 20px;
}
.btn-red-pages{
    width: 30%;
    padding: 25px 0;
}
div#section1 .row > div:nth-child(2) {
    margin-top: 33px;
}
.gd-logo-footer{
    width: 70%;
    margin-right: 15px;
}

ul.nav.navbar-nav > li:nth-child(3) > a,
ul.nav.navbar-nav > li:last-child > a {
    /*padding-top: 15px;*/
}

@media(max-width: 900px){
    .fp-section,
    .fp-slide,
    .fp-tableCell,
    .fp-scrollable,
    .slimScrollDiv{
        overflow: inherit !important;
        height: auto !important;
    }
    .slimScrollBar, .slimScrollRail {
        visibility: hidden !important;
    }
    div#section1 .fp-tableCell .row div{
        padding-bottom: 25px;
    }
    img.scrolldown {
        display: none;
    }
}
@media(max-width: 768px){
    .header-logo-sm{
        display:  block;
    }
    .header-logo-lg{
        display:  none;
    }
    img.penonton{
        display: none;
    }
    .block-top-home{
        height: auto;
    }
    .col-text{
        padding-top: 30px;
    }
    ul.navbar-nav>li>a{
        background: none;
        width: auto;
        height: auto;
        color: #777 !important;
    }
    .navbar-default {
        background-color: #F8F8F8;
        border: none;
    }
    img.panggung {
        position: relative;
    }
    div#section2 .fp-tableCell .text-hadiah{
        padding: 0 5px;
    }
    .block-syarat{
        padding: 0;
    }
    div#section1 .row > div:nth-child(2) {
        margin-top: 0;
    }
    .btn-red-pages{
        width: 90%;
    }
    div#section2 .fp-tableCell h2{
        padding-top: 30px;
    }
    ._gap {
        height: 130px;
    }
    div#login-lead .form-group input, div#forgot-email .form-group input{
        width: 100%;
        display: block;
    }
    .footer .footer-left, .footer .footer-right{
        text-align: center;
    }
    
}
@media(min-height: 700px){
    #section0 .fp-tableCell {
    	vertical-align: bottom;
    }
    
}
@media(max-width: 600px){
/*
    .penonton {
        display: none;
    }
    .panggung {
        position: static;
        bottom: 0;
    }
*/
}