.contact-us {
    margin-top: 35px;
}

#new-window-label {
    margin-left: 5px;
    font-weight: normal !important;
}

#contact_us {
    text-decoration: none;
    font-size: 18px;
}

#sel_lang {
    margin-top: -29px;
    margin-right: 30px;
}

#icon_type {
    margin-right: 30PX;
    margin-left: 20px;
}

#chx_new {
    margin-left: 20px;
    margin-top: 10px;
    float: left;
}

.item-game {
    float: left;
    padding: 5px 5px 8px 5px;
    border: 1px solid #4b4b4b;
}

.img-title {
    text-align: center;
    /*font-size: 0.97em;*/
    color: #bcbcbc;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.img-game-item {
    margin-bottom: -15px;
}

@media (min-width: 992px) {
    .col-md-2 {
        width: 19.666667%;
    }
}

body {
    background-color: black;
}

/* img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
} */

.has-search .form-control {
    padding-left: 2.375em;
    border: 1px solid #ff0000;
    background-color: #202020;
}

.has-search .form-control-feedback {
    position: absolute;
    left: 18px;
    z-index: 2;
    display: block;
    width: 2.375em;
    height: 2.375em;
    line-height: 2.375em;
    text-align: center;
    pointer-events: none;
    color: #ff0000;
}

.actions a {
    /* display: inline-block; */
    /* width: 100%; */
    margin: 2px 0px 1px 0px;
}

.searchBar {
    /* font-size: 38px; */
    /* height: 88px; */
}

.playButton {
    /* font-size: 25px; */
    line-height: 2.5;
}
.imgHover{
    -webkit-filter:brightness(.4);
}

.link{
    cursor:pointer
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,.nav-tabs>li>a:hover{
    background-color: #0a0a0a;

}
.nav-tabs>li>a{
    color: white;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li>a:hover{
    color: red;
}