a img {
  border: 0;
}

.alignLeft {
  text-align: left;
}

.alignCenter,
.center {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.justify {
  text-align: justify;
}

.wrClear {
  clear: both;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.hidden {
  display: none;
}

.hiddenImportant {
  display: none !important;
}

.display {
  display: block;
}

.displayImportant {
  display: block !important;
}

.overflow {
  overflow: auto;
}

.bold {
  font-weight: bold;
}

/* Colors  [start]* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.orange {
  background: #ffc446;
}

.lightOrange {
  background: #f7f7ea;
}

.green {
  background: #8fbe00;
}

.red {
  background: #c63636;
}

.blue {
  background: #48acf0;
}

.black {
  background: #2c2c2c;
}

.pink {
  background: #FF99C9;
}

.darkPink {
  background: #EF3054;
}

.teal {
  background: #31AFD4;
}

.whiteFront {
  color: #ffffff;
}

.orangeFront {
  color: #ffc446;
}

.greenFront {
  color: #8fbe00;
}

.redFront {
  color: #c63636;
}

.blueFront {
  color: #48acf0;
}

.blackFront {
  color: #2c2c2c;
}

.pinkFront {
  color: #FF99C9;
}

.darkPinkFront {
  color: #EF3054;
}

.tealFront {
  color: #31AFD4;
}

.white {
  background: #ffffff;
}

/* Colors  [end]  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */