body {
    padding-bottom: 40px;
}

.navbar-toggle {
    margin-top: 22px;
}

.navbar-brand {
    height: auto;
}

.navbar-inverse .navbar-nav>li>a {
    color: #c7c7c7;
    font-size: 14px;
    padding: 50px 15x 15px 15px;
    margin: 15px 0px 0px 0px;
}

/* Carousel base class */
.carousel {
    height: 500px;
    margin-bottom: 60px;
}

.carousel-caption {
    z-index: 10;
    /* Since positioning the image, we need to help out the caption */
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 500px;
    background-color: #777;
}

.carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

.featurette-divider {
    margin: 60px 0;
}

.carousel-inner>.item>.tp {
    /*height: 100vh !important;*/
    border: 0px solid transparent;
    margin: 0px;
    padding: 0px;
    text-align: center;
    border-radius: 0px;
    min-height: 500px;
}

.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.block-dev {
    width: 100%;
    height: 230px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 70px;
    padding: 0 15px;
    background: rgb(233 153 39);
    color: #fff;
}

.privacy-con {
    font-size: 14px;
}

.glyphicon{
    color: #fff;
    font-size: 24px;
}

.jumbotron{
    background-color: #f7f8f9;
}

.game-list{padding-left: 15px;}

.games-video img,.video img {
    border-radius: 25px;
    width: 100%;
}

.left-text-box h3,.right-text-box h3 {
    color: #32b0fe;
    margin-bottom: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.left-text-box h4,.right-text-box h4 {
    font-weight: 700;
    margin-bottom: 8px
}

.left-text-box p,.right-text-box p {
    color: #4c4f54;
    line-height: 25px;
    margin-bottom: 15px
}


.down-box{
    width: 100%;
    margin-top: 15px ;

}
.down-box a{
    display: block;
    width: 200px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    opacity: 0.9;
}
.down-box a:hover{
    box-shadow: rgba(47, 53, 66, 0.3) 0 3px 6px 1px;
}
.down-box a.ios{
    background: url(../image/appstore.png) no-repeat center center;
    background-size: 100%;
}
.down-box a.no-re{
    opacity: 0.5;
    cursor: not-allowed;;
}
.down-box a.andriod{
    background: url(../image/googleplay.png) no-repeat center center;
    background-size: 100%;
}