a:hover{text-decoration:none;}
.patern-top-black {background:url(../images/patern-ftr.png) center bottom repeat-x;}
.patern-bottom-red {background:url(../images/patern-ftr.png) center top repeat-x;}
.game-contr {
    background: #0D0829;
    padding: 60px 0 0;
    position: relative;
}
.filter_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    width: 100%;
    color: rgba(255, 255, 255, 0.99);
    font-size: 25px;
    margin-bottom: 30px;
    letter-spacing: 0.03em;
    font-family: 'Rajdhani-bold';
    text-transform: uppercase;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    width: 37%;
    line-height: 40px;
}
.fag-btn {
    padding: 10px 20px;
    border: 2px solid #313148;
    background: transparent !important;
    font-size: 20px !important;
    color: #FFF;
    text-transform: uppercase;
    line-height: 25px;
    font-family: 'Rajdhani-medium';
    display: inline-block !important;
    font-weight: 600;
}
.filter_group {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    width: 100%;
    margin-bottom:25px;
}
.filter_label {
    font-size: 20px;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.8);
    font-weight: normal;
    margin-bottom: 10px;
    font-family: 'Rajdhani-bold';
    text-transform: capitalize;
    letter-spacing: 0.03em;
}
.filter_checkboxes{padding:0; margin:0px;}
.filter_input {
    background:#313148 none repeat scroll 0 0;
    border: medium none;
    width: 100%;
    height: 45px;
    padding: 5px 15px;
    border-radius: 5px;
    color: #999;
    font-family: 'RobotoCondensedRegular';
    font-size: 18px;
}
.custom-checkbox {
    padding-left: 30px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}
.custom-checkbox input[type="checkbox"] {
    position: absolute;
    left: -100px;
}
.custom-checkbox label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    font-family: 'RobotoCondensedRegular';
    text-transform: capitalize;
}
.custom-checkbox .checkbox {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #313148;
}
.filter_select {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: medium none;
    font-size: 16px;
    color: #999;
    padding: 0 20px;
    cursor: pointer;
    background: url(../images/arrow2.svg) no-repeat center right 20px #313148;
    background-size: 12px auto;
    letter-spacing: 0.4px;
    width: 100%;
}
.filter_range .hp {
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    font-family: 'RobotoCondensedRegular';
    text-transform: capitalize;
    color:rgba(255, 255, 255, 0.6);
}
.filter_range .hp span {
    color: #A72421;
    margin: 0 0 0 6px;
    font-weight: 600;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.filter_select-wrap {
    width:100%;
}
.games-category .games-single-item {
    background: #0D0829;
    margin-bottom: 30px;
    box-shadow: 0 10px 24px 0 rgb(82 91 115 / 76%);
    border: 1px solid #091358;
}
.games-single-item:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.game-contr {
    background: #0D0829;
    padding: 60px 0 50px;
    position: relative;
    box-shadow: 0 10px 24px 0 rgb(82 91 115 / 76%);
}
.games-single-item:after {
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    height: 3px;
    background-color:#A72421;
    left: 0;
    border-radius: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.games-single-item {
    background:#0d0e1b none repeat scroll 0 0;
    overflow:hidden;
    position:relative;
}
.games-single-item:hover .games-thumb-image:before {
    height: 200%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
}
.games-thumb-image:before {
    position: absolute;
    left: -25%;
    top: -50%;
    height: 60%;
    width: 150%;
    content: "";
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    -webkit-transform: skewY(25deg);
    transform: skewY(25deg);
    -webkit-transition: all 500ms linear;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
    border-top: 2px solid #E48632;
}
.games-thumb {
    position: relative;
}
.games-thumb-image img {
    width: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
.game-overlay {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    text-align: center;
}
.games-single-item:hover .game-overlay > a.popup-youtube {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(-50%, -50%) scale(1) !important;
    transform: translate(-50%, -50%) scale(1) !important;
}
.game-overlay > a.popup-youtube {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    left: 50%;
    z-index: 2;
    font-size: 35px;
    color: #A72421;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.games-desc {
    padding: 20px;
}
.games-desc h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
    margin-bottom: 5px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}
.games-desc h3 a {
    color: rgba(255, 255, 255, 0.88);
    font-family: 'Rajdhani-medium';
    font-size: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
.games-desc p {
    margin: 0;
    font-size: 15px;
    color:rgba(255, 255, 255, 0.5);
    line-height: 24px;
    text-transform: capitalize;
    font-family: 'RobotoCondensedRegular';
}
.game-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}
.pagination-box-row {
    text-align: center;
}
.pagination-box-row p {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-right: 15px;
    margin-bottom: 0;
}
.pagination {
    margin-top: 50px;
    text-align: center;
    float: none;
    display: inline-block;
}
.pagination li {
    display: inline-block;
    margin-right: 5px;
    color: #fff;
}
.pagination li.active a, .pagination li a:hover {
    background: #A72421 none repeat scroll 0 0;
    color: #fff;
}
.pagination li a {
    display: block;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    background: #080811 none repeat scroll 0 0;
    border: 1px solid #091358;
    box-shadow: 0 10px 24px 0 rgb(82 91 115 / 76%);
}
.sidebar-widget {
    border: 1px solid #091358;
    padding: 20px 15px;
    background: #0D0829;
    min-height:100%;
    box-shadow: 0 10px 24px 0 rgb(82 91 115 / 76%);
}





















