@charset "UTF-8";

/* CSS Document */



/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* GRID OF TILE ICONS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

.tile_index_grid_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	z-index: 100;
	float: left;
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.tile_index_grid_wrapper {
	padding: 0px 0px 0px 0px;
	width: 100%;
	box-sizing: border-box;
}
}

.tile_index_grid {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	z-index: 100;
	float: left;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	height: 100%;
	justify-content: center;
	gap: 10px;
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.tile_index_grid {
	gap: 6px;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* TILE ICON BLOCK */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/


.tile_col_0 {
	background: linear-gradient(-60deg, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.04) 50%, rgba(0,0,0,0.015) 50%), rgba(0,0,0,0.01) 100%;
}


.tile_col_1 {
	background: linear-gradient(to top, rgba(255,204,0,1) 0%, rgba(255,204,0,1) 100%);
	background: linear-gradient(-60deg, rgba(238,190,0,1) 0%, rgba(255,204,0,1) 50%, rgba(255,212,60,1) 50%), rgba(255,212,60,1) 100%;
}


 @media only screen and (min-width : 1px) and (max-width :600px) {

.tile_index_block {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	outline: 3px solid transparent;
	border-radius: 6px;
	filter: drop-shadow(0px 2px 2px rgba(0,0,0,.10));
}

.tile_index_column {
	width: 100%;
	float: left;
}

.tile_index_block:hover {
	outline: 3px solid #222222;
	cursor: pointer;
}

.tile_index_block:last-of-type {
	margin: 0px 0px 0px 0px;
}
}
 @media only screen and (min-width : 601px) {

.tile_index_block {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: calc(25% - 0px);
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
	position: relative;
	border-radius: 6px;
	outline: 3px solid transparent;
	filter: drop-shadow(0px 3px 7px rgba(0,0,0,.15));
}

.tile_index_block:hover {
	outline: 3px solid #222222;
	cursor: pointer;
}

.tile_index_column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
}
}
 @media only screen and (min-width : 1101px) {

.tile_index_block {
	width: calc(25% - 14px);
	max-width: calc(25% - 14px);
}

.tile_index_block:nth-child(4n) {
	max-width: calc(25% - 14px);
}
}
 @media only screen and (min-width : 961px) and (max-width :1100px) {

.tile_index_block {
	width: calc(33.333% - 16px);
	max-width: calc(33.333% - 16px);
}

.tile_index_block:nth-child(3n) {
	margin-right: 0px;
	max-width: calc(33.333% - 16px);
}
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.tile_index_block {
	width: calc(33.333% - 16px);
	max-width: calc(33.333% - 16px);
}

.tile_index_block:nth-child(3n) {
	margin-right: 0px;
	max-width: calc(33.333% - 16px);
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.tile_index_column {
	display: flex;
	width: 100%;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* TEXT BLOCK */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/






.tile_index_text {
	margin: 0px 0px 28px 0px;
	padding: 0px 16px 0px 16px;
	width: calc(100% - 32px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: auto;
}

.tile_index_title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din700", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #222222;
	text-align: center;
	letter-spacing: -0.5px;
}
 @media only screen and (min-width : 601px) and (max-width :960px) {

.tile_index_text {
	margin: 0px 0px 25px 0px;
	padding: 0px 16px 0px 16px;
}

.tile_index_title {
	margin: 0px 0px 0px 0px;
	font-size: 17px;
	line-height: 20px;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.tile_index_text {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	width: calc(100% - 80px);
	float: right;
	flex: 1;
	display: flex;
	align-items: left;
	background: none;
	background-color: rgba(0,0,0,.0);
	text-align: left;
	justify-content: flex-start;
}

.tile_index_title {
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	line-height: 19px;
	color: #222222;
	background-color: rgba(0,0,0,.0);
	text-align: left;
}
}

.tile_index_title_off {
	font-family: "din400", Helvetica, Arial, sans-serif;
	color: rgba(0,0,0,.2);
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* TILE ICON POST IMAGE */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/







.tile_index_img_wrapper {
	margin: 0px auto 0px auto;
	padding: 35px 0px 35px 0px;
	box-sizing: border-box;
	width: 48%;
	position: relative;
	font-size: 0;
	z-index: 100;
}

.tile_index_img_outer {
	top: 0;
	left: 0;
	width: 100%;
	font-size: 0;
	z-index: 101;
}

.tile_index_img {
	max-width: 100%;
	height: auto;
	width: auto;
	max-height: 400px;
	font-size: 0;
	border-radius: 0px;
}

.tile_index_img_off {
	opacity:0.12;
}


 @media only screen and (min-width : 601px) and (max-width :960px) {

.tile_index_img_wrapper {
	padding: 30px 0px 30px 0px;
	box-sizing: border-box;
	width: 45%;
	position: relative;
	font-size: 0;
	z-index: 100;
}
}
 @media only screen and (min-width : 1px) and (max-width :600px) {

.tile_index_img_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	width: 100%;
	max-width: 70px;
	float: left;
}
}

.tile_index_block_off:hover {
	outline: 3px solid transparent;
	cursor: pointer;
}
