﻿/*-----------------------------------------------------universal styles start---------*/
.saucifybody {
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    background-image: url(../img/background.jpg);
    background-attachment: fixed;
    background-size: 100%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #000;
}

.ld-wrapMob {
    position: relative;
    float: right;
    top: 10px;
}

    .ld-wrapMob a {
        display: inline-block;
        color: #ffea00;
        margin: 5px;
        border-radius: 4px;
        background-color: rgba(0,102,46, 0.8);
        padding: 10px 25px;
        position: relative;
        outline: none !important;
    }

    .ld-wrapMob div {
        display: inline-block;
    }



.sc {
    position: relative;
    float: none;
    text-align: center;
    top: 0px;
    font-size: 26px;
 
}

    .sc a {
        display: inline-block;
        color: #ffea00;
        margin-top: -4px;
        font-weight: bold;
        margin-bottom: 29px;
        text-transform: uppercase;
        border-radius: 4px;
        background-color: #14522c;
        padding: 5px 46px;
        position: relative;
        outline: none !important;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: pulse;
        animation-name: pulse;
    }


    .sc div {
        display: inline-block;
    }


@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}



.banner {
    background-color: rgba(0,0,0,0.7);
}

.char {
    text-align:center;
    margin:90px auto 0;
    max-width:747px;
}

.char img{
    width:100%;
}

.banner-info p {
    color: #ffea00;
    text-align:center;
}



.thumbnails img {
    margin-bottom: 20px;
}

.thumbnails {
    margin-top:30px;
}


.banner-info h4 {
    line-height: 24px;
    margin: 20px 0;
    text-align:center;
}


.banner-info h3 {
    text-align: center;
}


.v2w-yellow {
    color: #ffea01;
}

h1 {

}

h2 {
    font-size: 20px;
}

h3 {
    color: #ffea01;
    font-size: 35px;
    font-weight: 400;
}

h4 {

}

h1, h2, h3, h4, h5 {
    margin: 0px 0px 5px;
}

.v2w-h1 {
    font-weight: normal;
    font-size: 35px;
}

.italic {
    font-style: italic;
}

.img-respon {
    width: 100%;
}

.img-100 {
    width: 100%;
}

.yellow {
    color:#ffea00 !important;
}

.v2w-container, .wrapie {
    position: relative;
    margin: auto;
    width: 100%;
    padding: 0px 50px;
    max-width: 1500px;
}

.content-wrap {
    position: relative;
    /*float: left;*/
    padding: 40px 0px 20px;
    width: 100%;
}

.content-wrap .blk1 {
    margin-bottom:30px;
}

.no-pad {
    padding: 0px
}

.marg-top {
    margin-top:20px;
}

.marg-top2 {
    margin-top: 60px;
}

#v2w-header.bg-dark {
    background-color: rgba(0,0,0, 0.7) !important;
    padding: 0px;
    height: 81px;
    width: 100%;
    top:0;
    position: fixed;
    z-index: 500;
}

.greenbar {
    position: absolute;
    background-color: rgba(0,102,46, 0.8);
    width: 100%;
    padding: 5px;
    top: 70px;
}

.vegas2web-logo-lrg {
    position: absolute;
    background-image: url(../img/logo-lrg.png);
    background-size: contain;
    width: 240px;
    height: 146px;
    z-index: 1700;
    top: 0px;
}

.vegas2web-logo-sml {
    position: absolute;
    background-image: url(../img/logo-sml.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 240px;
    height: 74px;
    z-index: 1700;
    top: 8px;
}

.v2w-btn01 {
    border-radius: 4px;
    background-color: rgba(0,102,46, 0.8);
    padding: 10px 15px;
    position: relative;
    display:inline-block;
    outline: none !important;
}

.ld-wrap {
    position: relative;
    float: right;
    top: 15px;
}

    .ld-wrap a {
        color: #ffea00;
    }

.v2w-toggler {
    position: absolute;
    right: 10px;
    top: 10px;
}

.v2w-nav {
    margin-left: 260px;
}

    .v2w-nav .nav-item {
        padding: 9px 0px;
    }

    .v2w-nav a {
        color: #FFF !important;
        font-size: 16px;
    }

        .v2w-nav a:hover {
            color: #ffea00 !important;
        }

    .v2w-nav .nav-item::after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #FFF;
        transition: width .3s;
    }

    .v2w-nav .nav-item:hover::after {
        width: 100%;
    }

