
/* ------------------------------- Start Tabs ----------------------------------------- */
.tabs {
    position: relative;
   
}
.tabs ul {
    width: 100%;
    font-size: 0;
    position: absolute;
    bottom: 0
}
.tabs ul li {
    display: inline-block;
    width: 33.33333333%;
    background: #d6d6d6;
    border-radius: 15px 15px 0 0;
    text-align: center;
    max-width: 250px;
    font-size: 25px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: -20px;
    border-bottom: 1px solid #aaa
}
.tabs ul li.clicked {
    background: #e7e6e6;
    color: #086fb1;
    font-weight: bold;
    border-bottom-color: #e7e6e6;
    outline: 0
}
.tabs ul li img {
    display: block;
    width: 0;
    margin: 3px auto
}
.tabs ul li.clicked img {
    width: 17px
}
@media(max-width:630px) {
    .slider .text .content h2 {
        font-size: 25px
    }
    .slider .text .content p {
        font-size: 20px
    }
    .slider .text .content a img {
        width: 150px
    }
    .slider .text .content a span {
        font-size: 14px
    }
    .tabs .container {
        padding: 0
    }
    .tabs ul li {
        font-size: 20px
    }
}
@media(max-width:580px) {
    .slider .text .content h2 {
        font-size: 20px
    }
    .slider .text .content p {
        font-size: 17px
    }
}
@media(max-width:495px) {
    .slider .text .content h2 {
        font-size: 20px
    }
    .slider .text .content p {
        margin: auto;
        font-size: 16px;
        margin-bottom: 10px
    }
    .tabs ul li {
        font-size: 17px
    }
}
@media(max-width:430px) {
    .tabs ul li {
        font-size: 14px;
    }
    .slider .text .content a img {
        width: 100px
    }
    .slider .text .content a span {
        font-size: 10px;
        padding-top: 5px
    }
}
@media(max-width:430px) {
    .slider .text .content h2 {
        font-size: 20px
    }
    .slider ol li {
        font-size: 7px
    }
}
@media(max-width:399px) {
    .slider .text .content h2 {
        font-size: 17px
    }
    .slider .text .content p {
        font-size: 12px
    }
}
@media(max-width:330px) {
    .slider .text .content h2 {
        font-size: 15px
    }
    .slider .text .content p {
        font-size: 10px
    }
}
.tabs ul li:first-of-type {
    background: #0056a8;
    color: #eee
}
.tabs ul li:nth-of-type(2) {
    background: #d39702;
    color: #eee
}
.tabs ul li:last-of-type {
    background: #058702;
    color: #eee
}
.tabs ul li.clicked {
    background: #e7e6e6;
    color: #086fb1;
    font-weight: bold;
    border-bottom-color: #e7e6e6
}
/* ------------------------------- End Tabs ----------------------------------------- */
/* ------------------------------- Start Games ----------------------------------------- */
.games {
    text-align: center;
    overflow: hidden;

}

