.bx_element_tile { 
	margin-bottom: 30px; 
	
}

.bx_element_tile .bx_element_tile_ul { 
	padding: 0; 
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px 15px;
}

.bx_element_tile .bx_element_tile_ul li {
	width: auto;
	box-sizing: border-box;
	margin-bottom: 15px;
	list-style: none;
	text-align: center;
	min-width: 10vw;
	max-width: 10vw;
	min-height: 15vh;
    max-height: 20vh;
	justify-self: center;
}

.bx_element_tile .bx_element_tile_ul li:before { content: '' !important }

.bx_element_tile .bx_element_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_element_tile .bx_element_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto 0 0;
	min-width: 10vw;
	max-width: 10vw;
	min-height: 15vh;
    max-height: 20vh;
	border: 1px solid rgb(240, 240, 240);
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.bx_element_tile .bx_element_tile_img:hover {
	border-color: rgb(240, 240, 240);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.034);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    z-index: 1;
}

.bx_element_tile .bx_element_tile_title {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_element_tile .bx_element_tile_title a {
	color: #4c7da6;
	font-size: 14px;
	font-weight: bold;
}

.bx_element_tile .bx_element_tile_title a:hover {
	color: #59b351;
	font-size: 14px;
	font-weight: bold;
}

a:focus {
	outline: none !important;
}

.bx_element_tile_span {
	float: left;
	margin-top: 15px;
    margin-bottom: 5px;
}

.bx_element_tile .bx_element_tile_title a:hover { text-decoration: none; }

.bx_element_tile .bx_element_tile_title span { font-size: 12px; }

.bx_element_back {
	margin-left: 40px;
}

.bx_element_nope {
	margin-left: 40px;
	color:rgb(146, 146, 146)
}

.portfolio_icon {
	padding-right: 10px;
	font-size: 20px;
	width: 30px;
	height: auto;
	text-align: center;
}

.project_info {
	margin-top: 40px;
	margin-left: 40px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.project_description {
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 40px;
}

.project_info div {
	padding-right: 40px;
}

.portfolio_info_data {
	margin-top: 2px;
}

.portfolio_info_align {
	display: flex;
}

