
#conteindex {
    display: table;
    margin: 0 auto;
    text-align: center;
    color: #404040;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
}

@media only screen and  (max-width: 1000px) {
    .cuadre-banner {
        left:94px ;
    }
}
@media only screen and (min-width:1001px) and  (max-width: 1187px) {
    .cuadre-banner {
        left:68px ;
    }
}
@media only screen and (min-width: 1188px) {
    .cuadre-banner {
        left: 26px;
    }
}

/*	Banner */
#conteindex #bigconte{width:543px;height: 395px;position: relative;float: left;border-radius: 10px;overflow: hidden;}
#conteindex #bigconte>div{margin-top: 5px!important;}
#conteindex #bigconte>div>div{border-radius: 10px;width: 532px!important;}
#conteindex #bigconte .contebanner{
background: #fff;
border-radius: 10px;
height: 386px;
border: solid 1px #c6c6c6;
}
#conteindex #bigconte .contebanner>li{
border-radius: 10px;
z-index: 2!important;
}
#conteindex #bigconte .contebanner img{
width: 515px;
height: 376px;
margin: 5px;
border-radius: 10px;
}

#conteindex .miniconte {
    display: inline-block;
    vertical-align: top;
    float: none;
}

#conteindex .contecategory {
    height: 188px;
    /*position: relative;*/
    margin: 5px;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: 2px 2px 5px #a7a7a7; */
    border: solid 1px #c6c6c6;
}

#conteindex .contecategory>a {
    display: block;
    text-decoration: none;
    position: relative;
}

#conteindex .contecategory .backover {
    position: absolute;
    top: 7px;
    left: 8px;
    background: url('../imgs/back_games.png');
    height: 171px;
    width: 240px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 800;
    line-height: 170px;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    transition: visibility 0s linear 0.25s, opacity 0.25s linear;
}

#conteindex .contecategory .backover .backoverspan {
    border: solid 1px #ffffff;
    border-radius: 5px;
    padding-right: 7px;
    padding-left: 7px;
}

#conteindex .contecategory>a:hover .backover {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

#conteindex .contecategory>a>.conteimagecat {
    /* margin: 5px; */
    border-radius: 0px;
    /* width: 240px; */
    /* height: 175px; */
    overflow: hidden;
    border: 0;
    /* padding: 6px; */
    padding-top: 5px;
    padding-bottom: 8px;
    padding-left: 8px;
}

#conteindex .contecategory>a>.conteimagecat>img {
    /*margin-top: 3px;*/
    /*border-radius: 0px 0px 0px 0px;*/
    width: 240px;
    /*border: 0;*/
    /*display: none;*/
}

#conteindex .contecategory>a>.namecategory {
    font-size: 12px;
    font-weight: 700;
    color: #3d3d3d;
    margin: 8px 25px 10px 25px;
}

#conteindex .contepromotions{
    height: 400px;
    position: relative;
    margin: 5px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #a7a7a7;
    border: solid 1px #c6c6c6;
    width: 376px;
}


/* Efect Hover in Games */

.game_square figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 8px;
    min-width: 240px;
    max-width: 240px;
    max-height: 360px;
    width: 48%;
    height: auto;
    /*background: #000000;*/
    text-align: center;
    cursor: pointer;
}

.game_square figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.game_square .tagnew {
    position: absolute;
    width: 61px;
    height: 40px;
    z-index: 2;
    top: 3px;
    left: 15px;
    /*display: none;*/
}

.game_square .taglocked {
    position: absolute;
    width: 61px;
    height: 40px;
    z-index: 2;
    top: 3px;
    right: 15px;
    /*display: none;*/
}

.game_square .jackpotjewels {
    position: absolute;
    /*width: 61px;
    height: 40px;*/
    z-index: 2;
    top: 120px;
    right: 15px;
    /*display: none;*/
}

