.box5  { width:   5%; }
.box10 { width:  10%; }
.box15 { width:  15%; }
.box20 { width:  20%; }
.box25 { width:  25%; }
.box30 { width:  30%; }
.box35 { width:  35%; }
.box40 { width:  40%; }
.box45 { width:  45%; }
.box50 { width:  50%; }
.box55 { width:  55%; }
.box60 { width:  60%; }
.box63 { width:  63%; }
.box65 { width:  65%; }
.box70 { width:  70%; }
.box75 { width:  75%; }
.box80 { width:  80%; }
.box85 { width:  85%; }
.box90 { width:  90%; }
.box95 { width:  95%; }
.box100{ width: 100%; }
.widthAuto {width: auto; }

.overflowHidden{ overflow: hidden; }

.floatLeft { float: left; }
.floatRight{ float: right; }
.floatNone { float: none; }

.size80  {font-size:  80%; }
.size90  {font-size:  90%; }
.size110 {font-size: 110%; }
.size120 {font-size: 120%; }

.marginBottom-5 { margin-bottom: 5px; }
.marginBottom-10 { margin-bottom: 10px; }
.marginBottom-15 { margin-bottom: 15px; }
.marginTop-5 { margin-top: 5px; }
.marginTop-10 { margin-top: 10px; }
.marginTop-15 { margin-top: 15px; }

.inheritHeight{ height: inherit; }
.inheritWidth{ width: inherit; }

.txtShadow{ text-shadow: -1px 1px 1px #888888; }

.boxStyle{ box-sizing: border-box; }
.clear {
    clear: both;
    display: inline-block;
    height: 1px;
    width: 100%;
}

.cycle { border-radius: 100%; }

.inline{ display: inline; }
.block { display: block; }
.inlineBlock{ display: inline-block; }
.none, .hide, .hidden{ display: none; }
.align-center, .alignCenter{ text-align: center; }
.align-left, .alignLeft{ text-align: left; }
.align-right, .alignRight{ text-align: right; }

.lowercase {text-transform: lowercase;}
.uppercase {text-transform: uppercase;}
.capitalize {text-transform: capitalize;}

.textAlignRight{ text-align: right; } 

.absolute { position: absolute !important; }
.relative { position: relative; }
.fixed    { position: fixed; }
.importantRelative{ position: relative !important; }

.greay{ color: #414141 !important; }
.white{ color: #fff; }
.lightGreay{ color: #999999 !important; }
.noWrap{ white-space: nowrap !important; }
.normalWrap{ white-space: normal !important; }

.valignTop{ vertical-align: top; }
.valignCenter{ vertical-align: middle; }
.valignBottom{ vertical-align: bottom; }

.borderBox{ box-sizing: border-box; }
.uppercase{ text-transform: uppercase; }
.pointer{ cursor: pointer; }

.noTextDeco, .noTextDecoration{ text-decoration: none; }
.underline{ text-decoration: underline; }

.lineHeight10{ line-height: 10px; }
.lineHeight12{ line-height: 12px; }
.lineHeight14{ line-height: 14px; }
.lineHeight16{ line-height: 16px; }
.lineHeight18{ line-height: 18px; }
.lineHeight20{ line-height: 20px; }