/* STYLESHEET RESET */
html, body, div, span, p, a, img, small, strong, ul, li, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    
    overflow: hidden;
}
ol, ul {
    list-style: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* END - STYLESHEET RESET */

.bg {
    position: absolute;
    top: 0;
    left: 0;
}

.main_container {
    width: 100%;
    height: 100%;

    box-sizing: border-box;

    position: absolute;
    top: 0;
    left: 0;
}

.partner_logo_section {
    text-align: center;
}

.slots_box {
    margin: 10px 0 0 26px;

    position: relative;
}

.slots_box::before {
    content: '';
    display: block;

    width: 248px;
    height: 146px;

    position: absolute;
    left:0;
    top: 0;
}

.slots_box div {
    background: url('../../../static/img/slot_symbols.png') repeat-y;
    height: 145px;

    float: left;

    margin-left: 4px;
}

.slots_box div:first-child {
    margin-left: 0;
}

.control_panel {
    width: 100%;

    margin-top: 10px;

    position: relative;
}

.saldo {
    width: 85px;

    margin-left: 15px;

    float: left;

    text-align: center;
}

.saldo strong {
    display: block;

    margin-bottom: 4px;

    text-align: center;
    color: #fff;
    font-size: 10px;
}

#spin {
    background: url('../../../static/img/spin_btn.png') no-repeat scroll 0 0;
    width: 142px;
    height: 40px;

    margin-right: 5px;

    display: block;

    float: right;

    line-height: 35px;
    text-align: center;

    cursor: pointer;
}

#spin.hover {
    background-position: 0 -42px;
}

#spin:hover img {
    opacity: 0.6;
}

#spin.hover img {
    margin-top: 2px;
}

#popup {
    display: none;

    position: absolute;
    top: 25px;

    border: 5px solid #58a400;

    border-radius: 3px;

    box-shadow: 0 0 20px #000;

    color: #fff;
    font-size: 20px;
}

#popup strong, #popup p, #popup a, #popup p span {
    display: block;

    text-align: center;
}

#popup strong {
    margin-top: 15px;
}

#popup p {
    margin: 15px 0 25px;

    text-transform: uppercase;
    color: #c4ff01;
}

#popup a {
    background: url('../../../static/img/btn.png') no-repeat;
    width: 240px;
    height: 43px;

    padding-top: 17px;
    margin: 0 auto;

    display: block;

    font-size: 13px;
    text-shadow: 0 -1px 1px #7C9A3B;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    line-height: 1.3em;
    font-weight: bold;
}

#popup a:hover {
    opacity: 0.8;
}

.arrow {
    background: url('../../../static/img/arrow.png') no-repeat;
    width: 44px;
    height: 34px;

    display: inline-block;

    float: left;
}

#won {
    width: 100%;
    height: 250px;

    line-height: 250px;

    position: absolute;
    top: 100%;

    text-align: center;

    /*display: none;*/
}

#won img {
    vertical-align: middle;
    /*width: 1px;*/
}

.hide {
    display: none !important;
}

.credits span {
    font-size: 16px;
    color: #ff0101;

    display: none;
}

#value2 {
    display: none;
}

#slot1 {
    background-position: center 170px;
}

#slot2 {
    background-position: center 240px;
}

#slot3 {
    background-position: center 35px;
}