/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    background: url('../img/background.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    /*font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}

hr {
    max-width: 400px;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.outter-box {
    margin-top:10px;
    margin-bottom: 20px;
    padding: 0px 15px 0px 15px;
    background: rgb(200, 54, 54); /* The Fallback */
    background: rgba(0, 0, 0, 0.09);

}

.box {
    background:#000;
}
.boxmargin{
    margin-left:-15px; 
    margin-right:-15px;
}

.intro-text {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer p {
    margin: 0;
    padding: 50px 0;
}

@media screen and (min-width:768px) {
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Josefin Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        border: none;
        background: #131112;
    }

    .nav>li>a {
        padding: 10px 20px;
        font-size:14px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .navbar-nav {
        display: table;
        float: none;
        /*margin: 0 auto;*/
        table-layout: fixed;
        font-size: 16px;
        font-weight: bold;
    }
}
@media screen and (min-width:768px) {
    .navbar-collapse{
        border-top: 2px solid #F7D04B;
        padding-left:0px;
        padding-right:0px;
    }
}

@media screen and (min-width:1200px) {
    .outter-box:after {
        content: '';
        display: table;
        clear: both;
    }
}

.bottoms-5{
    margin-bottom:5px;
}
.bottoms-10{
    margin-bottom:10px;
}
.bottoms{
    margin-bottom:15px; 
}
.bottoms-20{
    margin-bottom:20px; 
}
.bottoms-25{
    margin-bottom:25px; 
}
.bottoms-30{
    margin-bottom:30px; 
}
.padtop-10{
    padding-top:10px;
}
.nopad{
    padding-left:0px;
    padding-right:0px;
}

table.tablenumber > thead {
    background: url('../img/winner.jpg');
}
table.tablenumber > thead > tr > th{
    padding:0px 10px;
    text-align: center;
    font-weight: bold;
    font-size:20px;
    color: black;
    
}

table.tablenumber > tbody {
    /*background: url('../img/table_body.png');*/
    color:#000;
    font-weight: bold;
}
table.tablenumber > tbody > tr > td{
    padding:1px 10px;
}


.footer-area{
    /*background: #141313;*/
    padding-top:0px;
    padding-bottom:0px;
}

.footer-title{
    font-size:26px;
    margin-top:5px;
    margin-bottom:5px;
    color:#f7d04b;
    line-height: 1;
    font-style: italic;
}
.footer-subtitle{
    margin-top:15px;
    margin-bottom:5px;
    font-style: italic;
}
.noborderad{
    border-radius: 0px;
}

.btnLogin{
    /*padding:6px 20px;*/
    padding:6px 15px;
    font-size:12px;
    font-weight: bold;
    line-height: 1.7;
    background:url("../img/winner.jpg") repeat-x;
    color:#FFF;
}
.nopad{
    padding:0px;
}
.right{
    float:right;
}

.form-control{
    /*background-color:#2b2d33;*/
    color:#FFF;
}

.redcolor{
    color:#c50011;
}
.goldcolor,.gold{
    color:#F7D04B;
}
.italic{
    font-style: italic;
}

.bgjackpot{
    width:100%;
    height:auto;
}
.bgjackpot-inner{ 
   z-index:99;   
   max-width:415px;
   margin: 0 auto;
   padding:4px 0px;
   border-radius: 6px;
}
.bgjackpot-bgimage{
    margin: 0 auto; 
    position:absolute; 
    top:0px; 
    width: 100%;
    height:77px;
}
.bgjackpot-image{
    height:74px;
}
.jackpot{
    margin-top :0px; 
    margin-bottom :0px; 
    padding:2px 0px; 
    width:100%; 
    text-align:center; 
    color: #000; 
    font-size: 24px; 
    font-weight:bold; 
    line-height:1;
}
.navbar-default{
    margin-bottom:0px;
}


.bottoms-contact{
    margin-bottom:15px;
}
@media screen and (max-width:768px) {
    .bottoms-contact{
        margin-bottom:5px;
    }
}

.nomartop{
    margin-top:0px;
}
.nomarbot{
    margin-bottom:0px
}

.body-content {
    padding-top: 130px;    
}

/* for chrome */
@supports (-webkit-appearance:none) {    
    .body-content {
        padding-top: 130px;    
    }
}

/* for firefox */
_:-moz-tree-row(hover), .body-content {
    padding-top: 126px;    
}

/*.body-content{
   padding-top:126px;
   -webkit-padding-before:130px;
}*/
@media screen and (max-width:992px) {
    .logo{
        margin:0 auto;
    }
    .body-content{
        padding-top:168px;
    }
}
@media screen and (max-width:768px) {
    .body-content{
        padding-top:250px;
    }
}
@media screen and (max-width:425px) {
    .body-content{
        padding-top:290px;
    }
}

.navigbg{
    background: #EEC945;
}

.fleft{
    float:left;
}
.fright{
    float:right;
}
.pinbbm{
    position: absolute;
    right: 13px;
    font-size: 13px;
    top: -7px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


.imglogo{
    margin-top:20px;
}
@media screen and (max-width:768px) {
    .imglogo{
        margin-top:0px;
    }
}
