pre		{ text-align: left; }

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

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

.TL		{ top: 0; left: 0; }
.TR		{ top: 0; right: 0; }
.BR		{ bottom: 0; right: 0; }
.BL		{ bottom: 0; left: 0; }

.btn	{ cursor: pointer; }

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

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

.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; }

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

.dv2	{ width: 50%; }
.dv3	{ width: 33.333%; }
.dv4	{ width: 25%; }
.dv5	{ width: 20%; }
.dv6	{ width: 16.666%; }
.dv7	{ width: 14.285%; }
.dv8	{ width: 12.5%; }
.dv9	{ width: 11.111%; }
.dv10	{ width: 10%; }
.dv11	{ width: 9.09%; }
.dv12	{ width: 8.333%; }
.dv13	{ width: 7.692%; }
.dv14	{ width: 7.142%; }
.dv15	{ 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; }

.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;
}


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


.entry-overlay-meta ,
.gradientPurple {
	padding-top: 45px;
/* 	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,.65) 100%); */
}