.game_square figure figcaption {
    padding: 2em;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.game_square figure figcaption::before,
.game_square figure figcaption::after {
    pointer-events: none;
}

.game_square figure figcaption,
.game_square figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.game_square figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.game_square figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.game_square figure h2 span {
    font-weight: 800;
}

.game_square figure h2,
.game_square figure p {
    margin: 0;
}

.game_square figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


/*-----------------*/


/***** Efect Transitions *****/


/*-----------------*/

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

figure.effect-apollo {
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.65);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

figure.effect-apollo:hover {
    box-shadow: inset 0 0 0 110px rgba(0, 0, 0, 0.75);
}

figure.effect-apollo figcaption p {
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    margin: 32px 15px;
}

figure.effect-apollo:hover figcaption p {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media screen\0 {
    figure.effect-apollo figcaption::before {
        background: rgba(19, 19, 19, 0);
    }
}

figure.effect-apollo .link-play {
    font-size: 30px;
    font-weight: 800;
}
figure.effect-apollo .link-play-category {
    font-size: 20px;
    font-weight: 600;
}

figure.effect-apollo .link-locked {
    /*text-transform: capitalize;*/
    font-weight: 600;
    font-size: 14px;
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1.12, 1.12, 1);
    transform: scale3d(1.12, 1.12, 1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 130%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 130%, 0);
}


/*Denomination*/

.btn:active:focus,
.btn:focus {
    outline: none;
}

.imgCircleGame {
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: auto;
    border: 3px solid #00d5f7;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.radius_img {
    border-radius: 50%;
}

.imgCircleGame img {
    width: 100%;
}

.modalDen .fancybox-skin {
    background: transparent;
    box-shadow: none;
}

.modalDenBody {
    background: #fff;
    border-radius: 15px;
    padding: 75px 0 55px;
    position: relative;
    top: -70px;
}

.pickTitle {
    background: #000;
    color: #fff;
    padding: 12px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 21px;
}

.gameCircle {
    position: relative;
    z-index: 10;
}

.btnYellow {
    background: -moz-linear-gradient(270deg, rgba(252, 217, 78, 1) 0%, rgba(252, 217, 78, 1) 38%, rgba(252, 217, 78, 1) 39%, rgba(251, 201, 2, 1) 50%, rgba(251, 201, 2, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 217, 78, 1)), color-stop(38%, rgba(252, 217, 78, 1)), color-stop(39%, rgba(252, 217, 78, 1)), color-stop(50%, rgba(251, 201, 2, 1)), color-stop(100%, rgba(251, 201, 2, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(252, 217, 78, 1) 0%, rgba(252, 217, 78, 1) 38%, rgba(252, 217, 78, 1) 39%, rgba(251, 201, 2, 1) 50%, rgba(251, 201, 2, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(252, 217, 78, 1) 0%, rgba(252, 217, 78, 1) 38%, rgba(252, 217, 78, 1) 39%, rgba(251, 201, 2, 1) 50%, rgba(251, 201, 2, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(252, 217, 78, 1) 0%, rgba(252, 217, 78, 1) 38%, rgba(252, 217, 78, 1) 39%, rgba(251, 201, 2, 1) 50%, rgba(251, 201, 2, 1) 100%);
    /* ie10+ */
    background: linear-gradient(180deg, rgba(252, 217, 78, 1) 0%, rgba(252, 217, 78, 1) 38%, rgba(252, 217, 78, 1) 39%, rgba(251, 201, 2, 1) 50%, rgba(251, 201, 2, 1) 100%);
    /* w3c */
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(169, 135, 1, 1);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(169, 135, 1, 1);
    box-shadow: inset 0px -3px 0px 0px rgba(169, 135, 1, 1);
}

.btn_green {
    background: -moz-linear-gradient(270deg, rgba(146, 209, 64, 1) 0%, rgba(146, 209, 64, 1) 38%, rgba(146, 209, 64, 1) 39%, rgba(110, 194, 0, 1) 50%, rgba(110, 194, 0, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(146, 209, 64, 1)), color-stop(38%, rgba(146, 209, 64, 1)), color-stop(39%, rgba(146, 209, 64, 1)), color-stop(50%, rgba(110, 194, 0, 1)), color-stop(100%, rgba(110, 194, 0, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(146, 209, 64, 1) 0%, rgba(146, 209, 64, 1) 38%, rgba(146, 209, 64, 1) 39%, rgba(110, 194, 0, 1) 50%, rgba(110, 194, 0, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(146, 209, 64, 1) 0%, rgba(146, 209, 64, 1) 38%, rgba(146, 209, 64, 1) 39%, rgba(110, 194, 0, 1) 50%, rgba(110, 194, 0, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(146, 209, 64, 1) 0%, rgba(146, 209, 64, 1) 38%, rgba(146, 209, 64, 1) 39%, rgba(110, 194, 0, 1) 50%, rgba(110, 194, 0, 1) 100%);
    /* ie10+ */
    background: linear-gradient(180deg, rgba(146, 209, 64, 1) 0%, rgba(146, 209, 64, 1) 38%, rgba(146, 209, 64, 1) 39%, rgba(110, 194, 0, 1) 50%, rgba(110, 194, 0, 1) 100%);
    /* w3c */
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(71, 126, 0, 1);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(71, 126, 0, 1);
    box-shadow: inset 0px -3px 0px 0px rgba(71, 126, 0, 1);
}

.btnRed {
    background: -moz-linear-gradient(270deg, rgba(232, 94, 79, 1) 0%, rgba(232, 94, 79, 1) 35%, rgba(231, 80, 68, 1) 41%, rgba(227, 49, 35, 1) 50%, rgba(227, 49, 35, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(232, 94, 79, 1)), color-stop(35%, rgba(232, 94, 79, 1)), color-stop(41%, rgba(231, 80, 68, 1)), color-stop(50%, rgba(227, 49, 35, 1)), color-stop(100%, rgba(227, 49, 35, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(232, 94, 79, 1) 0%, rgba(232, 94, 79, 1) 35%, rgba(231, 80, 68, 1) 41%, rgba(227, 49, 35, 1) 50%, rgba(227, 49, 35, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(232, 94, 79, 1) 0%, rgba(232, 94, 79, 1) 35%, rgba(231, 80, 68, 1) 41%, rgba(227, 49, 35, 1) 50%, rgba(227, 49, 35, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(232, 94, 79, 1) 0%, rgba(232, 94, 79, 1) 35%, rgba(231, 80, 68, 1) 41%, rgba(227, 49, 35, 1) 50%, rgba(227, 49, 35, 1) 100%);
    /* ie10+ */
    background: linear-gradient(180deg, rgba(232, 94, 79, 1) 0%, rgba(232, 94, 79, 1) 35%, rgba(231, 80, 68, 1) 41%, rgba(227, 49, 35, 1) 50%, rgba(227, 49, 35, 1) 100%);
    /* w3c */
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(148, 32, 23, 1);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(148, 32, 23, 1);
    box-shadow: inset 0px -3px 0px 0px rgba(148, 32, 23, 1);
}

.btnPurple {
    background: -moz-linear-gradient(270deg, rgba(162, 71, 160, 1) 0%, rgba(162, 71, 160, 1) 35%, rgba(162, 71, 160, 1) 41%, rgba(146, 39, 143, 1) 50%, rgba(146, 39, 143, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(162, 71, 160, 1)), color-stop(35%, rgba(162, 71, 160, 1)), color-stop(41%, rgba(162, 71, 160, 1)), color-stop(50%, rgba(146, 39, 143, 1)), color-stop(100%, rgba(146, 39, 143, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(162, 71, 160, 1) 0%, rgba(162, 71, 160, 1) 35%, rgba(162, 71, 160, 1) 41%, rgba(146, 39, 143, 1) 50%, rgba(146, 39, 143, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(162, 71, 160, 1) 0%, rgba(162, 71, 160, 1) 35%, rgba(162, 71, 160, 1) 41%, rgba(146, 39, 143, 1) 50%, rgba(146, 39, 143, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(162, 71, 160, 1) 0%, rgba(162, 71, 160, 1) 35%, rgba(162, 71, 160, 1) 41%, rgba(146, 39, 143, 1) 50%, rgba(146, 39, 143, 1) 100%);
    /* ie10+ */
    background: linear-gradient(180deg, rgba(162, 71, 160, 1) 0%, rgba(162, 71, 160, 1) 35%, rgba(162, 71, 160, 1) 41%, rgba(146, 39, 143, 1) 50%, rgba(146, 39, 143, 1) 100%);
    /* w3c */
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(95, 25, 93, 1);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(95, 25, 93, 1);
    box-shadow: inset 0px -3px 0px 0px rgba(95, 25, 93, 1);
}

.btnBlue {
    background: -moz-linear-gradient(270deg, rgba(38, 147, 255, 1) 0%, rgba(38, 147, 255, 1) 36%, rgba(38, 147, 255, 1) 41%, rgba(0, 128, 255, 1) 50%, rgba(0, 128, 255, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(38, 147, 255, 1)), color-stop(36%, rgba(38, 147, 255, 1)), color-stop(41%, rgba(38, 147, 255, 1)), color-stop(50%, rgba(0, 128, 255, 1)), color-stop(100%, rgba(0, 128, 255, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(38, 147, 255, 1) 0%, rgba(38, 147, 255, 1) 36%, rgba(38, 147, 255, 1) 41%, rgba(0, 128, 255, 1) 50%, rgba(0, 128, 255, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(38, 147, 255, 1) 0%, rgba(38, 147, 255, 1) 36%, rgba(38, 147, 255, 1) 41%, rgba(0, 128, 255, 1) 50%, rgba(0, 128, 255, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(38, 147, 255, 1) 0%, rgba(38, 147, 255, 1) 36%, rgba(38, 147, 255, 1) 41%, rgba(0, 128, 255, 1) 50%, rgba(0, 128, 255, 1) 100%);
    /* ie10+ */
    background: linear-gradient(180deg, rgba(38, 147, 255, 1) 0%, rgba(38, 147, 255, 1) 36%, rgba(38, 147, 255, 1) 41%, rgba(0, 128, 255, 1) 50%, rgba(0, 128, 255, 1) 100%);
    /* w3c */
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(0, 86, 172, 1);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(0, 86, 172, 1);
    box-shadow: inset 0px -3px 0px 0px rgba(0, 86, 172, 1);
}

.btnOrange {
    background: -moz-linear-gradient(270deg, rgba(255, 121, 54, 1) 0%, rgba(255, 121, 54, 1) 36%, rgba(255, 120, 38, 1) 41%, rgba(255, 96, 0, 1) 50%, rgba(255, 96, 0, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 121, 54, 1)), color-stop(36%, rgba(255, 121, 54, 1)), color-stop(41%, rgba(255, 120, 38, 1)), color-stop(50%, rgba(255, 96, 0, 1)), color-stop(100%, rgba(255, 96, 0, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(255, 121, 54, 1) 0%, rgba(255, 121, 54, 1) 36%, rgba(255, 120, 38, 1) 41%, rgba(255, 96, 0, 1) 50%, rgba(255, 96, 0, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(255, 121, 54, 1) 0%, rgba(255, 121, 54, 1) 36%, rgba(255, 120, 38, 1) 41%, rgba(255, 96, 0, 1) 50%, rgba(255, 96, 0, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(255, 121, 54, 1) 0%, rgba(255, 121, 54, 1) 36%, rgba(255, 120, 38, 1) 41%, rgba(255, 96, 0, 1) 50%, rgba(255, 96, 0, 1) 100%);
    /* ie10+ */
    background: linear-gradient(180deg, rgba(255, 121, 54, 1) 0%, rgba(255, 121, 54, 1) 36%, rgba(255, 120, 38, 1) 41%, rgba(255, 96, 0, 1) 50%, rgba(255, 96, 0, 1) 100%);
    /* w3c */
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(166, 61, 0, 1);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(166, 61, 0, 1);
    box-shadow: inset 0px -3px 0px 0px rgba(166, 61, 0, 1);
}

.btnBlack {
    background: -moz-linear-gradient(270deg, rgba(105, 105, 105, 1) 0%, rgba(105, 105, 105, 1) 36%, rgba(105, 105, 105, 1) 41%, rgba(93, 93, 93, 1) 50%, rgba(93, 93, 93, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(105, 105, 105, 1)), color-stop(36%, rgba(105, 105, 105, 1)), color-stop(41%, rgba(105, 105, 105, 1)), color-stop(50%, rgba(93, 93, 93, 1)), color-stop(100%, rgba(93, 93, 93, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(105, 105, 105, 1) 0%, rgba(105, 105, 105, 1) 36%, rgba(105, 105, 105, 1) 41%, rgba(93, 93, 93, 1) 50%, rgba(93, 93, 93, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(105, 105, 105, 1) 0%, rgba(105, 105, 105, 1) 36%, rgba(105, 105, 105, 1) 41%, rgba(93, 93, 93, 1) 50%, rgba(93, 93, 93, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(105, 105, 105, 1) 0%, rgba(105, 105, 105, 1) 36%, rgba(105, 105, 105, 1) 41%, rgba(93, 93, 93, 1) 50%, rgba(93, 93, 93, 1) 100%);
    /* ie10+ */
    background: linear-gradient(180deg, rgba(105, 105, 105, 1) 0%, rgba(105, 105, 105, 1) 36%, rgba(105, 105, 105, 1) 41%, rgba(93, 93, 93, 1) 50%, rgba(93, 93, 93, 1) 100%);
    /* w3c */
    -webkit-box-shadow: inset 0px -3px 0px 0px rgba(60, 60, 60, 1);
    -moz-box-shadow: inset 0px -3px 0px 0px rgba(60, 60, 60, 1);
    box-shadow: inset 0px -3px 0px 0px rgba(60, 60, 60, 1);
    color: #b1b1b1 !important;
}

.buttonsGroup a {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    margin: 6px 8px;
    text-decoration: none;
    border-radius: 8px;
    padding: 5px 10px;
    min-width: 112px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    box-sizing: content-box;
}

.closeModalDen {
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    color: gray;
    float: right;
    margin: 10px 20px;
}

.denTypeC,
.denTypeD {
    font-family: OpenSans;
    font-size: 35px;
    margin-left: 2px;
    position: relative;
    top: -2px;
}

.denTypeC {
    font-size: 36px;
    top: 0px;
}

.lock {
    width: 22px;
    position: absolute;
    top: 12px;
    right: 5px;
}

.section-more-games {
    max-width: 1920px;
    position: relative;
}

.box-btn-flash {
    display: block;
    max-width: 100%;
    height: auto;
}

.btn-more-games {
    display: inline-block;
    position: absolute;
    bottom: 37%;
    max-width: 500px;
    left: 72.5%;
    box-shadow: 3px 10px 23px 0 rgba(0, 0, 0, .75);
    border-radius: 30px;
    margin-right: 20px;
}