

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body
{
    background-image: url("../img/poker_table_back_1px.jpg");
    background-position: top;
    background-repeat: repeat-x;
    background-color: #0b0b0b;
    overflow-x: hidden;

}


#middle_table_container
{
    background-image: url("../img/poker_table.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 698px;

    text-align: center;
    font-weight: bold;
    color: #ffffff;
    font-size: 16px;

}
#middle_table
{
    min-height: 170px;

}

#middle_table_main
{
    text-align: center;
    min-height: 490px;
    position: relative;

}
#middle_table_main img
{
}
#img_royal_flush
{
    position: absolute;
    margin-left: 50%;
    left: -1070px;
    top: 975px;
    z-index: 500;
}

#img_geodezija
{
    position: absolute;
    margin-left: 50%;
    left: 1000px;
    top: -900px;
    z-index: 1000;

}
#img_arhitektura
{
    position: absolute;
    margin-left: 50%;
    left: -1080px;
    top: 1070px;
    z-index: 1100;
}
#img_nekretnine
{
    position: absolute;
    margin-left: 50%;
    left: 1070px;
    top: 1072px;
    z-index: 1100;
}
#img_gps_reklame
{
    position: absolute;
    margin-left: 50%;
    left: -1200px;
    top: -1085px;
    z-index: 1000;
}

#main_progress_bar
{
    position: absolute;
    margin-left: 50%;
    left: -100px;
    top: 120px;
    z-index: 400;
    width: 200px;
}

footer
{
}

@media (max-width: 767px) {
    .container-fluid {
        margin-right: -20px;
        margin-left: -20px;
    }
}

@media (min-width: 768px) {
    .navbar-inner
    {
        font-weight: bold;
    }
}















