.poff-restaurants-intro {
	text-align: justify;
}

.restaurants-container {
	width: calc(50% - 10px);
	float: left;
	display: inline-block;
}

.restaurants-container.second-container {
	margin-left: 20px;
}

.restaurants-container.first-container .one-restaurant-container:nth-of-type(even) {
	display: none;
}

.restaurants-container.second-container .one-restaurant-container:nth-of-type(odd) {
	display: none;
}

.one-restaurant-container {
	min-height: 350px;
	width: calc(100% - 6px);
	margin: 10px 3px;
	background-color: white;
	display: inline-block;
	float: left;
	position: relative;

	-webkit-column-break-inside: avoid;
			page-break-inside: avoid;
					break-inside: avoid-column;
}

.one-restaurant-container:last-of-type {
	-webkit-column-break-before: avoid;
			-moz-column-break-before: avoid;
					break-before: avoid;
}

.restaurant-info-outer-container {
	height: 100%;
	width: 200px;
	max-width: 40%;
	position: absolute;
	left: 0;
	z-index: 2;
}

.restaurant-info-middle-container {
	height: 100%;
	width: 100%;
	position: relative;
}

.restaurant-info-inner-container {
	min-height: 60px;
	width: calc(100% - 20px);
	position: absolute;
	top: 0;
	margin: auto;
	margin: 30% 0;
	padding: 10px;
	color: white;
	background-color: rgba(51, 57, 68, 0.9) !important;
	-webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.restaurant-info-inner-container:hover {
	background-color: rgba(51, 57, 68, 0.5) !important;
}

.restaurant-name-container {
	width: 100%;
	display: inline-block;
	float: left;
}

.restaurant-name-container > a {
	text-decoration: none !important;
	float: left;
	display: inline-block;
}

.restaurant-name {
	color: #F39133;
	line-height: normal;
	font-size: 0.9em;
}

.restaurant-facebook-logo {
	height: 20px;
	width: 20px;
}

.restaurant-facebook-text {
	margin-left: 5px;
	display: inline-block;
	float: left;
}

.restaurant-facebook-logo, .restaurant-picture, .restaurant-logo, .restaurant-person-pic {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	display: inline-block;
	float: left;
}

.restaurant-picture {
	height: 100%;
	width: 200px;
	max-width: 40%;
	float: left;
	display: inline-block;
	position: absolute;
}

.restaurant-description-container {
	margin-left: 40%;
	padding: 10px 20px;
	text-align: justify;
}

.restaurant-discounts {
	color: #F39133;
	text-align: justify;
}

.restaurant-person {
	height: 100px;
	width: calc(100% - 40% + 50px);
	margin-top: -20px;
	margin-left: calc(40% - 50px);
	margin-bottom: 20px;
	float: left;
	display: inline-block;
	position: relative;
}

.restaurant-person-pic {
	height: 100px;
	width: 100px;
	border-radius: 100%;
	border: 3px solid white;
	z-index: 3;
	position: relative;
}

.restaurant-person-text-container {
	width: calc(100% - 126px);
	height: 100%;
	margin: 0 10px;
	float: left;
	display: inline-block;
	position: relative;
}

.restaurant-person-text {
	position: absolute;
	bottom: 0;
	text-align: justify;
}

.restaurant-logo {
	/*height: 100px;*/
	max-height: 100px;
	max-width: 150px !important;
	/*background-size: contain;*/
	float: right;
	margin: -10px 20px 10px 0 !important;
}




.restaurant-column-ending-poffrecommends {
	height: 600px; /* TULEB HILJEM ÄRA MUUTA */
	width: 100%;
	float: left;
	display: inline-block;
}

.restaurant-column-ending-evening-zone {
	height: 200px; /* TULEB HILJEM ÄRA MUUTA */
	width: 100%;
	float: left;
	display: inline-block;
}

/*@media (max-width: 1000px) {
	.restaurant-column-ending-poffrecommends {
		height: 250px;
	}
}*/

@media (max-width: 990px) {
	.restaurants-container {
		width: 100%;
	}

	.restaurants-container.first-container .one-restaurant-container:nth-of-type(even) {
		display: inline-block;
	}

	.restaurants-container.second-container {
		display: none;
	}

	.restaurant-column-ending-poffrecommends {
		height: 0;
	}

	.restaurant-picture {
		width: 40%;
	}

	.restaurant-info-outer-container {
		width: 40%;
	}

	.restaurant-info-inner-container {
		margin: 10% 0;
	}
}

@media (max-width: 500px) {
	.restaurant-picture {
		width: 100%;
    max-width: 100%;
    height: 250px;
	}

	.restaurant-info-inner-container {
		min-height: auto;
	}

	.restaurant-description-container {
		margin: 250px 0 0 0;
	}

	.restaurant-logo {
		margin-bottom: -20px !important;
	}

	.restaurant-person {
		margin-left: 10px;
		width: calc(100% - 20px);
	}
}

@media (max-width: 370px) {
	.restaurant-logo {
		margin-bottom: 0 !important;
	}

	.restaurant-person {
		height: 65px;
		padding-bottom: 50px;
	}

	.restaurant-person-pic {
		margin-top: -50px;
	}

	.restaurant-person-text-container {
		width: calc(100% - 20px);
    margin-top: 0;
	}

	.restaurant-info-outer-container {
    min-width: 190px;
	}
}
