.tile {
	position: relative;
	display: inline-block;
	/*float: left;*/
	margin: 5px;
	height: 100%;
	color: #FFF;
	cursor: pointer;
	overflow: hidden;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background-clip: padding-box;
	min-width: 350px;
}

.tile.tile-col-12 {
	width: 96%;
}

.tile.tile-col-11 {
	width: 88%;
}

.tile.tile-col-10 {
	width: 80%;
}

.tile.tile-col-9 {
	width: 72%;
}

.tile.tile-col-8 {
	width: 64%;
}

.tile.tile-col-7 {
	width: 56%;
}

.tile.tile-col-6 {
	width: 48%;
}

.tile.tile-col-5 {
	width: 40%;
}

.tile.tile-col-4 {
	width: 32%;
}

.tile.tile-col-3 {
	width: 24%;
}

.tile.tile-col-2 {
	width: 16%;
}

.tile.tile-col-1 {
	width: 8%;
}

.tile.tile-white {
	background-color: #fff !important;
	color: #000;
}

.tile.tile-blue {
	background-color: #2E8BCC !important;
}

.tile.tile-blueDark {
	background-color: #20608e !important;
}

.tile.tile-green {
	background-color: #339933 !important;
}

.tile.tile-red {
	background-color: #E51400 !important;
}

.tile.tile-yellow {
	background-color: #ffc40d !important;
}

.tile.tile-pink {
	background-color: #E671B8 !important;
}

.tile.tile-purple {
	background-color: #7B4F9D !important;
}

.tile.tile-lime {
	background-color: #8CBF26 !important;
}

.tile.tile-magenta {
	background-color: #F09609 !important;
}

.tile.tile-teal {
	background-color: #00ABA9 !important;
}

.tile.tile-gray {
	background-color: #555 !important;
}

.tile.tile-grayLight {
	background-color: #efefef !important;
}

.tile.tile-greenDark {
	background-color: #008641 !important;
}

.tile.tile-orange {
	background-color: #F09609 !important;
}

.tile .tile-icon-holder {
	text-align: center;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	padding: 22%;
	font-size: 40px;
}

.tile .tile-icon-holder i {
	font-size: 8rem;
	color: #fff;
}

.tile .text-holder h4, .tile .text-holder p {
	color: #fff;
	text-align: center;
}

.tile.tile-grayLight h4, .tile.tile-grayLight p {
	color: #555;
}

.tile .text-holder {
	position: absolute;
	text-align: center;
	bottom: 0;
	text-align: justify;
	text-overflow: ellipsis;
	padding: 10px;
	width: 100%;
	height: 25%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
}

.tile-row {
	margin-top: 20px;
	height: 350px
}

.tile.tile-form {
	cursor: default;
}

@media (max-width: 767px) {
	.tile-form {
		min-height: 450px;
	}
}