.yelp-section {
	float: left;
	width: 100%;
	background-color: #C8C8C8;
	position: relative;
	overflow-x: hidden;
}


.yelp-section .z-1of5 {
	position: relative;
	z-index: 100;
}
.yelp-section .z-4of5 {
	position: relative;
}
.yelp-section .z-4of5:before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	left: -200%;
	z-index: 2;
	background-color: #8B8B8B;
}


.yelp {
    float: left;
    width: 100%;
	text-align: center;
}
.yelp-heading {
    color: #000000;
	padding-bottom: 40px;
	font-family:"Myriad Condensed";
}
.communitycategorylinks {
	text-align: left;
	position: relative;
	left: 20px;
	margin: 0;
}
.communitycategorylinks a {
	display: block;
	color: #FFFFFF !important;
	font-family:"Myriad Condensed";
	font-size: 24px;
	font-weight: normal;
	padding: 20px;
}
.communitycategorylinks a.communitycategorylinkselected {
	position: relative;
	color: #ebd88f !important;
	background-color: #000000;
}
.communitycategorylinks a.communitycategorylinkselected:after {
	content: '';
	width: 40px;
	height: 60px;
	border-top: 30px solid transparent;
	border-left: 20px solid #000000;
	border-bottom: 30px solid transparent;
	position: absolute;
	top: 0;
	right: -40px;
	z-index: 101;
}

.yelp-slider-container {
	width: 80%;
	height: 220px;
	margin: 0 auto 40px;
}

.yelp-slide {
	height: 220px;
}
.yelp-slider-container .content-slides-container {
	height: 220px;
}
.content-slider .slider-previous-button {
	background-color: #000000;
	color: #FFFFFF;
	margin-right: 40px;
	width: 50px;
	height: 100px;
	line-height: 100px;
}
.content-slider .slider-next-button {
	background-color: #000000;
	color: #FFFFFF;
	margin-left: 40px;
	width: 50px;
	height: 100px;
	line-height: 100px;
}

.content-slider .slider-pager span {
	display: inline-block;
	background: #8B8B8B;
	cursor: pointer;
	-webkit-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.content-slider .slider-pager span.active {
	background: #000000;
}


.yelp-business {
	float: left;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 220px;
}

.yelp-slider-desktop .yelp-business {
	width: 20%;
}
.yelp-slider-mobile .yelp-business {
	width: 50%;
}
.yelp-business .business-name {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.yelp-business .business-image {
	display: inline-block;
	width: 100px;
	height: 100px;
	background-color: #999999;
}



@media screen and (max-width: 1362px) {
}

@media screen and (max-width: 992px) {

	.yelp-section .z-1of5 {
		width: 20% !important;
		margin: 0 !important;
	}
	.yelp-section .z-4of5 {
		width: 80% !important;
		margin: 0 !important;
	}

	.communitycategorylinks a.communitycategorylinkselected:after {
		display: none;
	}


	.yelp-slider-container {
		width: 70%;
		height: 280px;
	}

	.yelp-heading {
		padding-bottom: 20px;
	}
	.communitycategorylinks {
		left: 0;
	}

	.communitycategorylinks a {

	}

	.yelp-slide {
		height: 280px;
	}
	.yelp-slider-container .content-slides-container {
		height: 280px;
	}

	.yelp-business {
		height: 280px;
	}
}

@media screen and (max-width: 767px) {
	.yelp-section .z-1of5 {
		width: 100% !important;
		max-width: 100% !important;
		background-color: #8B8B8B;
	}
	.yelp-section .z-4of5 {
		width: 100% !important;
		max-width: 100% !important;
	}
	.yelp-section .z-4of5:before {
		display: none;
	}

	.communitycategorylinks {
		text-align: center;
	}
	.communitycategorylinks a {
		display: inline-block;
		margin: 0;
	}


	.yelp-slider-container {
		width: 90%;
		padding: 0 80px;
		height: 280px;
	}
	.content-slider .slider-previous-button {
		margin-right: 20px;
	}
	.content-slider .slider-next-button {
		margin-left: 20px;
	}
}

@media screen and (max-width: 480px) {
	.yelp-slider-container {
		width: 90%;
		padding: 0 40px;
		height: 280px;
	}
	.content-slider .slider-previous-button {
		margin-right: 0;
	}
	.content-slider .slider-next-button {
		margin-left: 0;
	}
}
