ul		{ list-style-type: none; }
pre		{ text-align: left; }

.abs	{ position: absolute; }
.rel	{ position: relative; }
.fix	{ position: fixed; }

.ivis	{ visibility: hidden; }
.hid	{ display: none !important; visibility: hidden !important; }
.trans	{ opacity: 0; }

.TL		{ top: 0; left: 0; }
.TR		{ top: 0; right: 0; }
.BR		{ bottom: 0; right: 0; }
.BL		{ bottom: 0; left: 0; }
.T		{ top: 0; }
.B		{ bottom: 0; }
.R		{ right: 0; }
.L		{ left: 0; }

.btn	{ cursor: pointer; }
.mov	{ cursor: move; }

.fL		{ float: left; }
.fR		{ float: right; }

.clr	{ clear: both; }
.clrR	{ clear: right; }
.clrL	{ clear: left; }

.aWid	{ width: auto; }
.aHgt	{ height: auto; }
.qWid	{ width: 25%; }
.tWid	{ width: 33%; }
.fWid	{ width: 100%; }
.fHgt	{ height: 100%; }
.full	{ display: block; height: 100%; width: 100%; }

.txC	{ text-align: center; }
.txL	{ text-align: left; }
.txR	{ text-align: right; }

.vTop	{ vertical-align: top; }
.vMid	{ vertical-align: middle; }
.vBas	{ vertical-align: baseline; }
.vBot	{ vertical-align: bottom; }

.nWrp	{ white-space: nowrap; }
.nScr	{ overflow: hidden; }

.dspH 	{ display: none; }
.dspB	{ display: block; }
.dspT	{ display: table; }
.dspI	{ display: inline; }
.dspIB	{ display: inline-block; }
.dspTC	{ display: table-cell; }

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.strong	{ font-weight: bold; }

.noSel {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.nmT { margin-top: 0; }
.nmR { margin-right: 0; }
.nmB { margin-bottom: 0; }
.nmL { margin-left: 0; }

.w95		{ width: 95%; }
.w90		{ width: 90%; }
.w85		{ width: 85%; }
.w80		{ width: 80%; }
.w75		{ width: 75%; }
.dv2,.w50	{ width: 50%; }
.dv3,.w33	{ width: 33%; }
.dv4,.w25	{ width: 25%; }
.dv5,.w20	{ width: 20%; }
.dv6,.w16	{ width: 16.666%; }
.dv7,.w14	{ width: 14.285%; }
.dv8,.w12	{ width: 12.5%; }
.dv9,.w11	{ width: 11.111%; }
.dv10,.w10	{ width: 10%; }
.dv11,.w09	{ width: 9.09%; }
.dv12,.w08	{ width: 8.333%; }
.dv13,.w07	{ width: 7.692%; }
.dv14		{ width: 7.142%; }
.dv15,.w06	{ width: 6.666%; }

.tCol1	{ column-count: 1; -moz-column-count: 1; -webkit-column-count: 1; }
.tCol2	{ column-count: 2; -moz-column-count: 2; -webkit-column-count: 2; }
.tCol3	{ column-count: 3; -moz-column-count: 3; -webkit-column-count: 3; }

.mar0	{ margin: 0; }
.pad0 { padding: 0; }

.vaT { vertical-align: top; }

h1, h2, h3 {
    text-rendering: optimizeLegibility;
}

.tweenAll_05 {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.tweenAll_025 {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.tweenAll_01 {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.tweenAll_025_back {
	-webkit-transition: all 0.25s cubic-bezier(.12, .49, .37, 1.33);
	-moz-transition: all 0.25s cubic-bezier(.12, .49, .37, 1.33);
	-o-transition: all 0.25s cubic-bezier(.12, .49, .37, 1.33);
	transition: all 0.25s cubic-bezier(.12, .49, .37, 1.33);
}
.tweenAll_1 {
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

body.busy {
	cursor: progress !important;
}

img.desaturate { 
	filter: url(desaturate.svg#greyscale);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

img.respW { width: 100%; height: auto; }
img.respH { width: auto; height: 100%; }

.wrp { margin: 0 auto; }
