/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14 Jun 14, 10:09:32
    Author     : Joko
*/
html {   
    background: #060100 url('../img/bg-tiger.jpg') center top no-repeat;
    /*    -webkit-background-size: cover;  
        -moz-background-size: cover;  
        -o-background-size: cover;  
        background-size: cover;*/
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg-tiger.jpg', sizingMethod='scale')";  
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.../img/bg-tiger.jpg', sizingMethod='scale');  
}  

body {
    font: normal 14px 'Verdana';
    color: #eaeaea;
    line-height: 1.42857143;
    padding: 0;
    background: transparent;
}

@font-face {
    font-family: 'impact';
    src: url('../fonts/impact.ttf');
}
@font-face {
    font-family: 'rockwell';
    src: url('../fonts/rockwell.ttf');
}

h1, h2, h3 {
    font-family: 'rockwell', 'Arial';
    color: #E8E77B;
    text-transform: uppercase;
}
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }

p {
    font: normal 14px/24px 'calibri';
    text-align: justify;
    margin-bottom: 20px;
}
p a { font-weight: bold; }

a { color: #AB7903; }
a:hover, a:focus {
    text-decoration: underline;
}

.img-responsive { margin: 0 auto; }
.alert { margin: 15px 0; }

.margin-bottom-20 { margin-bottom: 20px; } .margin-bottom-30 { margin-bottom: 30px; } .margin-bottom-40 { margin-bottom: 40px; }
.remove-margin-top { margin-top: 0; } .margin-top-30 { margin-top: 30px; }

.no-gutter { padding-left: 0; padding-right: 0; }
.no-gutter-right { padding-right: 0; }

@media (min-width: 1200px) {
    .container {
        width: 930px;
    }
}

.bg-transparent-red-50 {
    background: rgb(87, 1, 8);
    background: rgba(87, 1, 8, 0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f570108, endColorstr=#7f570108);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f570108, endColorstr=#7f570108)";
    
    border: 1px solid #6B1212;
}
.bg-transparent-black-60 {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.bg-gradient-red-highlight {
    background: #000000;
    background: -moz-linear-gradient(top,  #000000 71%, #2e0003 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(71%,#000000), color-stop(100%,#2e0003));
    background: -webkit-linear-gradient(top,  #000000 71%,#2e0003 100%);
    background: -o-linear-gradient(top,  #000000 71%,#2e0003 100%);
    background: -ms-linear-gradient(top,  #000000 71%,#2e0003 100%);
    background: linear-gradient(to bottom,  #000000 71%,#2e0003 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2e0003',GradientType=0 );
    
    border-bottom: 1px solid #420708;
}
.bg-gradient-black-to-red {
    background: #080000;
    background: -moz-linear-gradient(top,  #080000 0%, #400101 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#080000), color-stop(100%,#400101));
    background: -webkit-linear-gradient(top,  #080000 0%,#400101 100%);
    background: -o-linear-gradient(top,  #080000 0%,#400101 100%);
    background: -ms-linear-gradient(top,  #080000 0%,#400101 100%);
    background: linear-gradient(to bottom,  #080000 0%,#400101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080000', endColorstr='#400101',GradientType=0 );
}
.bg-shiny-green {
    background: #90d71e;
    background: -moz-linear-gradient(top,  #90d71e 50%, #74bb03 50%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#90d71e), color-stop(50%,#74bb03));
    background: -webkit-linear-gradient(top,  #90d71e 50%,#74bb03 50%);
    background: -o-linear-gradient(top,  #90d71e 50%,#74bb03 50%);
    background: -ms-linear-gradient(top,  #90d71e 50%,#74bb03 50%);
    background: linear-gradient(to bottom,  #90d71e 50%,#74bb03 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90d71e', endColorstr='#74bb03',GradientType=0 );
}

/* additional images */
.additional-images {}
.additional-images img { position: absolute; }
.additional-images img.shoes {
    right: 100px;
    top: 640px;
}
.additional-images img.ball {
    left: -155px;
    top: -250px;
    z-index: 1;
}

/* post */
.post {
    padding: 20px;
    position: relative;
    z-index: 999;
}

/* bx slider */
.bx-wrapper { margin-bottom: 0; }
.bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    left: 0;
}

/* top menu */
.top-menu-wrapper {
    text-align: center;
    margin: 0;
}
.top-menu-wrapper li {}
.top-menu-wrapper li a { 
    text-transform: uppercase;
    color: #29d92d;
    display: block;
    padding: 7px 5px;
}
.top-menu-wrapper li a:focus, .top-menu-wrapper li a:hover {
    color: #e0b80f;
    background: #420708;
}

/* togel */
.togel-wrapper {
    position: relative;
    padding-top: 3px;
}
.togel-wrapper span.ico-circles {
    background: transparent url(../img/ico-circles.png) left top no-repeat;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    z-index: 1;
}
.togel-wrapper span.togel-result {
    left: 16px;
    padding: 0 10px 0 15px;
    position: absolute;
    top: 5px;
    z-index: 0;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
}
.togel-wrapper span.togel-result a {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

/* logo */
.logo-wrapper {
    background: transparent url(../img/glow-line.png) center center no-repeat;
    margin-bottom: 20px;
}

/* main menu */
.main-menu-wrapper {
    background: transparent url(../img/bg-main-menu.png) center center no-repeat;
    margin: 0 0 30px;
    text-align: center;    
    height: 36px;
}
.main-menu-wrapper li {}
.main-menu-wrapper li a {
    font: 24px 'impact';
    color: #e8e77b;
    text-transform: uppercase;
    padding: 3px 5px;
    display: block;
}
.main-menu-wrapper li a:focus, .main-menu-wrapper li a:hover {
    color: #bf161e;
    text-decoration: none;
}

/* form */
.form-wrapper {
    position: relative;
    padding: 30px 15px;
    z-index: 999;
}
.form-wrapper img.registration {
    position: absolute;
    top: -40px;
}
.form-wrapper form .form-group { margin-bottom: 0; }
.form-wrapper form .form-group:last-child { margin-top: 20px; }
.form-wrapper form .control-label {    
    font: 14px 'Trajan Pro';
    color: #e8e77b;
    text-align: left;
}
.form-wrapper form .form-control {
    background: #e8e77b;
    font: 12px 'Open Sans';
    color: #410008;
    padding: 3px 10px;
    height: 30px;
    
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
}
.form-wrapper form .form-control::-webkit-input-placeholder { color: #410008; }
/* Firefox 18- */
.form-wrapper form .form-control::-moz-placeholder { color: #410008; }
/* Firefox 19+ */
.form-wrapper form .form-control::-moz-placeholder { color: #410008; }
.form-wrapper form .form-control::-ms-input-placeholder { color: #410008; }
.btn-submit {
    background: #448ccb;
    background: -moz-linear-gradient(top,  #448ccb 0%, #003471 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#448ccb), color-stop(100%,#003471));
    background: -webkit-linear-gradient(top,  #448ccb 0%,#003471 100%);
    background: -o-linear-gradient(top,  #448ccb 0%,#003471 100%);
    background: -ms-linear-gradient(top,  #448ccb 0%,#003471 100%);
    background: linear-gradient(to bottom,  #448ccb 0%,#003471 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#448ccb', endColorstr='#003471',GradientType=0 );
    
    font: 20px 'rockwell';
    color: #e7e7e7;
    text-shadow: 2px 2px 1px #111;
    border: 0;
    width: 100%;
    padding: 10px 15px;
}
.btn-submit:focus, .btn-submit:hover {
    background: #003471;
    color: #fff;
}

/* slider */
.slider-wrapper {
    padding: 10px 15px;
}

/* news ticker */
.news-ticker-wrapper {
    background: #da6d05;
    padding: 10px 15px;
    font: 16px 'rockwell';
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 1px #222;
    line-height: 24px;
}

/* bigmatch */
.bigmatch-wrapper {
    padding: 10px 15px;
}
.bigmatch-wrapper h3 {
    color: #e3b70e;
    text-decoration: underline;
    text-align: center;
    margin: 0 0 20px;
}
.bigmatch-details {}
.bigmatch-details .club-left {
    float: left;
    width: 37%;
}
.bigmatch-details .match-details {
    float: left;
    width: 24%;
}
.bigmatch-details .club-right {
    float: right;
    width: 37%;
}
.match-details p {
    text-align: center;
    font: 12px 'rockwell';
    color: #e3b70e;
    font-style: italic;
}
.bigmatch-details .club-details { width: 65%; }
.bigmatch-details p { 
    padding: 0; 
    margin: 0;
}
.bigmatch-details img { max-width: 57px; }
.bigmatch-details .club-name {
    font: 20px 'rockwell';
    color: #e3b70e;
    text-transform: uppercase;
}
.bigmatch-details .home-away {
    font: 14px 'rockwell';
    color: #fff;
    margin-bottom: 5px;
}
.club-left .club-details { float: right; }
.club-left img { float: left; }
.club-left .club-name, .club-left .home-away { text-align: left; }

.club-right .club-details { float: left; text-align: right; }
.club-right img { float: right; }
.club-right .club-name, .club-right .home-away { text-align: right; }

.ico-stars {
    background: transparent url(../img/stars.png) left top no-repeat;
    height: 16px;
    overflow: hidden;
    display: inline-block;
    width: 0;
}
.ico-stars.star-1 { width: 20px; }
.ico-stars.star-2 { width: 40px; }
.ico-stars.star-3 { width: 60px; }
.ico-stars.star-4 { width: 80px; }
.ico-stars.star-5 { width: 96px; }

/* news */
.news-wrapper {
    background: url("../img/bg-news.png") no-repeat scroll center 70px, 
        transparent url("../img/news-header.png") no-repeat scroll center top;
    height: 300px;
    overflow: hidden;
    padding: 85px 20px 15px;
    position: relative;
    z-index: 99;
}
.news-wrapper ul { 
    margin: 0; 
    height: 100%;
    text-align: center;
    padding: 10px 0;
}
.news-wrapper ul li { 
    width: 24%; 
    vertical-align: top;
}
.news-wrapper .news-thumbnail {
    position: relative;
    height: 105px;
    width: 200px;
    overflow: hidden;
    background: #430000;
    border: 2px solid #430000;
    margin-bottom: 10px;
}

.news-wrapper .news-thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;    
    
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.news-wrapper .news-intro a {
    font: 14px 'rockwell';
    color: #430000;
    display: block;
    text-align: left;
}
.news-wrapper .news-intro a:focus, .news-wrapper .news-intro a:hover { text-decoration: underline; }

/* banks */
.banks-wrapper {
    /*background: transparent url(../img/bg-banks.png) center center no-repeat;*/
    height: 130px;
    padding: 20px 15px 10px 220px;
    position: relative;
}
.banks-wrapper ul {}
.banks-wrapper ul li { 
    width: 49%;
    vertical-align: top;
}
.banks-wrapper .bank-info {}
.banks-wrapper .bank-info p {
    font: 9px 'calibri';
    color: #d5c220;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.banks-wrapper .bank-info p span { color: #fff; }
.ico-banks {
    background: transparent url(../img/ico-banks.png) left top no-repeat;
    width: 90px;
    height: 27px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    text-indent: -999px;
}
.ico-banks.bca { background-position: 0 0; }
.ico-banks.mandiri { background-position: -90px 0; }
.ico-banks.bri { background-position: -180px 0; }
.ico-banks.bni { background-position: -270px 0; }
.ico-banks.cimb { background-position: -360px 0; }
.ico-banks.danamon { background-position: -450px 0; }

.ico-banks.bca.off { background-position: 0 -27px; }
.ico-banks.mandiri.off { background-position: -90px -27px; }
.ico-banks.bri.off { background-position: -180px -27px; }
.ico-banks.bni.off { background-position: -270px -27px; }
.ico-banks.cimb.off { background-position: -360px -27px; }
.ico-banks.danamon.off { background-position: -450px -27px; }

/* footer */
.footer-wrapper {
    position: relative;
    z-index: 999;
}
.footer-wrapper ul { margin-bottom: 5px; }
.footer-wrapper ul li {
    font: 12px 'rockwell';
    color: #ab7903;
    padding-right: 0;
}
.footer-wrapper ul li a {
    font: 12px 'rockwell';
    color: #ab7903;
}
.footer-wrapper ul li a:focus, .footer-wrapper ul li a:hover { text-decoration: underline; }
.footer-wrapper p {
    font: 12px 'rockwell';
    color: #ab7903;
    text-transform: uppercase;
}
.footer-wrapper p a { color: #6d0202; }
.footer-wrapper p a:focus, .footer-wrapper p a:hover { text-decoration: underline; }

.below-footer-wrapper {
    border-top: 1px solid #442601;
}
.below-footer-wrapper p {
    text-align: center;
    text-transform: uppercase;
    color: #E5B60C;
    padding: 10px 0;
    margin: 0;
}

/* contacts */
.contacts-wrapper {
    background: transparent url(../img/bg-contacts.png) left top no-repeat;
    width: 117px;
    height: 461px;
    position: absolute;
    left: 10px;
    top: 120px;
    padding: 15px 0;
}
.contacts-wrapper ul { text-align: center; }
.contacts-wrapper ul li { margin-bottom: 7px; }
.contacts-wrapper ul li label {
    font: 12px 'calibri';
    color: #222;
    margin: 0;
    text-transform: uppercase;
}
span.ico-contacts {
    display: block;
    background: transparent url(../img/ico-contacts.png) left top no-repeat;
    width: 50px;
    height: 46px;
    margin: 0 auto;
}
span.ico-contacts.ym { background-position: 0 0; }
span.ico-contacts.bbm { background-position: -50px 0; }
span.ico-contacts.wa { background-position: -100px 0; }
span.ico-contacts.line { background-position: -150px 0; }

.contact-hor-wrapper { text-align: center; }
.contact-hor-wrapper img { 
    width: 32px; 
    height: 32px;
}
.contact-hor-wrapper li {
    font-size: 18px;
    margin-bottom: 10px;
}

/* table */
.table {
    border: 1px solid #292200;
}
.table > thead > tr > th {
    background: #000;
    border: 1px solid #292200;
}
.table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: 1px solid #292200;
    background: #090909;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background: #050505;    
}

/* pagination */
.pagination {}
.pagination ul.paging {}
.pagination ul.paging li {
    display: inline-block;
    padding: 0 5px;
    border: none;
    margin-bottom: 0;
}
.pagination ul.paging li.current { background: #AB7903; }
.pagination ul.paging li.current a:link, .pagination ul.paging li.current a:visited, .pagination ul.paging li.current a:active { color: #ddd !important; }
.pagination ul.paging li.current a:hover { text-decoration: none; }

.pagination ul.paging li.disabled {}
.pagination ul.paging li.disabled a:link, .pagination ul.paging li.disabled a:visited, .pagination ul.paging li.disabled a:active { color: #555; }
.pagination ul.paging li.disabled a:hover { cursor: default; }

.pagination ul.paging li a:link, .pagination ul.paging li a:visited, .pagination ul.paging li a:active {}
.pagination ul.paging li a:hover { text-decoration: none; }

/* banner */
.right-banner-wrapper {
    width: 70px;
    position: absolute;
    right: 20px;
    top: 200px;
}
.right-banner-wrapper .banner {
    margin-bottom: 10px;
}

.shortProfile {
    margin-left: 0;
    margin-right: 0;
    background: #060100;
}
.shortProfile .col-lg-12 {}
.button-wrapper {
    padding: 4rem 0;
}
.btn-reg {
    font-weight: 700;
    font-size: 30px;
    border: none;
    width: 100%;
    height: 65px;
    border-radius: 15px;
    color: #ffffff;
    background: -webkit-linear-gradient(#ffa760, #bf5702, #924200);
    padding: 0px 10px;
    margin: 0 auto;
    margin-bottom: 2rem;
    animation: blur 1s ease-out infinite;
    text-shadow: 0px 0px 1px #fff, 0px 0px 2px #fff;
}
@keyframes blur {
  from {
    text-shadow:0px 0px 10px #fff,
      0px 0px 10px #fff, 
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 25px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #fff,
      0px 0px 50px #fff,
      0px 0px 150px #fff,
      0px 10px 100px #fff,
      0px 10px 100px #fff,
      0px 10px 100px #fff,
      0px 10px 100px #fff,
      0px -10px 100px #fff,
      0px -10px 100px #fff;
  }
}