@charset "UTF-8";

#infoPanel {
	border:1px dashed #3B2414;
	position:absolute;
	left:50px;
	top:15px;
	width:257px;
	height:325px;
	z-index:100;
	background-color: #F4E3C6;
}

iframe#ifrm {
	padding:0px;
	margin:0px;
	width:257px;
	height:325px
    }

#mapArea {
	width: 100%;
	background-image: url(../images/directoryMap/VinMap_00_July2017.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#mapArea img {
	width: 100%;
	height: auto;
}

#centerDirec {
}

.storeDirec {
	float: left;
	width: 33%;
	font-size: .75em;
}

.storeDirec h2 {
	font-size: 1em;
}

.storeDirec a {
	text-decoration: none;
	color: #000000;
}

.storeDirec table {
	width: 100%;
}

#vineCont table tr td {
	padding: 3px 20px;
}

.storeDirec tr:nth-child(odd) {
	background: #f9F0E0;
}

.storeDirec tr:nth-child(even) {
	background: #EDD3AB;
}

div.storeDirec#centerDirec tr:nth-child(odd) {
	background: #f0e3d7;
}

div.storeDirec#centerDirec tr:nth-child(even) {
	background: #e7cda6;
}

div.storeDirec#centerDirec {
	width: 34%;
}

#mapAndPanel {
	position: relative;
	margin-top: -10px
}
	
#vineCont #pageContent h1 {
	padding-left: 50px;
}


@media screen and (max-width: 800px) {
	iframe#ifrm {
		height: 250px;
	}
	
	#infoPanel {
		height: 250px;
	}
}

@media screen and (max-width: 650px) {
	#mapAndPanel {
		display: none;
	}
	
	.storeDirec tr td:nth-child(2) {
	display: none;
	}
	
}

@media screen and (max-width: 500px) {
	
	
	.storeDirec {
	float: none;
	width: 100%
	}
	
	div.storeDirec#centerDirec {
	float: none;
	width: 100%
	}
	
	div.storeDirec#centerDirec tr:first-child {
	background: #327236;
	color: #FFFFFF;
	}
	
	div.storeDirec tr:first-child {
	background: #327236;
	color: #FFFFFF;
	}
	
	div.storeDirec h2 {
	color: #FFFFFF;
	}
	
	.tableRowHide {
	display: none;
	}
	
	#vineCont #pageContent h1 {
	 padding-left: 0;
     }
	 
	 #pageContent {
		text-align: center;
	}

	
}

@media screen and (max-width: 400px) {
     }
