@charset "UTF-8";
/* CSS Document */

/* ==========================================================================
 * Project-ORK Basic CSS
 * ========================================================================== */

/*
 * clearfix
 * ========================================================================== */
/* clearfix */
.clearfix:after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{display: inline-block;}

/* Hide MacIE \*/
* html .clearfix{height: 1%}
.clearfix{display: block;}
/* End hide MacIE */


/*
 * Vertical centering css
 * ========================================================================== */

/*
 * cvc - content vertical center class
 * ------------------------------------------------------------------------- */
.cvc > * {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
}

.cvc:before {
	display: inline-block;
	width: 0px;
	height: 100%;
	vertical-align: middle;
	content: "";
}

/*
 * ivc - image vertical center class
 * ------------------------------------------------------------------------- */
.ivc {
	position: relative;
}

.ivc img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