.dropdown-menu {
    padding: 0px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown .dds a {
    background-color: #353434;
    padding: 10px;
    color: #f5a125 !important;
}

    .dropdown .dds a:hover {
        background-color: #3988c8;
        color: #FFF !important;
    }

.v2w-search {
    max-width: 300px;
    position: relative;
    float: right;
    margin: 8px;
}

.v2w-search .btn-default {
    color: #085729;
    background-color: #ffea01;
    border-color: none;
}

.v2w-search .form-control {
   background-color: #2b2b2b;
   border: 0px solid #ccc;
}

.v2w-search .btn {
    border: 0px solid transparent;
    padding: 7px 12px;
}

.gamewrap {
    position: relative;
    float: left;
    max-width: 290px;
    width: 100%;
    margin: 15px;
}

.game-img {
    position: relative;
    float: left;
}

.gamewrap h1 {
    position: absolute;
    width: 100%;
    color: #ffea01;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    font-weight: normal;
    padding: 7px;
    bottom: 0px;
    margin: 0px;
    z-index: 1;
}

.gameinfo {
    font-size: 14px;
    position: absolute;
    padding: 10px;
    width: 100%;
    max-height: 218px;
    height: 100%;

}

.gamewrap:hover, .gameinfo:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.gameinfo p {
    line-height: 19px;
}

.ginfo p, .ginfo .view-more, .ginfo .login-play {
    display: none;
}

.gamewrap:hover .ginfo p, .gamewrap:hover .ginfo .view-more, .gamewrap:hover .ginfo .login-play {
    display: inline-block;
}

.gameinfo .btn {
    background-color: #ffea01;
    color: #191919;
    font-size: 13px;
    font-weight: bold;
    border-radius: 2px;
    padding: 5px;
}

.gameinfo .btn:hover {
    color:#FFF;
    background-color: #005328;
    cursor: pointer;
}

#featured-games .gamewrap {
    max-width: 259px;
    margin: 5px;
}

#featured-games .gameinfo {
    font-size: 13px;
}

#featured-games .gameinfo p {
    line-height: 16px;
}

.more-games a {
    color: #FFF;
    max-width: 300px;
    width: 100%;
    font-size: 23px;
    margin: 20px 0px;
}

.more-games a:hover {
    color: #ffea01;
    text-decoration:none;
    cursor:pointer;
}

/*-----------------------------------------------------universal styles end---------*/



/*#main-banner {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background: url(../img/background.jpg) #000 no-repeat top center;
    margin: auto;
}*/

.banner-wrap {
    top: 92px;
   
}

.banner-info {
    position: relative;
    float: left;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    padding: 40px;
}





ul li {
    margin-bottom: 3px;
}

/*.saucifytbl img {
    width:100%;
}*/

.saucifytbl table {
    /*max-width: 60%;*/
    margin: 30px auto;
}

.saucifytbl th {
    font-size: 16px;
    font-weight: normal;
    background: #025329;
    border-bottom: 1px solid darkslategrey;
    color: #ffea00;
    padding: 8px;
    font-weight: bold;
    text-align: center;
    width: 25%;
}

.saucifytbl td {
    background: #000;
    border-bottom: 1px solid darkslategrey;
    color: #fff;
    padding: 5px 30px;
    vertical-align: top;
    text-align: center;
    max-width: 160px;
}




