.search-zip-overlay{
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 318px 0 247px;
	overflow: auto;
}

.search-zip-overlay > div{
	max-width: 500px;
	margin: 230px auto 21px;
	position: relative;	
}

.search-zip-title{
	padding: 20px 0 0;
	margin: 0;
	width: 100%;
	font-size: 38px;
	font-family: 'Moon Flower', sans-serif;
	text-transform: uppercase;
	text-align: center;
	background: rgba(255,255,255,0.8);
}

/* 11.08.2015
 *************************/

.search-zip-content{
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	padding: 15px;
	text-align: center;
}

.search-zip-content-zip-listing,
.search-zip-content-restaurant-listing{
	font-family: 'Moon Flower', sans-serif;
	color: #7f030f;
	font-size: 38px;
}

a.search-zip-content-store-zip-link{
	color: #7f030f !important;
	cursor: pointer;
}

a.search-zip-content-store-zip-link:hover{
	color: #52050c !important;
}

.search-zip-content-zip-listing > p,
.search-zip-content-restaurant-listing > p{
	text-transform: uppercase;
	color: #000000;
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
}

.search-zip-button-row{
	width: 100%;
	height: 47px;
	position: relative;
	overflow: hidden;
}

.search-zip-button-row > a{
	width: 176px;
	margin: 2px auto 0;
	z-index: 2;
}

.search-zip-button-row > .search-zip-design-element-container{
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 1;
}

.search-zip-button-row > .search-zip-design-element-container > div{
	width: 50%;
	height: 47px;
	float: left;
	overflow: hidden;
}

.search-zip-button-row > .search-zip-design-element-container > div:first-child{
	padding-right: 90px;
}

.search-zip-button-row > .search-zip-design-element-container > div:last-child{
	padding-left: 90px;
}

.search-zip-button-row > .search-zip-design-element-container > div:before{
	content: "";
	display: block;
	width: 100%;
	height: 47px;
	background: rgba(255,255,255,0.8);
}
/*************************/
 */