.custom_oncethere_slider_full { margin-bottom: 25px; }
.custom_oncethere_slider_full .slide { position: relative; }
.custom_oncethere_slider_full .slick-prev:before, .custom_oncethere_slider_full .slick-next:before { content: ""; }
.custom_oncethere_slider_full .slides { margin-bottom: 0px; opacity: 0; }
.custom_oncethere_slider_full .slides.slick-initialized { opacity: 1; }
.custom_oncethere_slider_full .slide .price-label {
	position: absolute;
	top: 0px;
	right: 0px;
	display: inline-block;
	padding: 0px 15px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
	background-color: #fa7923;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.1);
	z-index: 2;
}
.custom_oncethere_slider_full .slide .text-content {
	position: absolute;
	bottom: 10px;
	padding: 0px 25px;
	z-index: 2;
}
.custom_oncethere_slider_full .slide h4 {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.custom_oncethere_slider_full .slide .text-content .rating-review-container {
	color: #fff;
	font-size: 13px;
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
.custom_oncethere_slider_full .slide .text-content .rating {
	padding-right: 5px;
	letter-spacing: 3px;
}
.custom_oncethere_slider_full .slide .text-content .rating-1 i:before { content: "\f005"; }
.custom_oncethere_slider_full .slide .text-content .rating-2 i:before { content: "\f005\f005"; }
.custom_oncethere_slider_full .slide .text-content .rating-3 i:before { content: "\f005\f005\f005"; }
.custom_oncethere_slider_full .slide .text-content .rating-4 i:before { content: "\f005\f005\f005\f005"; }
.custom_oncethere_slider_full .slide .text-content .rating-5 i:before { content: "\f005\f005\f005\f005\f005"; }
.custom_oncethere_slider_full .slide .background-overlay {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
.custom_oncethere_slider_full .slide .background-overlay:before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	opacity: 0;
	background: rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.custom_oncethere_slider_full .view-all-container {
	padding: 0px 0px 10px; 
}
.custom_oncethere_slider_full .view-all {
	color: #fff;
	font-size: 30px;
}

@media (max-width: 40.063em) {
	.custom_oncethere_slider_full .slick-arrow { margin: 0px 10px; }
	.custom_oncethere_slider_full .slide .imgcont { margin: 0px 10px; }
}
@media (min-width: 64.063em) {
	.custom_oncethere_slider_full .slide:hover .background-overlay:before { opacity: 1; }
}