<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.menu-list {
	list-style: none;
	margin-bottom: 30px;
}
.menu-list li {
	margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
	.menu-list {
		padding: 0 3% 50px 3%;
	}
	.kason-text {
		background: white none repeat scroll 0% 0%; position: relative; width: 50%; text-align: left; left: 50%; margin-top: -295px;
	}
}

#locationDD {
	background: none;
	border: none;
	margin-left: 30px;
	margin-top: 15px;
	outline: none;
	padding: 5px 10px;
	color: #e42127;
}

a.url {
	color: #21759b;
	font-weight: 600;
}

.brewery {
	width: 313px;
	height: 313px;
	float: left;
	cursor: pointer;
}
@media screen and (min-width: 991px) {
	.brewery {
		width: 33%;
		}
}

.brewery .logo {
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.brewery &gt; div {
	background-color: #fff;
}
.brewery.red &gt; div {
	background: #E32127;
}
.brewery .breweryName {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 20px;
}
.brewery .back {
    padding: 10px;
}

.beers {
	margin-top: 10%;
}


/* Instagram */
#instagramContainer	{ position: relative; }
.instagram	{  }
.instagram &gt; div {
	height: 200px;
	background-position: center center;
	background-size: cover;
}
.instagram:nth-child(n+7) { display: none; }
#instagramContainer &gt; img {
    position: absolute;
    left: 15%;
    bottom: 0;
    display: block;
    width: 360px;
    max-width: 70%;
    height: auto;
}

#form212 #header{display:none;}</pre></body></html>