.slide-container {
	margin-top: 152px;
	background-color: #ffffff;
}
@media (max-width: 767px) {
	.slide-container {
		padding-bottom: 0;
	}
}
.slide-container ul {
	margin: 0px;
	padding: 0px;
}
.slide-container ul li {
	margin: 0px;
	padding: 0px;
	position: relative;
}
.slider {
	padding: 0 !important;
	margin: 0 !important;
}

.top-margin{
	/* margin-top: 202px; */
}
@media (max-width: 767px){
	.top-margin{
		margin-top: 76px;
	}
}
@media (min-width: 768px){
	.top-margin {
		margin-top: 152px;
	}
}

.row-absolute {
	position: absolute;
	width: 100%;
	max-width: 1200px;
	z-index: 999;
	bottom: 10%;
	display: block;
	left: 0;
	right: 0;
	margin: auto;
}
@media (max-width: 991px) {
	.row-absolute.responsive {
		bottom: 20%;
	}
}
@media (max-width: 450px) {
	.row-absolute.responsive {
		top: 0;
		bottom: auto;
		position: relative;
	}
}

.slider-text {
	position: relative;
	text-align: left;
	max-width: 580px;
	width: auto;
	padding: 20px;
	display: inline-block;
}
.slider-text.responsive {
	background-color: rgba(15, 84, 56, 0.7);
}

@media (max-width: 991px) {
	.slider-text.responsive {
		padding: 10px;
	}
}
@media (max-width: 450px) {
	.slider-text.responsive {
		width: 100%;
		background-color: #177f55;
	}
}
.slider-text h1 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	color: #ffffff;
	font-size: 50px;
	margin: 0;
	text-transform: uppercase;
}
.slider-text h1 .fa-angle-right {
	display: none;
}
@media (max-width: 1400px) {
	.slider-text h1 {
		font-size: 40px;
	}
}
@media (max-width: 991px) {
	.slider-text h1 {
		font-size: 30px;
	}
}
@media (max-width: 450px) {
	.slider-text h1 {
		font-size: 18px;
		margin-top: 0;
		margin-bottom: 0;
		text-align: center;
	}
	.slider-text h1 .fa-angle-right {
		display: inline-block;
		margin-left: 10px;
	}
}
.slider-text h1 a {
	color: #ffffff;
	text-decoration: none;
}
.slider-text h1 small {
	display: block;
}
.slider-text p {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #ffffff;
	line-height: 24px;
	margin-bottom: 6px;
	margin-top: 6px;
	display: inline-block;
}
@media (max-width: 991px) {
	.slider-text p {
		display: none;
	}
}
.slider-text .btn {
	margin-bottom: -36px;
}
@media (max-width: 767px) {
	.slider-text .btn {
		margin-bottom: -10px;
	}
	.slider-text.responsive .btn {
		display: none;
	}
}

.slider-title {
	display: none;
}
.slider-text.responsive .slider-title {
	display: block;
}
.slider-title h1 {
	display: inline;
}
.slider-info {
	display: none;
}
.slider-text.responsive .slider-info {
	display: block;
}
@media (max-width: 991px) {
	.slider-info {
		display: none;
	}
}
.slider-info p {
	display: inline;
}

/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	max-height: 100%;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.bx-wrapper .bx-controls {
	position: absolute;
	bottom: 0;
	max-width: 100%;
	height: auto;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 88;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 0px;
}

.bx-default-pager {
	background-color: transparent;
	padding: 12px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* @media (max-width: 1400px) {
	.bx-default-pager {
		display: none;
	}
} */

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	margin: 6px;
	outline: 0;
	margin-top: 0px;
	background-color: transparent;
	background-color: #ffffff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #F2AE47;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: 0px;
	text-align: center;
}

.bx-wrapper .bx-prev i {
	background-color: #A70011;
	padding: 8px;
	color: #E5E5E5;
	font-size: 16px;
	width: 30px;
	padding-left: 5px;
}

.bx-wrapper .bx-prev i:hover {
	background-color: #8d000e;
}

.bx-wrapper .bx-next {
	right: 0px;
	text-align: center;
}

.bx-wrapper .bx-next i {
	width: 30px;
	padding-right: 5px;
	background-color: #A70011;
	padding: 8px;
	color: #E5E5E5;
	font-size: 16px;
}

