h1,h2,h3,h4,h5,h6,p,a,span,th{
    font-family: 'IRANSans',tahoma;
}
html {
    position: relative;
    min-height: 100%;
}
body{
    font-family: 'IRANSans',tahoma;
    margin-bottom: 60px; /* Margin bottom by footer height */
    padding-top: 50px;
}
.numerical{
    font-family: 'irsans_num',tahoma;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #2c2b2b;
  }
.rmv_bottom_margin{
    margin-bottom: 0px;
}
.mgtp70{
    margin-top: 70px;
}
.mgtp50{
    margin-top: 50px;
}
.btn-product{
	width: 100%;
}
.game_style{
    font-weight: 300;
    font-size: 14px;
}
.game_title{
    margin-top: 5px;
}
.descriptions{
    font-size: 12px;
    font-weight: 300;
}
.fix_game_icon{
    vertical-align: middle;
}
.font_adjust_16{
    font-size: 16px;
}

/******** Login and Register(NavBar) Forms ***********/
#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255,.8);
    float: right;
    left: 0;
    right: auto;
}
#login-dp .help-block{
    font-size:12px
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}

/***************** Game Page ********************/
.list-unstyled li{
    margin-bottom: 15px;
}