.games .title {
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #464646;
    margin: 0 auto;
    text-align: left;
    height: 40px
}
.games .title h2 {
    text-transform: uppercase;
    color: white;
}
.games .title h2 img {
    margin-right: 10px
}
.games .title > a {
    position: absolute;
    top: 0px;
    right:0;
    background-image: url('/assets/images/btn/new/html5thumbcolor.png');
}
@media(max-width: 448px) {
    .games .title {
        height: 30px
    }
    .games .title h2 {
        font-size: 20px;
        font-weight: bold;
    }
    .games .title h2 img {
        width: 20px
    }
    .games .title a img {
        width: 110px
    }
}
@media(max-width: 400px) {
    .games .title {
        height: 25px
    }
    .games .title h2 {
        font-size: 12px;
    }
    .games .title h2 img {
        width: 14px;
        margin-right: 0
    }
    .games .title a img {
        width: 90px
    }
}
.games .game {
    width: 100px;
    float: left;
    position: relative;
    margin: 10px 0;
    /* margin-right: 5px; */
}
.games .game + .game {
    margin-left: 10px
}
.games .game .image {
    border: 1px solid #ddd;
    overflow: hidden;
    height: 110px;
    border: none;
}
.games .game .image img {
    display: block;
    width: 100%;
    height: 100% !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.games .game .text h3 {
    text-align: left;
    padding: 10px 0;
    font-size: 23px;
    color: #a2a2a2;
}
.games .game .text h3 .fa {
    float: right;
    font-size: 12px;
}
.games .game .text p {
    color: white;
    text-align: left
}
.games .game .text a {
    float: right;
    position: relative;
    top: 5px;
    right: -5px
}
.games .game:hover .image img {
    opacity: .5;
    -webkit-transform: scale(1.2) rotate(-10deg);
    -moz-transform: scale(1.2) rotate(-10deg);
    -o-transform: scale(1.2) rotate(-10deg);
    transform: scale(1.2) rotate(-10deg);
}
.games .game:hover .text h3 {
    color: #8ce6e6;
}
.games .game:hover .text p {
    color: #8ce6e6;
}
@media(max-width: 744px) {
    .games .game .text h3, .games .game .text p {
        font-weight: bold
    }
    .games .game .text h3 {
        font-size: 22px;
        padding: 10px 0 5px
    }
    .games .game .text p {
        font-size: 14px;
    }
    .games .game .text img {
        width: 110px
    }
}
@media(max-width: 700px) {
    .games .game .text h3, .games .game .text p {
        font-weight: bold
    }
    .games .game .text h3 {
        font-size: 18px;
        padding: 10px 0 5px
    }
    .games .game .text p {
        font-size: 10px;
    }
    .games .game .text img {
        width: 100px
    }
}
@media(max-width: 590px) {
    .games .game .text img {
        width: 75px
    }
}
@media(max-width: 470px) {
    .games .game .text h3, .games .game .text p {
        font-weight: bold
    }
    .games .game .text h3 {
        font-size: 16px;
        padding: 10px 0 5px
    }
    .games .game .text p {
        font-size: 12px;
    }
    .games .game .text img {
        width: 65px
    }
}
@media(max-width: 430px) {
    .games .game .text h3, .games .game .text p {
        font-weight: bold
    }
    .games .game .text h3 {
        font-size: 8px;
        padding: 4px 0 5px
    }
    .games .game .text p {
        font-size: 10px;
        padding-top: 5px;
        white-space: nowrap;
        overflow: hidden;
}
    
    .games .game .text img {
        width: 60px
    }
}

@media(max-width: 375px) {
    .games .game .text h3, .games .game .text p {
        font-weight: bold
    }
    .games .game .text h3 {
        font-size: 8px;
        padding: 10px 0 5px
    }
    .games .game .text p {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
    }
    .games .game .text img {
        width: 60px
    }
}
/* ------------------------------- End Games ----------------------------------------- */
/* ------------------------------- Start Ads ----------------------------------------- */
.ads {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 3%;
    overflow: hidden;
    min-height: 75px;
}
.ads.one {background: #870202}
.ads.two {background: #2e2e2e}
.ads.three {background: #d39702}
.ads.four {background: #0056a8}
.ads img {
    float: right;
}
.ads p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 3vw
}
@media(max-width: 750px) {
    .ads img {
        width: 100px
    }
}
@media(max-width: 500px) {
    .ads img {
        width: 75px
    }
}
/* ------------------------------- End Ads ----------------------------------------- */
/* ------------------------------- Start special ----------------------------------------- */
.special {
    background: #fd67df;
    -webkit-box-shadow: inset 0 0 10px #000;
    -moz-box-shadow: inset 0 0 10px #000;
    -o-box-shadow: inset 0 0 10px #000;
    box-shadow: inset 0 0 10px #000;
    padding: 30px 0 15px;
    margin-bottom: 15px
}
.special .ads {
    background: #9600ff
}
.special .ads.img {
    opacity: 0;
}
.special .title .btn-game-container {
    background: #9600ff
}
/* ------------------------------- End special ----------------------------------------- */
