html, body {
	font-size: 16px;
	height: 100%;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #555;
}
body strong, body b {
	font-weight: 600;
	color: #333;
}
a {
	text-decoration: none;
}
.main-content {
	min-height: 100%;
	padding-bottom: 93px;
}
.site-contacts {
	background: #e21c23;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	padding-top: 7px;
	padding-bottom: 7px;
}
.site-contacts > .container > span:nth-child(2) {
	display: none;
	margin-left: 15px;
}
.site-contacts > .container > span:nth-child(3) {
	float: right;
}
.site-contacts .contact-text {
	font-size: 0.6875rem;
	display: inline-block;
	line-height: 1.5;
	vertical-align: top;
}
.site-contacts a {
	color: #fff;
}
.site-contacts a:hover {
	color: #f1f1f1;
	text-decoration: none;
}
.site-contacts a.contact-email, .site-contacts a.contact-email:hover {
	text-decoration: underline;
}
.site-contacts > .container > .contact-icons > .social-icon:nth-child(-n+1) {
	margin-right: 7px;
}
.site-navbar .navbar-brand {
	padding: 3px 15px;
	position: relative;
}
.site-navbar .navbar-brand img {
	height: 25px;
	padding-top: 5px;
}
.site-navbar .navbar-brand .navbar-slogan {
	color: #D4810D;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: .75rem;
}
.site-navbar .navbar-default {
	background: transparent;
	border-color: rgba(255,255,255,0);
	margin-bottom: 5px;
}
.site-breadcrumb {
	margin-bottom: 15px;
}
.breadcrumbs {
	background: rgba(226,28,35,.05);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: rgba(226,28,35,1);
	font-size: .6875rem;
	font-weight: 400;
	line-height: 1;
	min-height: 30px;
	max-height: 30px;
	padding: 9px 15px;
}
.breadcrumbs > ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
.breadcrumbs > ul > li {
	display: inline-block;
}
.breadcrumbs > ul > li > a, .breadcrumbs > ul > li > a:hover {
	color: rgba(226,28,35,1);
	font-weight: 600;
	text-decoration: none;
}
.breadcrumbs > ul > li:not(:last-child)::after {
	font-family: "FontAwesome";
	content: "\f105";
	margin-left: .5em;
	margin-right: .25em;
}
.body-banner {
	min-height: 400px;
	background: url('../images/home-banner.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}
.body-banner .banner-content {
	background: rgba(255,255,255,.9);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	left: 50%;
	width: 90%;
	padding: 15px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%,-40%);
}
.body-banner .banner-content h1 {
	color: #e21c23;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: .05em;
	margin: 0;
}
.body-banner .banner-content h2 {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
.body-banner .banner-content h3 {
	font-size: .75rem;
	font-weight: 300;
	line-height: 1.5;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
.body-banner .banner-content p {
	color: #e21c23;
	font-size: .75rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: .05em;
	margin: 0;
}
.body-banner .banner-content a.btn-products {
	background: #e21c23;
	color: #fff;
	display: inline-block;
	font-size: .75rem;
	font-weight: 600;
	height: 40px;
	line-height: 1;
	padding: 14px 25px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.body-content > h1 {
	font-size: 1.75rem;
}
.flex-products-container {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 40px;
}
.flex-products-container .flex-box {
	position: relative;
	width: 100%;
	padding: 25px 0 10px;
}
.flex-products-container .flex-content {
	width: 100%;
	min-height: 125px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}
.flex-products-container .flex-content .product-image > img {
	width: 150px;
}
.flex-products-container .flex-content .product-image {
	position: absolute;
	top: 0;
}
.flex-products-container .flex-content .product-text {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
}
.flex-products-container .flex-content .product-link {
	margin-top: 25px;
}
.flex-products-container .flex-box:nth-child(2n+1) .flex-content {
	text-align: left;
}
.flex-products-container .flex-box:nth-child(2n) .flex-content {
	text-align: right;
}
.flex-products-container .flex-box:nth-child(2n+1) .flex-content .product-image {
	left: 20px;
}
.flex-products-container .flex-box:nth-child(2n) .flex-content .product-image {
	right: 20px;
}
.flex-products-container .flex-box:nth-child(2n+1) .flex-content .product-text {
	margin-left: 175px;
}
.flex-products-container .flex-box:nth-child(2n) .flex-content .product-text {
	margin-right: 175px;
}
.flex-products-container .flex-box:nth-child(2n+1) .flex-content .product-link {
	margin-left: 175px;
}
.flex-products-container .flex-box:nth-child(2n) .flex-content .product-link {
	margin-right: 175px;
}
.flex-products-container .flex-content .product-link > a {
	background: #f1f1f1;
	color: #555;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	font-size: .75rem;
	font-weight: 600;
	padding: 7px 14px;
	height: 40px;
}
.flex-products-container .flex-content .product-link > a:hover {
	text-decoration: none;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
}
.flex-sub-products-container .flex-box {
	padding: 5px;
}
.flex-sub-products-container .flex-box:not(:first-child) {
	border-top: 1px solid #eee;
}
.flex-sub-products-container .flex-content {
	display: flex;
}
.flex-sub-products-container .flex-content .product-image {
}
.flex-sub-products-container .flex-content .product-image > img {
	width: 75px;
}
.flex-sub-products-container .flex-content .product-text {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	padding-top: .25em;
	padding-left: .5em;
}
.site-body {
	font-size: 1rem;
	line-height: 1.5;
}
.site-body .body-content p {
	margin-bottom: 1.5em;
}
.site-body .body-panel {
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset -1px -1px 3px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset -1px -1px 3px 0px rgba(0,0,0,0.25);
	box-shadow: inset -1px -1px 3px 0px rgba(0,0,0,0.25);
	padding: 15px;
	margin-bottom: 20px;
}
.recipe-name {
	font-size: 1.5rem;
	font-weight: 600;
}
.recipe-element {
	font-weight: 600;
}
.carousel-container {
	position: relative;
	margin-bottom: 2em;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}
.carousel-container:before, .carousel-container:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #333;
	-webkit-box-shadow: 0 15px 10px #333;
	-moz-box-shadow: 0 15px 10px #333;
	box-shadow: 0 15px 10px #333;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.carousel-container:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}
.contact-body .map_container {
	max-width: 100%;
}
.contact-body .map_container .map_content {
	overflow: hidden;
	padding-top: 65%;
	position: relative;
}
.contact-body .map_container .map_content iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.site-footer {
	background: #e21c23;
	color: #fff;
	min-height: 92px;
	max-height: 92px;
	margin-top: -92px;
}
.site-footer .footer-nav > ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
	text-align: center;
}
.site-footer .footer-nav > ul > li {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: .75rem;
	font-weight: 400;
	padding: 15px 7px;
	text-transform: uppercase;
}
.site-footer .footer-nav > ul > li > a {
	color: #fff;
}
.site-footer .footer-nav > ul > li > a:hover {
	color: #333;
	text-decoration: none;
}
.site-footer .container {
	position: relative;
}
.site-footer .footer-divider {
	background: rgba(247, 184, 0, 1);
	height: 2px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,-50%);
	top: 50%;
	width: 60%;
}
.site-footer .footer-copy {
	color: #fff;
	font-size: .625rem;
	font-weight: 400;
	padding: 15px;
	text-align: center;
}

.product-detail-modal-body {
	position: relative;
	text-align: center;
	width: 100%;
}
.product-detail-modal-body .product-detail-image img {
	display: inline-block;
	width: 250px;
}
.product-detail-modal-body .product-detail-btn {
	font-size: 3rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.product-detail-modal-body .product-detail-btn a {
	color: #333;
	opacity: .2;
	text-decoration: none;
}
.product-detail-modal-body .product-detail-btn a:hover {
	opacity: .5;
}
.product-detail-modal-body .product-detail-btn.btn-prev {
	left: 0;
}
.product-detail-modal-body .product-detail-btn.btn-next {
	right: 0;
}

.contact-body {
	margin-bottom: .5em;
}
.contact-form {
	background: #fafafa;
	border: 1px solid #eee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 2em;
	padding: .5em 1em;
}
.contact-form .form-group {
	margin-bottom: .5em;
}
.contact-form label {
	font-size: .625rem;
	line-height: 1;
	font-weight: 600;
	color: #333;
	opacity: .5;
	letter-spacing: .05em;
	margin: 0 0 0 .25em;
}
.contact-form .form-response {
	margin: 2em 0;
}
.contact-body .product-img-container {
	width: 100%;
	text-align: center;
}
.contact-body .product-img-container img {
	max-width: 100%;
}
.contact-hours {
	margin-bottom: 1.5em;
}
.contact-hours tr:not(:first-child) {
	font-size: .95em;
}
.contact-hours td {
	padding-left: 3px;
	padding-right: 3px;
}
.contact-hours td:nth-child(3) {
	padding-left: 1em;
}

@media (min-width: 576px) {
	.site-contacts > .container > span:nth-child(2) {
		display: inline-block;
	}
	.body-banner {
		min-height: 500px;
	}
	.body-banner .banner-content {
		width: 75%;
	}
	.body-content > h1 {
		font-size: 2.25rem;
	}
	.flex-sub-products-container {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}
	.flex-sub-products-container .flex-box {
		position: relative;
		width: 33.3333%;
		padding: 10px;
	}
	.flex-sub-products-container .flex-box:not(:first-child) {
		border: none;
	}
	.flex-sub-products-container .flex-content {
		display: block;
		width: 100%;
		min-height: 220px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
		box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
		padding: 10px;
		text-align: center;
	}
	.flex-sub-products-container .flex-content .product-image > img {
		width: 125px;
	}
	.flex-sub-products-container .flex-content .product-text {
		font-size: .875rem;
		font-weight: 400;
		line-height: 1.5;
	}
	.flex-sub-products-container .flex-content .product-text .brand-text-separator{
		display: none;
	}
	.product-detail-modal-body .product-detail-image img {
		width: 400px;
	}
}

@media (min-width: 768px) {
	.main-content {
		padding-bottom: 101px;
	}
	.navbar-default .navbar-nav > li > a {
		color: #E21C21;
		font-family: 'Oswald', sans-serif;
		font-size: 1rem;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
		color: #F7B800;
		background: transparent;
	}
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
		background: transparent;
	}
	.navbar-right .dropdown-menu {
		right: auto;
	}
	.dropdown-menu > li > a {
		color: #E21C21;
		font-family: 'Oswald', sans-serif;
		font-size: 1rem;
		line-height: 2;
	}
	.body-banner {
		min-height: 700px;
	}
	.body-banner .banner-content {
		max-width: 800px;
		padding: 40px;
	}
	.site-footer .footer-nav > ul > li {
		font-size: 1rem;
		padding: 15px 20px;
	}
	.site-footer .footer-copy {
		font-size: .75rem;
	}
	.site-footer {
		min-height: 100px;
		max-height: 100px;
		margin-top: -100px;
	}
	.flex-products-container .flex-box {
		width: 50%;
	}
	.flex-products-container > .flex-box:nth-child(2n+1) {
		padding-right: 25px;
	}
	.flex-products-container > .flex-box:nth-child(2n) {
		padding-left: 25px;
	}
	.flex-products-container .flex-content {
		min-height: 150px;
	}
	.flex-products-container .flex-content .product-text {
		font-size: 1.125rem;
		line-height: 1.5;
	}
	.flex-sub-products-container {
	}
	.flex-sub-products-container .flex-box {
	}
	.flex-sub-products-container .flex-content {
		min-height: 200px;
	}
	.product-detail-modal-body .product-detail-image img {
		width: 500px;
	}
	.img-product-samples {
		margin: 30px auto 15px;
	}
	.contact-body .product-img-container {
		text-align: right;
	}
	.contact-body .product-img-container img {
		display: inline-block;
		margin-top: 25px;
	}
}

@media (min-width: 992px) {
	.site-navbar .navbar-brand img {
		height: 50px;
		padding-top: 10px;
	}
	.site-navbar .navbar-brand {
		height: auto;
		padding: 0 0 0 15px;
	}
	.site-navbar .navbar-brand .navbar-slogan {
		font-size: .825rem;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 1.125rem;
	}
	.navbar-container .navbar-nav {
		padding-top: 20px;
	}
	.flex-products-container .flex-content {
		min-height: 125px;
	}
	.flex-sub-products-container {
	}
	.flex-sub-products-container .flex-box {
		width: 25%;
	}
	.flex-sub-products-container .flex-content {
	}
	.product-detail-modal-body .product-detail-image img {
		width: 800px;
	}
}

@media (min-width: 1200px) {
	.flex-products-container .flex-content .product-text {
		font-size: 1.5rem;
		line-height: 1;
	}
	.flex-sub-products-container {
	}
	.flex-sub-products-container .flex-box {
		width: 20%;
	}
	.flex-sub-products-container .flex-content {
	}
}


.w3-vivid-pink
{color:#fff;background-color:#ffb5bA}
.w3-vivid-red
{color:#fff;background-color:#be0032}
.w3-vivid-orange
{color:#fff;background-color:#f38400}
.w3-vivid-yellow
{color:#fff;background-color:#f3c300}
.w3-vivid-green
{color:#fff;background-color:#008856}
.w3-vivid-blue
{color:#fff;background-color:#00a1c2}
.w3-vivid-black
{color:#fff;background-color:#000}
.w3-vivid-white
{color:#000;background-color:#fff}
.w3-vivid-violet
{color:#fff;background-color:#9065ca}
.w3-vivid-purple
{color:#fff;background-color:#9a4eae}
.w3-vivid-yellowish-pink
{color:#fff;background-color:#ffb7a5}
.w3-vivid-reddish-orange
{color:#fff;background-color:#e25822}
.w3-vivid-orange-yellow
{color:#fff;background-color:#f6a600}
.w3-vivid-greenish-yellow
{color:#fff;background-color:#dcd300}
.w3-vivid-yellow-green
{color:#fff;background-color:#8db600}
.w3-vivid-yellowish-green
{color:#fff;background-color:#27a64c}
.w3-vivid-bluish-green
{color:#fff;background-color:#008882}
.w3-vivid-greenish-blue
{color:#fff;background-color:#0085a1}
.w3-vivid-purplish-blue
{color:#fff;background-color:#30267a}
.w3-vivid-reddish-purple
{color:#fff;background-color:#870074}
.w3-vivid-purplish-red
{color:#fff;background-color:#ce4676}