.hp-slider-wrapper {
	position: relative;
	background: #eee;
	min-height: 500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hp-main-links-wrapper {
	position: relative;
	top: -50px;
	margin: 0 auto;
	width: 80%;
	max-width: 960px;
}
.hp-main-links {
	display: flex;
	flex-direction: row;
}
.hp-main-link {
	position: relative;
	margin: 0 5px;
	width: 33.32%;
	min-height: 100px;
	text-align: center;
	display: flex;
	/* align-items: center; */
	font-size: 16px;
	padding: 30px 15px;
	line-height: 1.2;
	/* text-transform: uppercase; */
	background: #07c;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border-radius: 7px;
}
.hp-main-link a, .hp-main-link a:active, .hp-main-link a:focus {
	display: block;
	margin: 0 auto;
	transition: all ease 0.25s;
	color: rgba(255,255,255,0.8);
	text-decoration: none;
	text-align: center;
}
.hp-main-link a:hover {
	color: rgba(255,255,255,1);
	transform: scale(1.05);
}
.hp-main-link img {
	display: block;
	width: 70px;
	height: 70px;
	margin: auto;
	padding-bottom: 15px;
}
@media(max-width: 559px) {
	.hp-slider-wrapper {
		min-height: 300px;
	}
	.hp-main-links-wrapper {
		width: 90%;
	}
	.hp-main-link {
		font-size: 13px;
		padding: 15px 5px;
	}
}
.homepage-h1 {
	max-width: 720px;
	padding: 0 15px 50px 15px;
	text-align: center;
	margin: 0 auto;
}
.homepage-h1 h1 {
	font-weight: 200;
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 28px;
	border: none;
}

.homepage-product-slider {
}
.homepage-product-slide {
	padding: 15px 15px;
	background: #f7f7f7;
}
.homepage-product-slide-content {
	max-width: 1200px;
	display: flex;
	margin: auto;
}
.hpsc-image {
	width: 40%;
	flex-grow: 0;
	flex-shrink: 0;
	max-width: 320px;
}
.hpsc-image img {
	display: block;
	width: 100%;
	height: auto;
	mix-blend-mode: multiply;
}
.hpsc-texts {
	padding-left: 30px;
	display: flex;
	align-items: center;
}
.hpsct-container {
	margin: auto;
}
.hpsct-name {
	font-weight: bold;
	padding-bottom: 15px;
}
.hpsct-description {
	font-weight: normal;
	font-size: 16px;
	padding-bottom: 15px;
}

/* Owl carousel */
.owl-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.owl-nav a {
	display: block;
	position: absolute;
	top: -25px;
	width: 40px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	/* background: rgba(255,0,0,0.25); */
	font-size: 40px;
	line-height: 40px;
	color: #333;
	text-shadow: 0 0 3px rgba(0,0,0,0.2);
	opacity: 0.5;
}
.owl-nav a:hover {
	color: #e00100;
	opacity: 1;
	text-decoration: none;
}
.owl-prev {
	left: 0;
}
.owl-next {
	right: 0;
}
