body {
    background: url(../v1/img/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    font-family: Arial, 'Open Sans', 'Lato';
    font-size: 14px;
    color: #222;
}

.no-gutters { padding-left: 0; padding-right: 0; }

.header-wrapper {
    background: #300202;
    background: -moz-linear-gradient(top, #300202 1%, #830a0a 50%, #300202 100%);
    background: -webkit-linear-gradient(top, #300202 1%,#830a0a 50%,#300202 100%);
    background: linear-gradient(to bottom, #300202 1%,#830a0a 50%,#300202 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#300202', endColorstr='#300202',GradientType=0 );

    padding-top: 15px;
}

a.logo { display: block; }

form {}
form fieldset { margin-bottom: 15px; }
form input {
    background: #d5d3d4;
    background: -moz-linear-gradient(top, #d5d3d4 0%, #f6f6f6 99%);
    background: -webkit-linear-gradient(top, #d5d3d4 0%,#f6f6f6 99%);
    background: linear-gradient(to bottom, #d5d3d4 0%,#f6f6f6 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5d3d4', endColorstr='#f6f6f6',GradientType=0 );
    border: none;
    height: 30px;
    padding: 0 8px;
    margin-right: 6px;
}
input.captcha { width: 60px; margin: 0; }
img.captcha { margin-top: 5px; margin-right: 10px; margin-left:5px}

.btn-login {
    background: #eb5c59;
    background: -moz-linear-gradient(top, #eb5c59 50%, #c22623 50%);
    background: -webkit-linear-gradient(top, #eb5c59 50%,#c22623 50%);
    background: linear-gradient(to bottom, #eb5c59 50%,#c22623 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb5c59', endColorstr='#c22623',GradientType=0 );

    -webkit-box-shadow: 1px 1px 1px 1px #000;
    box-shadow: 1px 1px 1px 1px #000;

    height: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #fefefe;
    text-shadow: 2px 2px 2px #000;
    line-height: 0;
}
.btn-login:hover { color: #fdff3d; }

.contact-wrapper { padding-top: 5px; }
.contact-wrapper label {
    background: #6b6465;
    background: -moz-linear-gradient(top, #6b6465 40%, #000 60%);
    background: -webkit-linear-gradient(top, #6b6465 40%,#000 60%);
    background: linear-gradient(to bottom, #6b6465 40%,#000 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b6465', endColorstr='#000',GradientType=0 );

    border: 1px solid #fff;
    color: #fff;
    padding: 2px 2px;
    vertical-align: top;
    margin-top: 3px;
	font-size: 13px;
}
.contact-wrapper i {
    background: transparent url(../v1/img/contact-sprites.png) no-repeat;
    width: 37px;
    height: 37px;
    display: inline-block;
    text-indent: -999px;
    overflow: hidden;
}
.contact-wrapper i.skype { background-position: 0 0; }
.contact-wrapper i.bbm { background-position: 0 -37px; }
.contact-wrapper i.sms { background-position: 0 -74px; }

a.btn-register {
    background: #ffd90f;
    background: -moz-linear-gradient(top, #ffd90f 50%, #f8b900 50%, #fdda00 100%);
    background: -webkit-linear-gradient(top, #ffd90f 50%,#f8b900 50%,#fdda00 100%);
    background: linear-gradient(to bottom, #ffd90f 50%,#f8b900 50%,#fdda00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd90f', endColorstr='#fdda00',GradientType=0 );

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000;

    -webkit-box-shadow: 1px 1px 1px 1px #000;
    box-shadow: 1px 1px 1px 1px #000;

    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding: 2px 5px;
}
a.btn-register:hover { color: #910000; }

.main-menu-wrapper {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 39%, #edbcbc 65%);
    background: -webkit-linear-gradient(top, #ffffff 39%,#edbcbc 65%);
    background: linear-gradient(to bottom, #ffffff 39%,#edbcbc 65%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edbcbc',GradientType=0 );

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    margin-bottom: 1px;
}
.main-menu-wrapper ul {padding: 0; margin: 0;}
.main-menu-wrapper ul li {border-right: 1px solid rgba(0,0,0,0.5);}
.main-menu-wrapper ul li:first-child {border-left: 1px solid rgba(0,0,0,0.5);}
.main-menu-wrapper ul li:last-child {border-right: none;}
.main-menu-wrapper ul li a {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}
.main-menu-wrapper ul li a:hover {text-decoration: underline;}
.main-menu-wrapper .navbar {
    padding: 0;
    margin: 0;
}
.main-menu-wrapper .navbar-brand {
    background: #f47777;
    background: -moz-linear-gradient(top, #f47777 0%, #692020 100%);
    background: -webkit-linear-gradient(top, #f47777 0%,#692020 100%);
    background: linear-gradient(to bottom, #f47777 0%,#692020 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f47777', endColorstr='#692020',GradientType=0 );

    margin-left: 2rem;
    margin-right: 2rem;
}
.main-menu-wrapper .navbar-light .navbar-nav .nav-link {color: #000;font-weight: bold;}

.news-ticker-wrapper {
    background: #c92424;
    background: -moz-linear-gradient(top, #c92424 0%, #4a0202 100%);
    background: -webkit-linear-gradient(top, #c92424 0%,#4a0202 100%);
    background: linear-gradient(to bottom, #c92424 0%,#4a0202 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92424', endColorstr='#4a0202',GradientType=0 );

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.news-ticker-wrapper span.info {
    font: bold 18px Tahoma;
    color: #fff;
    text-transform: uppercase;
    margin-top: 5px;
    display: inline-block;
}
.news-ticker-wrapper span.date {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 8px;
    display: inline-block;
}
.news-ticker-wrapper .marquee-text {
    background: #0b0c0f;
    border: 3px solid #fff;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.m-marquee-item {
    font-size: 18px;
    color: #fff;
}

.slider-wrapper {
    border: 5px solid #fff;
    margin-bottom: 5px;
}

.togel-wrapper {
    background: #830a0a;
    background: -moz-linear-gradient(top, #830a0a 50%, #400303 100%);
    background: -webkit-linear-gradient(top, #830a0a 50%,#400303 100%);
    background: linear-gradient(to bottom, #830a0a 50%,#400303 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#830a0a', endColorstr='#400303',GradientType=0 );

    border: 3px solid #fff;
    margin-bottom: 5px;
}
.togel-wrapper ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.togel-wrapper ul li { text-align: center; }
.togel-wrapper .list-inline-item:not(:last-child) {margin-right: 2px;}
.togel-result {
    background: transparent url(../v1/img/bg-togel.png) no-repeat;
    width: 154px;
    height: 42px;
    font: bold 40px Arial;
    color: #ecc400;

    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #4f0000;
}
.togel-country {
    font: bold 22px Arial;
    color: #c6a365;
    text-transform: uppercase;
}

.banner-bottom:not(:last-child) { margin-right: 10px; }

.footer-wrapper p {
    font: bold 11px Tahoma;
    color: #fff;
}

.float-banner {
    width: 150px;
    position: absolute;
    top: 300px;
    z-index: 9999;
    display: none;
}
.float-banner.fb-left { left: 20px; }
.float-banner.fb-right { right: 20px; }

/* berlaku untuk 992px ke atas */
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .main-menu-wrapper .navbar-light .navbar-nav .nav-link {
        padding-right: 1.2rem;
        padding-left: 1.2rem;
    }
}

/* berlaku untuk 768px ke bawah */
@media (max-width: 768px) {
    form input {
        margin-bottom: 5px;
    }
}

/* berlaku untuk 420px ke bawah */
@media (max-width: 420px) {
    a.logo { margin-bottom: 10px; }
    form fieldset { text-align: center; }
    form input {
        width: 100%;
    }
    .contact-wrapper label { width: 84%; }
    .banner-bottom:not(:last-child) { margin-right: 0; }
    .banner-bottom {margin-bottom: 5px;}
}

/* berlaku untuk 768px */
@media (width: 768px) {
    a.btn-register {
        font-size: 18px;
        padding: 25px 3px;
    }
}



/* some device mobile */
@media screen and (min-device-width: 320px) and (max-device-width: 640px) {
    input[name="txtUserName"]  {
        width: 100% !important;
    }
    #div1 {
        width: 100% !important;
    }
    #Text1 {
        width: 100% !important;
    }
    #div2 {
        width: 100% !important;
    }
    input[name="txtPassword"] {
        width: 100% !important;
    }
    #txtCode{margin-left:60px}
}
/* iPad */
@media screen and (min-device-width: 640px) and (max-device-width: 812px) {
    input[name="txtUserName"] {
        width: 100% !important;
    }

    #div1 {
        width: 100% !important;
    }

    #Text1 {
        width: 100% !important;
    }

    #div2 {
        width: 100% !important;
    }

    input[name="txtPassword"] {
        width: 100% !important;
    }

    #txtCode {
        margin-left: 60px
    }
}
