* {
	margin: 0;
	padding: 0;
}

/* Official colors */
.bg-subway-green { background-color: #008938; }
.text-subway-green { color: #008938; }
.bg-subway-yellow { background-color: #f2b700; }
.text-subway-yellow { color: #f2b700; }

.bg-water-blue { background-color: #00a7e9; }
.text-water-blue { color: #00a7e9; }
.bg-lettuce-green { background-color: #8bcd32; }
.text-lettuce-green { color: #8bcd32; }
.bg-spinach-green { background-color: #00572d; }
.text-spinach-green { color: #00572d; }
.bg-onion-purple { background-color: #4c006a; }
.text-onion-purple { color: #4c006a; }
.bg-carrot-orange { background-color: #ff8200; }
.text-carrot-orange { color: #ff8200; }
.bg-tomato-red { background-color: #dd3705; }
.text-tomato-red { color: #dd3705; }
.bg-barbaque-pink { background-color: #88004f; }
.text-barbaque-pink { color: #88004f; }

.bg-beef-brown { background-color: #2c0300; }
.text-beef-brown { color: #2c0300; }
.bg-mustard-yellow { background-color: #da9e22; }
.text-mustard-yellow { color: #da9e22; }
.bg-aubergine-purple { background-color: #321521; }
.text-aubergine-purple { color: #321521; }
.bg-hot-chilli-red { background-color: #951918; }
.text-hot-chilli-red { color: #951918; }
.bg-salmon-pink { background-color: #e9866e; }
.text-salmon-pink { color: #e9866e; }
.bg-sage-green { background-color: #a8b668; }
.text-sage-green { color: #a8b668; }
.bg-fresh-blueberry { background-color: #1a437a; }
.text-fresh-blueberry { color: #1a437a; }
.bg-vanilla-cream { background-color: #d3caa9; }
.text-vanilla-cream { color: #d3caa9; }

/* Old colors */
.bg-gold { background-color: #b69c16; }
.text-gold { color: #b69c16; }

/* Extra colors*/
.btn-wolt {
	background-color: #00c2e8;
	color: #000;
}
.btn-foodora {
	background-color: #d50564;
	color: #fff;
}

.btn-foodora:hover {
	background-color: #b20556;
}

body {
	background: white;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 1em;
}

	.header {
		height: 94px;
		position: relative;
		margin: 0 auto;
		margin-top: 10px;
		z-index: 1000;
	}

		.logo {
			position: absolute;
		}

		.country {
			color: #115730;
			font-size: 11px;
			left: 175px;
			position: absolute;
			top: 3px;
		}

		.language {
			color: #333333;
			font-size: 13px;
			font-weight: bold;
			position: absolute;
			right: 16px;
			top: 0;
		}

			.language a {
				color: #666666;
				font-size: 10px;
				text-decoration: none;
			}

		/* Desktop menu styles */
		.navigation {
			background: url("../img/navigation2.jpg");
			font-size: 1rem;
			font-weight: 400;
			height: 70px;
			left: 175px;
			line-height: 13px;
			list-style-type: none;
			position: absolute;
			top: 24px;
			width: 737px;
		}

			.navigation li {
				float: left;
			}

			.navigation a {
				color: white;
				display: block;
				padding: 11px 0;
				text-align: center;
				text-decoration: none;
			}

			.navigation a.active,
			.navigation a:hover {
				color: #fff200;
			}

			.navigation #navigation_item_1 {
				width: 138px;
			}

			.navigation #navigation_item_2,
			.navigation #navigation_item_3,
			.navigation #navigation_item_4 {
				width: 150px;
			}

			.navigation #navigation_item_5 {
				width: 149px;
			}

		.navigation .dropdown {
			background-color: #009f4f;
			display: none;
			margin-left: -10px;
			list-style-type: none;
			padding: 0px;
			padding-bottom: 5px;
			position: absolute;
			top: 35px;
			width: 230px;
			border-bottom-left-radius: 10px;
			border-bottom-right-radius: 10px;
			-moz-box-shadow: 0px 3px 8px rgb(100,100,100);
			-webkit-box-shadow: 0px 3px 8px rgb(100,100,100);
			box-shadow: 0px 3px 8px rgb(100,100,100);
		}

		.navigation .dropdown li {
			border-bottom: 2px solid #008f3f;
			border-top: 1px solid #10af5f;
			display: block;
			width: 230px;
		}

		.navigation li.dropdown_first {
			background-color: #009f4f;
			border-top: 0;
		}

		.navigation li.dropdown_last {
			border-bottom: 0;
			padding-bottom: 2px;
		}

		.navigation .dropdown a {
			font-size: 1rem;
			font-weight: normal;
			padding: 8px 15px;
			text-align: left;
		}

		.navigation .dropdown a.active {
			color: #fff200;
		}

	/* Bootstrap mobile menu styles */
	nav.navbar {
		background-color: #115830;
	}

	nav.navbar li {
		font-size: 1rem;
	}
	nav.navbar .navbar-nav .dropdown-menu {
		background-color: #239746;
	}

	nav.navbar .navbar-nav .dropdown-menu a {
		color: #f8f9fa;
	}
	nav.navbar .navbar-nav .dropdown-menu a:focus,
	nav.navbar .navbar-nav .dropdown-menu a:hover {
		color: #212529;
	}

	nav.navbar .navbar-nav .dropdown-menu .dropdown-item.active,
	nav.navbar .navbar-nav .dropdown-menu .dropdown-item:active {
		color: #fff;
		background-color: #226440;
	}

	.content {
		margin: 0 auto;
		position: relative;
	}

		.mainbanner {
			border-radius: 10px;
			float: left;
			overflow: hidden;
		}

		.banners {
			border-radius: 10px;
			height: 355px;
			overflow: hidden;
			position: relative;
			width: 290px;
		}

			.banner {
				display: none;
				height: 355px;
				position: absolute;
				width: 290px;
			}

			.banners_buttons {
				bottom: 10px;
				left: 10px;
				position: absolute;
			}

				.banners_button {
					background: url("../img/banners_button.png");
					cursor: pointer;
					float: left;
					font-size: 11px;
					line-height: 11px;
					margin-right: 5px;
					padding-top: 3px;
					height: 15px;
					text-align: center;
					width: 20px;
				}

				.banners_button_active {
					background: url("../img/banners_button_active.png");
				}

		.content_content {
			float: left;
		}

		.subnavigation .nav {
			border-bottom: 2px solid #239746;
		}

		.tabmenu {
			padding-bottom: 10px;
		}

			.tabmenu td {
				vertical-align: bottom;
			}

			.tabmenu_item {
				background: url("../img/tabmenu_active.png") no-repeat 0% 100%;
				padding: 5px 0 10px 0;
				text-align: center;
			}

			.tabmenu_item a {
				color: #239746;
				display: block;
				font-size: 12px;
				font-weight: bold;
				padding: 0 10px;
				text-decoration: none;
				text-transform: uppercase;
				max-width: 150px;
			}

			a.tabmenu_last {
				border-right: none;
			}

			.tabmenu_item_active {
				background-position: 50% 100%;
			}

			.tabmenu_item_active a {
				color: #b69c16;
			}

	.footer {
		clear: both;
		margin: 0 auto;
		padding-top: 15px;
		position: relative;
		text-align: center;
	}

	/* Footer button colors */
	.bg-light-red { background-color: #a2362a; }
	.text-light-red { color: #a2362a; }
	.bg-dark-red { background-color: #89281c; }
	.text-dark-red { color: #89281c; }
	.bg-light-green { background-color: #1f9f66; }
	.text-light-green { color: #1f9f66; }
	.bg-dark-green { background-color: #13945c; }
	.text-dark-green { color: #13945c; }
	.bg-light-blue { background-color: #2e9c9b; }
	.text-light-blue { color: #2e9c9b; }
	.bg-dark-blue { background-color: #239190; }
	.text-dark-blue { color: #239190; }
	.bg-light-greenfresh { background-color: #83a125; }
	.text-light-greenfresh { color: #83a125; }
	.bg-dark-greenfresh { background-color: #769119; }
	.text-dark-greenfresh { color: #769119; }

		.footer_navigation {}

			.footer_navigation a,
			.footer_navigation div {
				color: white;
				display: block;
				float: left;
				font-family: "Roboto", Arial, Helvetica, sans-serif;
				font-size: 1rem;
				font-weight: 400;
				line-height: 15px;
				text-decoration: none;
			}

			.footer_navigation a:hover {
				color: #fff200;
			}

			.footer_navigation select {
				width: 175px;
			}

			#footer_navigation_item_1 {
				height: 42px;
				margin-right: 6px;
				padding-left: 100px;
				padding-top: 24px;
				width: 95px;
			}

				#footer_navigation_item_1_en {
					height: 50px;
					margin-right: 6px;
					padding-left: 100px;
					padding-top: 16px;
					width: 95px;
				}

			#footer_navigation_item_2 {
				height: 48px;
				margin-right: 6px;
				padding-left: 100px;
				padding-top: 18px;
				padding-right: 10px;
				width: 85px;
			}

			#footer_navigation_item_3 {
				font-size: 12px;
				line-height: 15px;
				height: 42px;
				margin-right: 18px;
				padding-top: 5px;
				padding-left: 10px;
				width: 185px;
			}

			#footer_navigation_item_4 {
				height: 48px;
				padding-left: 65px;
				padding-top: 18px;
				width: 85px;
			}

				#footer_navigation_item_4_fi {
					height: 62px;
					padding-left: 65px;
					padding-top: 6px;
					width: 85px;
				}

			#footer_navigation_item_5 {
				height: 42px;
				padding-left: 70px;
				padding-top: 24px;
				width: 70px;
			}

				#footer_navigation_item_5_se {
					height: 50px;
					padding-left: 70px;
					padding-top: 16px;
					width: 70px;
				}

		.footer_links a {
			color: #115730;
			font-size: 10px;
			line-height: 16px;
			text-decoration: none;
			text-transform: uppercase;
		}

		.footer p {
			font-family: "Roboto", Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 14px;
		}

		.disclaimer a {
			color: #666666;
			text-decoration: none;
		}

/**
 * Fixed floating button styles
 */
.float-button {
  box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.75);
  transition: transform .3s ease-in-out;
  z-index: 2147483640;
  position: fixed;
  bottom: 20px;
  right: 35px;
}
.menu-button {
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
  position: absolute;
  top: 23px;
  right: 0px;
}

/*
 * Other classes
 *
 */

.box {
	border: 1px solid #dddddd;
	padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
}

.shadow {
	text-shadow: 1px 1px 2px #333333;
}

.news {
	background: url("../img/news.jpg");
	height: 37px;
	margin-bottom: 18px;
	padding: 15px;
}

	.news-topic {
		color: #ffffff;
		float: left;
		width: 90px;
	}

	.news-item {
		float: left;
		height: 37px;
		margin-left: 30px;
		overflow: hidden;
		padding-right: 50px;
		position: relative;
		width: 310px;
	}

		.news-item p {
			color: #ffffff;
		}

		.news-item a {
			bottom: 0;
			color: #ffffff;
			position: absolute;
			right: 0;
		}

.nouto {
	background-color: #00572d;
	background: url("../img/nouto-kotiinkuljetus.jpg");
	height: 37px;
	margin-bottom: 18px;
	padding: 15px;
	margin-top: 5px;
}

	.nouto-header {
		color: #ffffff!important;
		width: 100%;
		display: block;
		align-content: center;
		text-align: center;
		font-size: 20px;
	}

	.nouto-header a,
	.nouto-header a:visited {
		text-decoration: none!important;
		color: #ffffff!important;
	}

	.nouto-header a.active,
	.nouto-header a:hover {
		text-decoration: none!important;
		color: #fff200!important;
	}

.nouto-icon {
	width: 40px;
	height: auto;
	margin-right: 5px;
	display: inline;
	vertical-align: middle;
	align-content: center;
}


.restaurants {
	float: left;
	overflow: hidden;
	width: 597px;
}

	.restaurants_content {
	}

	.restaurants h1 {
		color: #239746;
	}

	.restaurants_images {
	}

	.restaurants_image {
		float: left;
		line-height: 135px;
		overflow: hidden;
		text-align: center;
		width: 140px;
	}

	.restaurants_images img {
		display: inline-block;
		max-height: 135px;
		max-width: 140px;
		vertical-align: top;
	}

.imagebank-thumbnail {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 100px;
}

	.imagebank-thumbnail-image {
		height: 105px;
		line-height: 105px;
	}

	.imagebank-thumbnail-image img {
		border: 1px solid #cccccc;
		display: inline;
		vertical-align: bottom;
	}

/*
 * Pricelist
 *
 */

.pricelist {
	color: #666;
	margin-bottom: 20px;
	overflow: hidden;
}

.pricelist-row {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

	.pricelist-row:last-child {
		border: 0;
		margin: 0;
		padding: 0;
	}

.pricelist-heading {
	display: table;
	background: #7fbd27;
	background: -moz-radial-gradient(center, ellipse cover, #7fbd27 0%, #4c9835 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #7fbd27), color-stop(100%, #4c9835));
	background: -webkit-radial-gradient(center, ellipse cover, #7fbd27 0%, #4c9835 100%);
	background: -o-radial-gradient(center, ellipse cover, #7fbd27 0%, #4c9835 100%);
	background: -ms-radial-gradient(center, ellipse cover, #7fbd27 0%, #4c9835 100%);
	background: radial-gradient(ellipse at center, #7fbd27 0%, #4c9835 100%);
	border-radius: 10px;
	float: left;
	height: 150px;
	margin-right: 10px;
	padding: 0 20px;
	text-align: center;
	width: 110px;
}

	.pricelist-heading p {
		color: #fff;
		display: table-cell;
		font-size: 18px;
		font-weight: bold;
		line-height: 120%;
		vertical-align: middle;
	}

.pricelist td {
	vertical-align: top;
}

.pricelist > table {
	border-spacing: 0;
	width: 100%;
}

.pricelist > table td {
	padding: 0;
}

.pricelist-category {
	float: left;
	width: 437px;
}

	.pricelist-prices {
		border: 1px solid #ddd;
		border-radius: 10px;
		margin-bottom: 10px;
		overflow: hidden;
		padding: 9px 19px;
	}

		.pricelist-row .pricelist-prices:last-child {
			margin-bottom: 0;
		}

		.pricelist-prices-heading {
			color: #239746;
			float: right;
			font-size: 18px;
			font-weight: bold;
			line-height: 150%;
			text-align: right;
			width: 90px;
		}

		.pricelist-prices-products {
			float: left;
			width: 300px;
		}

			.pricelist-product {
				float: left;
				margin-bottom: 2px;
				width: 150px;
			}

			.pricelist-product-fullwidth {
				width: auto;
			}

.pricelist-separator {
	background: #ccc;
	height: 1px;
}

.pricelist-yellow {
	background: #fff00a; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #fff00a 0%, #fbbf43 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#fff00a), color-stop(100%,#fbbf43)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #fff00a 0%,#fbbf43 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #fff00a 0%,#fbbf43 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #fff00a 0%,#fbbf43 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #fff00a 0%,#fbbf43 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff00a', endColorstr='#fbbf43',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-radius: 10px;
	border-spacing: 0;
	width: 100%;
}

	.pricelist-yellow th,
	.pricelist-yellow td {
		color: #222;
		padding: 10px;
	}

	.pricelist-yellow th {
		white-space: nowrap;
	}

@media print {
	.header {
		display: none;
	}

	.footer {
		display: none;
	}
}


/* cookie consent start */
#cookie-consent{
	display: none;
	background: #EDF9CD;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZjljZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNmQ3OGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(237, 249, 205, 1) 0%, rgba(198, 215, 142, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237, 249, 205, 1)), color-stop(100%,rgba(198, 215, 142, 1)));
	background: -webkit-linear-gradient(top, rgba(237, 249, 205, 1) 0%,rgba(198, 215, 142, 1) 100%);
	background: -o-linear-gradient(top, rgba(237, 249, 205, 1) 0%,rgba(198, 215, 142, 1) 100%);
	background: -ms-linear-gradient(top, rgba(237, 249, 205, 1) 0%,rgba(198, 215, 142, 1) 100%);
	background: linear-gradient(top, rgba(237, 249, 205, 1) 0%,rgba(198, 215, 142, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf9cd', endColorstr='#c6d78e',GradientType=0 );
	padding: 10px;
	border: 1px solid #19462A;
	width: 890px;
	margin: 0 auto;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	margin-bottom: 15px;
	margin-top: -12px;
}

#cookie-consent a{
	color: #19462A;
}

.cookiebtn{
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	color: white;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background: #007167;
	background: -moz-linear-gradient(top, rgba(0, 149, 135, 1) 0%, rgba(0, 113, 103, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 149, 135, 1)), color-stop(100%,rgba(0, 113, 103, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 149, 135, 1) 0%,rgba(0, 113, 103, 1) 100%);
	background: -o-linear-gradient(top, rgba(0, 149, 135, 1) 0%,rgba(0, 113, 103, 1) 100%);
	background: -ms-linear-gradient(top, rgba(0, 149, 135, 1) 0%,rgba(0, 113, 103, 1) 100%);
	background: linear-gradient(top, rgba(0, 149, 135, 1) 0%,rgba(0, 113, 103, 1) 100%);
	border: 1px solid #CCC;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #007068 #007068 #007068;
	border-bottom-color: #007068;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/* cookie consent end */
