.ahaiimg img{
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (min-width: 992px) {
		.custom-negative-margin-top-1 {
				margin-top: -360px;
		}
}
/*
* Custom Menu Item
*/
.custom-menu-item .custom-menu-item-details {
		display: flex;
		justify-content: space-between;
		position: relative;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-title {
		position: relative;
		padding-bottom: 10px;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-price {
		position: relative;
		top: -5px;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-price strong {
		font-size: 20.8px;
		font-size: 1.3rem;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-price strong > span {
		font-size: 0.6em;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-line {
		position: absolute;
		width: 100%;
		bottom: 0;
		border-bottom: dashed 1px #777;
}

.custom-menu-item .custom-menu-item-desc {
		position: relative;
		margin-top: 5px;
}

.custom-menu-item + .custom-menu-item {
		margin-top: 25px;
}
* Portfolio List */
.portfolio-list {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.portfolio-list:not(.row) {
	margin: 0;
}

.portfolio-list .portfolio-item {
	position: relative;
	margin-bottom: 35px;
}

.portfolio-list .portfolio-item.portfolio-item-updated:after, .portfolio-list .portfolio-item.portfolio-item-new:after {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
	background: #CCC;
	content: "NEW";
	display: block;
	padding: 0px 8px;
	font-size: 9px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
	border-radius: 2px;
	line-height: 22px;
}

.portfolio-list .portfolio-item.portfolio-item-updated:after {
	content: "UPDATED";
	background: #36C57A;
}