/* Rewrite Styles */
#header {
    border-bottom: none!important;
}
footer {
    display: none;
}
#livechat-compact-view{display: none;}
#giftcards{
    -webkit-box-shadow:  none;
    -moz-box-shadow:  none;
    box-shadow:  none;
}
#giftcards .tohomegc{
    color: #f8ff4e;
    display: inline-block;
    border-radius: 10px;
    line-height: 35px;
}
#giftcards .tohomegc>i{
    margin-top: 10px;
}
#giftcards .tohomegc .btn-link{
    color: #f8ff4e;
}

#bodycontent{
    margin-top: 93px;/*144*/
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    font-size: 0!important;
}
#bodycontent > #contecentral{
    width: 100%!important;
    /*margin-left: -10px;*/
}
#main{
    background: #000000;
    width: 100%;
    text-align: center;
}
#main .interior{
    width: 100%;
    min-height: 0;
    padding: 0;
}
#main .interior #bodycontent {
    margin: 101px 0 0 0;
}
#main>.col-md-offset-1{
    margin-left: 0!important;
    padding-right: 0!important;
    padding-left: 0!important;
}
#main>.col-md-10{
    padding-left: 0!important;
    padding-right: 0!important;
}
#main>.col-md-12{
    padding-left: 0!important;
    padding-right: 0!important;
}
#saltolinea, #saltolinea2{
    display: none;
}


#contecentral{
    font-size: 13px;
}
#contecentral h1{
    text-align: left;
    font-weight: 900;
    color: #FFFFFF;
    margin-top: 15px;
    font-size: 28px;
    line-height: inherit;
    display: block;
    position: relative;
}
/*#contecentral h1>.returnback{
    float: right;
}*/
#contecentral h1>a{
    color: #f8ff4e;
    text-decoration: none;
}
#contecentral>#contetext{
    background: #ffffff;
    text-align: center;
}
#contecentral>#contetext>h3{
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
#contecentral>#contetext>iframe{
    border: 0;
    margin-top: 0;
}
#contecentral>#contetext>.loading{
    font-size: 16px;
}
#gameIcons {
    position: absolute;
}

#retrocedergame {
    float: left;
    position: static;
}
#retrocedergame a{
    display: block;
    width: 62px;
    height: 26px;
    background: url("../imgs/game_back.png");
}
#retrocedergame a:hover{
    background-position: 0 -26px;
}
#volume  {
    float: left;
    width: 26px;
    height: 26px;
    margin-left: 5px;
}
#volume  a{
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(../imgs/volume.png);
}
#volume .enable{
    background-position: 0px 0px;
}
#volume .disable{
    background-position: 0px -26px;
}
/* counter */
#counter {
    width: 12px;
    margin: 0 auto;
}

.item {
    width: 12px;
    height: 31px;
    float: left;
    margin-top:4px;
}

.number {
    background-image: url(../imgs/counter.png);
    background-position: 0px 0px;
    width: 12px;
    height: 31px;
    overflow: hidden;
}
.vdh-mask{
    display: none!important;
}

#footer{
    display: none;
}
/* Modales */
/*  Button close */
.modal-footer{text-align: center;}
.modal-footer button{background: #ff4917;color: #FFFFFF;opacity: 1;font-size: 16px;font-weight: 400;padding: 5px 10px;float: inherit;text-shadow: none;height: 36px;width: 100px;}
.modal-footer button:hover{background: #ff6917;color: #FFFFFF;}

@media (min-width: 1561px){
    .col-xl-10 {
        width: 100%!important;
    }
    .col-xl-offset-1 {
        margin-left: 0%!important;
    }
}
#giftcards {
    margin-top: 1px;
}
.header-game{
    display: block;
}
#chatwee-widget {
    margin-top: 0px;
}

.content-flash {
    display: table;
    width: 100%;
    height: 100%;
}
.logo-flash {
    display: table-cell;
    vertical-align: middle;
}

#gameContent {
    text-align: center;
}

#gameContent a img {
    display: none;
}
#gameContent a img.show-logo-flash {
    display: inline;
    transform: scale(1.0);
    opacity: 1;
    animation: zoomin .8s;
    -webkit-animation: zoomin .8s;
    animation-timing-function: ease-in-out;
}

@keyframes zoomin {
    0% {
        opacity: 0;
        transform: scale(0.0);
    }

    66% {
        opacity: 1;
        transform: scale(0.0);
    }
    90% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1.0);
    }
}
@-webkit-keyframes zoomin {
    0% {
        opacity: 0;
        transform: scale(0.0);
    }

    66% {
        opacity: 1;
        transform: scale(0.0);
    }
    90% {
        opacity: 1;
        transform: scale(1.1);
    }
    100% {
        opacity: 1;
        transform: scale(1.0);
    }
}


@media (min-width: 992px) {
    #content-iv-games{
        position: absolute;
        width: 100%;
        top: 117px;
        background: #000000;
    }
}

@media (min-width: 1200px){
    #content-iv-games{
        top: 131px;
    }
    #gameIcons{
        margin-left: 100px;
    }
}