/*-----------------------------------------------------------------*/
/***********************Light Opacity Suffix***********************/
/*-----------------------------------------------------------------*/

/* Module */
.light{
    background-image: url("../images/suffix-light.png"); background-repeat: repeat;
    padding: 0px !important;
}


/*---------------------------------------------------------------------*/
/***********************End Light Opacity Suffix***********************/
/*---------------------------------------------------------------------*/


/*-----------------------------------------------------------------*/
/***********************Medium Opacity Suffix***********************/
/*-----------------------------------------------------------------*/

/* Module */
.medium{
    background-image: url("../images/suffix-medium.png"); background-repeat: repeat;
    padding: 0px !important;
}

/*---------------------------------------------------------------------*/
/***********************End Medium Opacity Suffix***********************/
/*---------------------------------------------------------------------*/


/*-----------------------------------------------------------------*/
/***********************Dark Opacity Suffix***********************/
/*-----------------------------------------------------------------*/

/* Module */
.dark{
    background-image: url("../images/suffix-dark.png"); background-repeat: repeat;
    padding: 0px !important;
}

/*---------------------------------------------------------------------*/
/***********************End Dark Opacity Suffix***********************/
/*---------------------------------------------------------------------*/