[class*=col-md-].no-padding {
	padding: 0;
}
[class*="row tiles-"] {
	padding-top: 5px;
}
[class*=tiles-] > div:first-child {
	padding: 0;
}
.tile {
	position: relative;
}
.tile[class*="r-"] {
	padding-left: 2.5px;
	padding-right: 2.5px;
	margin-bottom: 5px;
}
.tile.r-1 {
	height: 85px;
}
.tile.r-2 {
	height: 190px;
}
.tile.r-2-5 {
	height: 220px;
}
.tile.r-3 {
	height: 265px;
}
.tile.r-4 {
	height: 355px;
}
.tile.r-5 {
	height: 445px;
}
.tile.r-6 {
	height: 535px;
}
.tile.r-7 {
	height: 625px;
}
.tile .tile-container {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}


.tile.photo .tile-container > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
.tile.photo .tile-container .tile-menu {
	position: absolute;
	top: 100%;
	bottom: 0;
	width: 100%;
	height: 100%;
	margin-top: -43px;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.tile.photo .tile-container.toggle .tile-menu {
	position: absolute;
	top: 0%;
	bottom: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-top: 0px;
}
/*.tile.photo .tile-container.toggle:hover .tile-menu {
	top: 0%;
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}*/
.tile .tile-container.no-toggle > a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.tile.photo .tile-container .tile-menu .tile-title {
	display: table;
	width: 100%;
	min-height: 43px;
	height: 43px;
	background-color:rgba(55, 125, 191, 0.85);
	color: white;
    text-align: center;
    font-size: 15px;
}
.tile.photo .tile-container .tile-menu .tile-title > span {
	display: table-cell;
    vertical-align: middle;
	letter-spacing: 1px;
}
.tile.photo .tile-container .tile-menu .tile-item-list {
	background-color: rgba(225, 240, 254, 0.9);
	margin: 0;
	padding: 0;
	width: 100%;
	height: 81%;
}
.tile.photo .tile-container .tile-menu .tile-item-list > li {
	padding: 2.5px;
	padding-left: 7.5px;
	color: #2883c3;
}
.tile.photo .tile-container .tile-menu .tile-item-list > li > a {
	display: inline-block;
	width: 100%;
	height: 100%;
}


.tile.icon {
	display: table;
	background-color: #e1f0fe;
	color: #2883c3;
}
.tile.icon .tile-container {
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.tile.icon .tile-container > img {
	display: inline-block;
	height: 40px;
	vertical-align: middle;
}
.tile.icon .tile-container .tile-menu {
	display: inline-block;
	vertical-align: middle;
	max-width: 70%;
}
.tile.icon .tile-container .tile-menu .tile-title {
	padding: 5px;
}
.tile.icon .tile-container .tile-menu .tile-item-list {
	display: none;
}
.tile.shadow-effect .tile-container {
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.76);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.76);
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.76);
}