#main-banner h3:nth-child(2n) {
    font-size: 90px;
    color: #ffea00;
    font-weight: bold;
    line-height: 75px;
}

#main-banner h3 {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;

}

#main-banner a {
    font-size: 16px;
    color: #FFF;
    text-decoration: underline;
    display: block;
}

#main-banner .v2w-btn01 {
    border: 0px;
    margin-top: 15px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 37px;
    padding: 5px 30px;
    max-width: 240px;
    text-decoration: none;
}

#main-banner .v2w-btn01:hover  {
    cursor:pointer;
    color:#ffea01;
}

.prog-games-wrap {
    position: absolute;
    right: 50px;
    bottom: 0;
}

.prog-blk {
    position: relative;
    float: left;
    color: #FFF;
    height: 50px;
    padding: 5px 20px;
    z-index: 300;
}

.prog-title-blk {
    background-color: #00622b;
    -webkit-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
    font-size: 27px;
    font-weight: 400
}

.prog-game-blk {
    background-color: #131313;
    -webkit-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
    line-height: 41px;
    font-size: 21px;
}

.prog-game-amt {
    color:#ffea00;
}

.gamebar-links {
    position: relative;
    background-color: #131413;
    height: 50px;
    max-width: 100%;
    font-size: 20px;
    z-index: 300;
}

.gl-menu-item {
    position: relative;
    float: left;
    padding: 11px;
}

.gl-menu-item a {
    color: #ffea00;
    text-decoration: none;
}

.gl-menu-item:hover {
    background-color: #015123;
    cursor:pointer;
}

.gl-mi-clicked {
        background-color: #015123;
}

.gl-sub-menu {
    display: none;
    position: relative;
    padding: 5px;
    background-color: #015123;
    width: 100%;
    left: 0;
}

    .gl-sub-menu a {
        display: inline-block;
        position: relative;
        padding: 5px 8px;
        color: #FFF;
    }

.opened {
    display: block;
    z-index: 290;
}



.platforms {
    color: #5c5d5c;
    padding-top: 10px;
    text-align: right;
}

.platforms img {
    height:70px;
}

#help {
    color:#000;
    position: fixed;
    background-color: #ffea01;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 500;
    right: 10px;
    bottom: 10px;
}

    #help:hover {
        color: #005224;
        cursor: pointer;
    }

    #help:after {
        content: ' ';
        position: absolute;
        left: 0px;
        right: auto;
        top: auto;
        bottom: 5px;
        border: 10px solid;
        border-color: transparent transparent transparent #ffea01;
    }



@media all and (max-width: 992px) and (min-width: 768px) {

    .v2w-container, .wrapie {
        padding: 0px;
    }

    .saucifytbl table {
        width: 100%;
        margin: 30px auto;
    }

    .char {
        margin: 90px auto 0;
    }
}


@media (max-width: 767px) {

 

    .v2w-container, .wrapie {
        padding: 0px;
    }

    #main-banner h3 {
        font-size: 37px;
    }

    .saucifytbl table {
        width: 100%;
        margin: 30px auto;
    }

    .char {
        margin: 70px auto 0;
    }

    .ld-wrapMob {
        top: 0px;
    }
}






@media (max-width: 400px) {

    .ld-wrapMob {
        display:none;
    }

    .width100 {
        width: 100%;
        max-width: 200px;
    }

    .saucifytbl td {
        background: #000;
        border-bottom: 1px solid darkslategrey;
        color: #fff;
        padding: 0;
        vertical-align: top;
        text-align: center;
        /* max-width: 160px; */
    }

   

    .v2w-container, .wrapie {
        padding: 0px;
    }

    #main-banner h3 {
        font-size: 37px;
    }

    .saucifytbl table {
        width: 100%;
        margin: 30px auto;
    }

    .char {
        margin: 70px auto 0;
    }

    .banner-info {
        padding: 20px;
    
    }

    .ld-wrapMob {
        top: 0px;
    }
}




   