.g-float-left{
    float:left;
}
.g-float-right{
    float:right;
}
.g-li-float-left li{
    display:inline-block;
}
.g-text-center{
    text-align: center;
}
.g-shade{
    background: #ffffff57;
}
.g-wh100{
    width:100%;
    height:100%;
}
.g-maxwidth100{
    max-width: 100%;
}
.g-maxheight100{
    max-height: 100%;
}
.g-pos-absolute{
    position: absolute;
}
.g-pos-relative{
    position: relative;
}
.g-color-white{
    color:white;
}
.g-margin-top45{
    margin-top:45px;
}
.g-bgcolor-red{
    background-color: red !important;
}
.g-text-right{
    text-align: right;
}
.pagination li{
    display:inline-block
}
.pagination li a{
    padding: 0 8px;

    color: #276e84;
}
.g-margin-bottom38{
    margin-bottom: 38px;;
}
.g-color-grey{
    color:grey;
}
.g-hide{
    display: none;
}