html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
    background-color: #000 !important;
}

@font-face {
    font-family: 'eurostiledcdbolregular';
    src: url('../font/euro/eurostile-dcd-bol-1361505676-webfont.eot');
    src: url('../font/euro/eurostile-dcd-bol-1361505676-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/euro/eurostile-dcd-bol-1361505676-webfont.woff2') format('woff2'),
         url('../font/euro/eurostile-dcd-bol-1361505676-webfont.woff') format('woff'),
         url('../font/euro/eurostile-dcd-bol-1361505676-webfont.ttf') format('truetype'),
         url('../font/euro/eurostile-dcd-bol-1361505676-webfont.svg#eurostiledcdbolregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav a {
    color: #FFF;
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}

nav a:hover,
nav a:visited {
    color: #999;
}

nav a:hover {
    text-decoration: underline;
}

.footer-container{
    background: #000
}

.footer-container footer {
    text-align: center;
    font-size: 0.8em;
    color: #999;
    padding: 10px 0;
}

    .footer-links{
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%
    }

        .footer-links li a:link{
            color: #FFF
        }

        .footer-links li a:hover, .footer-links li a:visited{
            color: #999
        }

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

h1{
    font: 1.5em 'eurostiledcdbolregular';
    border-bottom: 3px solid #c60003;
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0;
}

.intro-text{
    width: 70%;
    margin: 5% 15%;
    text-align: center;
}

header{
    background: rgb(43,43,43); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(43,43,43,1) 0%, rgba(19,19,19,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,43,43,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(43,43,43,1) 0%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(43,43,43,1) 0%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(43,43,43,1) 0%,rgba(19,19,19,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(43,43,43,1) 0%,rgba(19,19,19,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #333;
    padding: 15px 5%;
    overflow: hidden;
    width: 100%
}

    .header-container{
        background: url(../images/main-header-mobile-10stack_casino.jpg) repeat-x center top #000;
        background-size: 110%;
        min-height: 250px;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

        .header-container-border::after{
        /*    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
            -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
            box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
            background: #FFF;
            border: 1px solid #FFF;*/
            content: '';
            width: 200%;
            height: 500px;
            bottom: -460px;
            float: left;
            z-index: 999;
            position: absolute;
            left: -50%;
            -ms-transform: rotate(-5deg); /* IE 9 */
            -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
            transform: rotate(-5deg);
        }

        .logo{
            float: left;
            vertical-align: top;
            width: 19%;
        }

        .menu-responsive{
            display: block;
            cursor: pointer;
            float: right;
            color: #FFF;
            text-align: center;
            width: 40px;
        }

            .menu-responsive span{
                line-height: 22px
            }

            .menu-responsive:hover, .menu-responsive:active{
                color: #999;
            }

        nav{
            border-top: 1px solid #333;
            display: none;
            float: left;
            margin-top: 10px;
            text-align: center;
            width: 100%;
        }

            nav li{
                display: inline-block;
                width: 96%;
                padding: 0 2%;
            }

                nav li a{
                    font: 1.1em 'eurostiledcdbolregular'
                }

                nav li a:hover{
                    color: #FFF
                }

        /* Login */
        #bp_login_div{
            padding-top: 20px;
            width: 100%;
            float: left;
        }

            .left-div-field{
                display: none;
            }

            .bp-login-field, #bp_login_submit, .bp-login-remember, .bp-login-partner{
                float: left;
            }

                .bp-login-field{
                    width: 38%;
                    margin-right: 2%;
                }

                #bp_login_submit{
                    width: 20%;
                }

                    .bp-login-field input{
                        width: 96%;
                        padding: 8px 2%;
                        /*height: 20px;*/
                        border: 0;
                        border-radius: 5px;
                    }

                    #bp_login_submit input{
                        background: #c60003; /* Old browsers */
                        background: -moz-linear-gradient(top,  #c60003 0%, #900000 100%); /* FF3.6+ */
                        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c60003), color-stop(100%,#900000)); /* Chrome,Safari4+ */
                        background: -webkit-linear-gradient(top,  #c60003 0%,#900000 100%); /* Chrome10+,Safari5.1+ */
                        background: -o-linear-gradient(top,  #c60003 0%,#900000 100%); /* Opera 11.10+ */
                        background: -ms-linear-gradient(top,  #c60003 0%,#900000 100%); /* IE10+ */
                        background: linear-gradient(to bottom,  #c60003 0%,#900000 100%); /* W3C */
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60003', endColorstr='#900000',GradientType=0 ); /* IE6-9 */
                        border: 0;
                       /* height: 36px;*/
                        padding: 8px 0;
                        width: 100%;
                        color: #FFF;
                        border-radius: 5px;
                    }

                        #bp_login_submit input:hover{
                            background: #900
                        }

                .bp-login-remember, .bp-login-partner{
                    color: #999;
                    font-size: 0.8em;
                    margin-top: 5px;
                    width: 40%;
                }

                    .bp-login-partner a{
                        text-decoration: none;
                        color: #999;
                    }

                    .bp-login-partner a:hover{
                        color: #FFF
                    }

        /* End Login */

        .main-container ul li{
            padding: 7px 0
        }

            h2{
                background: #EAEAEA;
                font-size: 1.1em;
                padding: 15px;
                border-left: 3px solid #c60003;
            }



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        width: auto;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {
    h1{
        font: 2.5em 'eurostiledcdbolregular';
    }

    h2{
        font-size: 1.5em
    }

    .header-container{
        background-size: 100%;
        min-height: 400px;
    }
}

@media only screen and (min-width: 1200px) {
    .wrap-header{
        width: 100%;
        position: absolute;
        z-index: 99    
    }

        header{
            border: 1px solid #333;
            margin: 3% auto;
            padding: 30px;
            width: 1140px
        }

            .header-container{
                background: url(../images/main-casino-header-10stack.jpg) no-repeat center #000;
                background-size: cover;
                min-height: 650px;
            }

            .menu-responsive{
                display: none;
            }

            nav {
                border-top: 0;
                display: block;
                float: left;
                margin-top: 0;
                width: 45%;
                vertical-align: top;
            }

            #bp_login_div{
                float: left;
                padding-top: 0;
                width: 35%;
            }

                .bp-login-field input{
                   /* height: 15px;*/
                    padding: 5px 2%
                }
                
                #bp_login_submit input{
                    /*height: 27px;*/
                    padding: 5px 0
                }

            .header-container-border::after{
                bottom: -400px;
            }

    .wrapper {
        width: 1200px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}