.bx-wrapper .bx-next i:hover {
	background-color: #8d000e;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	text-indent: 0px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.bx-wrapper img {
	width: 100%;
}

.parallax-bg {
	background-image: url(../img/slide2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-height: 100px;
}

.parallax-bg h2 {
	color: #ffffff;
	font-size: 50px;
}

@media (max-width: 767px) {
	.parallax-bg h2 {
	font-size: 30px;
	}
}

.parallax-bg p {
	color: #ffffff;
}

.parallax-overlay {
	min-height: 100px;
	height: 100%;
	background-color: rgba(15, 84, 56, 0.8);
}

.category-list {
	display: inline-block;
	padding: 10px;
	width: 10.5%;
	min-height: 120px;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1100px) {
	.category-list {
	width: 18%;
	}
}

@media (max-width: 767px) {
	.category-list {
	width: 25%;
	}
}

@media (max-width: 450px) {
	.category-list {
	width: 44%;
	}
}

@media (max-width: 300px) {
	.category-list {
	width: 100%;
	}
}

.category-list figure {
	height: 80px;
	background-color: transparent;
}

.category-list img {
	max-height: 60px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.category-list h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	vertical-align: top;
	text-align: center;
	line-height: 17px;
}

.category-list h3 a {
	color: #ffffff;
	display: block;
}
.category-list img {
	max-height: 80px;
}

.home-new figure {
	position: relative;
	max-height: 440px;
}

@media (max-width: 1180px) {
	.home-new figure {
		max-height: 480px;
	}
}

@media (max-width: 991px) {
	.home-new figure {
		max-height: 320px;
	}
}

.home-new figure:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(15, 84, 56, 0.7);
}

.home-new-overlay {
	position: absolute;
	z-index: 3;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 20px 40px;
}

@media (max-width: 575px) {
	.home-new-overlay {
	padding-top: 40px;
	}
}

.home-new-overlay h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: #F2AE47;
}

.home-new-overlay h3 a {
	color: #F2AE47;
}

.home-new-overlay p {
	color: #ffffff;
	font-size: 13px;
	margin-top: 10px;
	line-height: 26px;
}

@media (max-width: 767px) {
	.home-new-overlay p {
	font-size: 12px;
	line-height: 18px;
	}
}

@media (max-width: 575px) {
	.home-new-overlay p {
	display: none;
	}
}

.home-new-overlay img {
	max-width: 100%;
	max-height: 120px;
	margin-bottom: 20px;
	margin-top: 20px;
}

@media (max-width: 1180px) {
	.home-new-overlay img {
	max-height: 80px;
	margin-bottom: 10px;
	margin-top: 0;
	}
}

@media (max-width: 575px) {
	.home-new-overlay img {
	max-height: 60px;
	}
}

@media (max-width: 300px) {
	.home-new-overlay img {
	display: none;
	}
}

.home-new-overlay .btn {
	margin-top: 10px;
}

@media (max-width: 1180px) {
	.home-new-overlay .btn {
	margin-bottom: 0;
	}
}

.info-section {
	position: relative;
	transition: ease-in-out,0.4s;
}

.info-section img {
	max-width: 100%;
}

.info-section h3 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 1px;
	margin-top: 12px;
	line-height: 14px;
	margin-bottom: 0;
}

.info-section h3 a {
	color: #ffffff;
	display: block;
}

.info-section p {
	color: #ffffff;
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 14px;
}

.info-section .media {
	padding: 15px 10px;
	padding-right: 30px;
}

.info-section .more-info-section {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 20px;
}

.info-section .more-info-section a {
	color: #ffffff;
	font-size: 18px;
	padding: 20px;
}

.info-section.bg-danger {
	background-color: #A70011 !important;
}

.info-section.bg-danger:hover {
	background-color: #c10014 !important;
}

.info-section.bg-primary {
	background-color: #177f55 !important;
}

.info-section.bg-primary:hover {
	background-color: #0f5438 !important;
}

.about-section h2 {
	font-size: 50px;
	color: #000000;
}

@media (max-width: 991px) {
	.about-section h2 {
	font-size: 30px;
	}
}

.about-section p {
	text-align: justify;
	font-size: 14px;
}

.about-section figure {
	max-height: 260px;
}

.home-product-list .prod-stock {
	display: block;
	/* display: inline-block !important; */
	/* float: right !important; */
	margin-top: 5px;
}

.home-product-list h4 {
	display: inline-block;
	float: left;
}
