/*** LIST ***/
#ce_lmf_tile_list {
	width: 80vh;
	height: 80vh;
	margin: 0 auto;
	position: relative;
	font-size: 0;
}
.ce_lmf_tile_list_item {
	width: 33%;
	height: 33%;
	position: relative;
	display: inline-block;
	vertical-align: top;
	background-position: center center;
	background-size: cover;
	font-size: 16px;
	overflow: hidden;
}
.ce_lmf_tile_list_item_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: -100%;
	top: 0;
	background: #B30602;
	transition: all 0.3s ease 0s;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.ce_lmf_tile_list_item_overlay a {
	width: calc(100% - 20px);
	height: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font: 18px/150% 'SwissCond700', sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}
.ce_lmf_tile_list_item_overlay_quote {
	width: calc(100% - 20px);
	height: auto;
	margin: 0 auto;
	position: relative;
	flex-direction: column;
	font: 16px/150% 'SwissCond700', sans-serif;
	text-align: center;
	text-transform: none;
	color: #FFFFFF;
}
.ce_lmf_tile_list_item_text {
	width: calc(100% - 20px);
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	font: 18px/150% 'SwissCond700', sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
}
.ce_lmf_tile_list_item_text.quote {
	flex-direction: column;
	font: 16px/150% 'SwissCond700', sans-serif;
	text-transform: none;
}
.ce_lmf_tile_list_item_text.quote p {
	display: block;
}


/*
@media screen and (max-width: 1280px) {
	.ce_lmf_tile_list_item {
		width: 31%;
		margin: 1%;
	}
}
@media screen and (max-width: 1024px) {
	.ce_lmf_tile_list_item {
		width: 48%;
		margin: 1%;
	}
}
*/
@media screen and (max-width: 768px) {
	#ce_lmf_tile_list {
		width: auto;
		height: auto;
	}
	.ce_lmf_tile_list_item {
		width: 100%;
		height: 300px;
		max-width: 500px;
		margin: 1% auto;
		display: block;
	}
}


/*** DETAIL ***/
#ce_lmf_tile_detail {
	width: 80vh;
	height: auto;
	margin: 0 auto;
	padding: 3px;
	position: relative;
}
#ce_lmf_tile_detail_wrapper {
	padding: 15px;
	background-color: #FFFFFF;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
}
#ce_lmf_tile_detail_wrapper h1 {
	text-align: center;
}
#ce_lmf_tile_detail_wrapper a {
	color: inherit;
}
#ce_lmf_tile_detail_backlink {
	margin: 30px 0;
	text-align: center;
}
#ce_lmf_tile_detail_backlink a {
	padding: 10px 20px 6px;
	background-color: #647984;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
#ce_lmf_tile_detail_wrapper .ce_form {
	font-size: 0;
}
#ce_lmf_tile_detail_wrapper .ce_form .left, 
#ce_lmf_tile_detail_wrapper .ce_form .right {
	width: 50%;
	display: inline-block;
	font-size: 16px;
}
#ce_lmf_tile_detail_wrapper .ce_form label {
	display: block;
}
#ce_lmf_tile_detail_wrapper .ce_form .text , 
#ce_lmf_tile_detail_wrapper .ce_form .textarea {
	width: 100%;
	margin: 0 0 10px;
	padding: 10px 5px;
	background-color: #F2F2F2;
	border: 0;
	box-sizing: border-box;
	color: #647984;
}
#ce_lmf_tile_detail_wrapper .ce_form .textarea {
	resize: vertical;
}
#ce_lmf_tile_detail_wrapper .ce_form .submit {
	width: 100%;
	margin: 0 0 10px;
	padding: 13px 5px 10px;
	background-color: #B8CE1D;
	border: 0;
	box-sizing: border-box;
	font: 16px/100% 'SwissCond700', serif;
	color: #FFFFFF;
	text-transform: uppercase;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	#ce_lmf_tile_detail {
		width: auto;
	}
	#ce_lmf_tile_detail_wrapper .ce_form .left,
	#ce_lmf_tile_detail_wrapper .ce_form .right {
		width: 100%;
		display: block;
	}
}
