/* ==|== public=========================================================== */
.left {	float: left; }
.right { float:  right; }
.clear { clear: both; }
.clear-right { clear: right; }
.clear-left { clear: left; }

.relative { position: relative; }

.text-right { text-align: right; }
.text-center { text-align: center; }

.display-block { display: block; }
.background-none { background: none !important; }
.border-none { border: none !important; }
.white-border { border: 1px solid #fff; }

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.loading
{
    height: 50px;
    background: url("../images/loading.gif") center center no-repeat;
}