#page-binder-grid{
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom:40px
}
#top_menu{
    display: inline-grid;
    grid-template-columns: repeat(3,1fr);
    margin:40px 20%;
}
#top_menu>div{
    justify-self:center;
    line-height: 14px
}
.btn-custom{
    background-color:#1A1917;
    border:1px solid #292724;
    padding:20px;
    line-height: 2px;
    width: 200px;
    color:#fff;
    font-size: 14px;
    border-radius: 2px;
    font-weight: bold;
    white-space: nowrap
}
.btn-custom-active{
    background-color:#F5B925;
    border:1px solid #F5B925;
}
#page-binder-grid-banners{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin: 0 10%;
    /*margin: 10%;*/
    grid-gap:20px;

}   
.regulation-item{
    display: grid;
    grid-template-columns: 1fr;
    background-color:#3A3A3A;
    /* border-radius: 5px; */
    /*cursor: pointer*/
}
.regulation-item div{
    margin:10px;
}
.regulation-item-image img,.bannerInfo_img img{
    width: 100%;
    justify-self:center;
}
.reg-item-title{
    /*text-transform: uppercase;*/
    font-size: 14;
    border-bottom:1px solid #fff;
    color:#FFF;
}
.reg-item-description{
    font-size: 12px;
    color:#FFF;
}
.btn_holder{
    text-align: center;
}
.btnOffers{
    background-color: #D50000;
    border: 1px solid #a94442;
    padding: 17px;
    width: 180px;
    color: #fff;
    font-size: 14px;
    line-height: 0px;
    font-weight: bold
}
.btn-primary{
    line-height: 14px!important;
}
#page-binder-grid-bannerInfo{
    position: fixed;
    margin: 18px 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    display: none;
    background-color: rgba( 0, 0, 0, 0.5);
}
#bannerInfo_container{
    background-color: #3A3A3A; 
    position: fixed;
    top: 12%;
    left: 24%;
    width: 55%;
    height: 60%;
    display: block;
    z-index: 100000; 
    /*border-radius: 5px;*/
    display: none;
}

.bannerInfo_title{
    color:#fff;
    font-size: 32px;
    width: 95%
}
.bannerInfo_desc{
    color:#fff;
    font-size: 15px;
    padding: 15px;
    float: left;
    width: 100%;
}
.bannerInfo_reguations{
    background-color: #fff;
    padding: 15px;
    height: 70%;
    /*width: 100%;*/
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    font-size: 14px;
}
#closeBtn{
    cursor: pointer;
    opacity: 0.7;
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: red;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 33px;
}
.alertify .ajs-dialog {
    background-color: #263238;
    color: #EEE;
    font-size: 16px;
    text-align: center;
    border: 3px solid #068dbc;
    margin-top: 10%;
}
.alertify .ajs-header {
    background-color: #263238;
}
.alertify .ajs-footer {
    background-color: #263238;
}
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
    background: #068dbc;
    color: #EEE;
    font-weight: bold;
    border-radius: 5px;
    border: 0px;
}
.alertify .ajs-dimmer { z-index: 10000000; }
.alertify .ajs-modal { z-index: 100000000;  }
.ajs-no-overflow{
    overflow-y: scroll!important;
}
div.::-webkit-scrollbar-thumb {
    background-color: #012951e6;
    -webkit-box-shadow: inset 0 0 6px 12px rgba(249, 249, 249, 0.1);
    border-radius: 2px;
    min-height: 50px;
}
div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px 12px #ffffff1f;
    cursor: pointer!important;
}
div.scrollbar_dark::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px #000000e0;
    border-radius: 2px;
    background-color: transparent;
    cursor: pointer;
}
div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px 12px rgb(249 249 249 / 6%);
    border-radius: 10px;
    cursor: pointer!important;
}
.blur-all {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}
