.welcome-banner .swiper-slide img {
	width: 100%;
	height: auto;
}

.welcome-banner .swiper-nav-btn {
	padding: 10px 10px;
	background-color: rgb(0,102,52, 0.5);
	cursor: pointer;
	opacity: 0;
}

.welcome-banner:hover .swiper-nav-btn {
	opacity: 1;
}

.welcome-banner .next {
	left: 20px;
}

.welcome-banner .prev {
	right: 20px;
}

.frontpage-title {
	width: 220px;
}

.frontpage-title h1 {
	color: #006634;
	border-bottom: 1px dotted #006634;
}

.frontpage-title-en {
	max-width: 95%;
}

.frontpage-title-en h1 {
	color: #006634;
	border-bottom: 1px dotted #006634;
}

.columns-wrapper .col {
	border-radius: 8px;
	border: 1px solid #ececec;
	-webkit-box-shadow: 0 22px 30px -21px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 22px 30px -21px rgba(0, 0, 0, 0.5);
	box-shadow: 0 22px 30px -21px rgba(0, 0, 0, 0.5);
}

.columns-wrapper .col:not(:last-child) {
	margin-left: 2%;
}

.columns-wrapper .col-headline,
.columns-wrapper .col-content {
	padding: 13px 20px;
}

.columns-wrapper .col-content {
	overflow: hidden;
}

.columns-wrapper .col-headline {
	border-bottom: 1px dotted #006634;
}

.columns-wrapper .col-headline .icon {
	width: 35px;
	height: 35px;
	border-radius: 8px;
	background: #036a34;
	background: -moz-linear-gradient(top, #036a34 0%, #9acb49 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#036a34), color-stop(100%,#9acb49));
	background: -webkit-linear-gradient(top, #036a34 0%,#9acb49 100%);
	background: -o-linear-gradient(top, #036a34 0%,#9acb49 100%);
	background: -ms-linear-gradient(top, #036a34 0%,#9acb49 100%);
	background: linear-gradient(to bottom, #036a34 0%,#9acb49 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#036a34', endColorstr='#9acb49',GradientType=0 );
	color: #fff;
}

/*
//-----------------------------------------------------
// Gluten free icon
//-----------------------------------------------------
*/

.gluten-free-logo img {
	max-width: 100px;
	height: auto;
	display: block;
	margin: 0 auto;
}

/*
//-----------------------------------------------------
// Gluten free icon - end
//-----------------------------------------------------
*/

.columns-wrapper .search form .input-wrapper:not(.submit) input,
.columns-wrapper .search form .input-wrapper:not(.submit) select {
	padding: 1px 5px;
	border-radius: 5px;
	border: 1px solid #006634;
	font-size: 1em;
	line-height: 1.15;
	width: 100%;
	color: #006634;
}

.columns-wrapper .search form .input-wrapper:not(.submit) input {
	padding: 3px 5px;
}

.columns-wrapper .search form .input-wrapper.submit input {
	border: none;
	border-radius: 5px;
}

.columns-wrapper .search .products,
.columns-wrapper .search .products .swiper-slide {
	height: 85px;
}

.columns-wrapper .search .products .swiper-slide {
	border-radius: 5px;
	border: 1px solid #006634;
}

.columns-wrapper .search .products .swiper-slide img {
	max-width: 100%;
	max-height: 77px;
}

.columns-wrapper .search .products .swiper-slide:hover img {
	-webkit-transform: scale( 1.05 );
	-moz-transform: scale( 1.05 );
	-o-transform: scale( 1.05 );
	-ms-transform: scale( 1.05 );
	transform: scale( 1.05 );
}

.columns-wrapper .search .products .products-nav {
	width: 20px;
	cursor: pointer;
	outline: none;
}

.columns-wrapper .search .products .prev {
	top: 0;
	left: 0;
}

.columns-wrapper .search .products .next {
	top: 0;
	right: 0;
}

.columns-wrapper .recipes .recipe-info {
	margin-left: 5%;
	overflow: hidden;
}

.columns-wrapper .recipes .read-more,
.columns-wrapper .tips .article .tip-info .read-more {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 3px 0;
}

.columns-wrapper .recipes .recipe-img {
	overflow: hidden;
}

.columns-wrapper .recipes .recipe-img img {
	height: 100%;
}

.columns-wrapper .tips .article:first-child {
	padding-bottom: 6.5px;
	border-bottom: 1px dotted #006634;
}

.columns-wrapper .tips .article:last-child {
	padding-top: 6.5px;
}

.columns-wrapper .tips .article .tip-info {
	overflow: hidden;
	margin-left: 5%;
}

.columns-wrapper .tips .article .tip-image {
	background-size: contain;
}

.text-below-title {
	font-size: 1.143em;
}

.read-more-button {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-top: 10px;
}

.read-more-button a {
	display: block;
	padding: 6px 12px;
}

.read-more-button:hover {
	background-color: #449d44;
	border-color: #398439;
}

@media only all and ( max-width: 1430px ) and ( min-width: 1001px ) {

	.columns-wrapper .search .products,
	.columns-wrapper .search .products .swiper-slide {
		height: 65px;
	}

	.columns-wrapper .recipes .read-more {
		padding: 5px 0;
	}

	.columns-wrapper .tips .article .tip-info .read-more {
		padding: 0;
	}

}

@media only all and ( max-width: 1230px ) and ( min-width: 1001px ) {

	.columns-wrapper .col-headline > div:first-child {
		padding-left: 10px;
	}

	.columns-wrapper .col-headline .font14em {
		font-size: 1.1em;
	}

	.columns-wrapper .search .products .swiper-slide img {
		max-width: 100%;
		max-height: 57px;
	}

}

@media only all and ( max-width: 1000px ) {

	.welcome-banner .swiper-nav-btn {
		opacity: 1;
	}

	.welcome-banner .swiper-nav-btn i {
		font-size: 1.5em;
	}

	.columns-wrapper > div {
		width: 500px;
	}

	.columns-wrapper .col {
		width: 100%;
	}

	.columns-wrapper .col:not(:last-child) {
		margin-left: 0;
		margin-bottom: 40px;
	}

}

@media only all and ( max-width: 530px ) {

	.welcome-banner .swiper-nav-btn i {
		font-size: 1em;
	}

	.columns-wrapper > div {
		width: 400px;
	}

}

@media only all and ( max-width: 430px ) {

	.columns-wrapper > div {
		width: 290px;
	}

}