/* LOCATIONS MODULE GLOBAL STYLES */


/* page styles */
#left {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	width:256px;
	background-color:#E1DDD9;
}
#mapHolder {
	position:fixed;
	top:0;
	left:256px;
	right:0;
	bottom:0;
}
#map {
	display:block;
	width:100%;
	height:100%;
}
#chooseBar {
	position:relative;
	clear:both;
	width:100%;
	height:34px;
	background-color:#000;
	color:#fff;
	text-transform: uppercase;
	font-size:140%;
	white-space: nowrap;
	text-align:center;
	padding:6px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.scrollFix {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
	min-width:170px;
	font-family:Nunito,Arial,sans-serif;
	color:#2B3947;
	font-size:100%;
}
.scrollFix b{
	font-weight:900;
}
a.choose{
	display:inline-block;
	font-weight:bold;
	padding:1px 6px;
	background-color:#FFFF33;
	color:#000;
	border:1px solid #000;
	text-decoration:none;
	font-size:90%;
	margin:3px 0 0;
}
a.choose:hover {
	background-color:#000;
	color:#FFF;
}
.locationSide {
	position:relative;
	font-size:80%;
	color:#000;
	padding:10px 20px;
	clear:both;
	border-top:1px solid #efeeee;
	cursor:pointer;
}
.touch #left {
	width:255px;
	border-right:1px solid #2d4464;
}
#location_tabs {
	display:none;
}
.locationSide a,
.locationSide a:link,
.locationSide a:active,
.locationSide a:visited,
.locationSide a:hover {
	text-decoration:none;
	color:#000;
	cursor:default;
}
.locationSide:hover {
	background-color:#666666;
}
.locationSide h3{
	font-weight:900;
	color:#000;
}
.locationSide:after {
	content:'\f363';
	color:#b2aca5;
	position:absolute;
	right:10px;
	top:0;
	bottom:0;
	font-size:300%;
	display: inline-block; 
	font-family: "Ionicons"; 
	speak: none; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	text-rendering: auto; 
	line-height: 300%; 
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
}
html.ie8 .locationSide:after {
	line-height:200%;
}
#locations_sidebar {
	padding: 0;
	height:100%;
	width:100%;
	overflow:auto;
	overflow-x:hide;
	overflow-y:scroll;
}
.locDistance {
	position:absolute;
	bottom:10px;
	right:5px;
	font-size:85%;
	color:gray;
	text-align:right;
}
#locations_sidebar #zipHolder {
	position:relative;
	padding:10px 40px 10px 20px;
}
#locations_sidebar #zipHolder h2{
	text-transform: uppercase;
	font-size:120%;
}
#locations_sidebar #zipcode {
	width:100%;
	background-color:#b2aca5;
	border:none;
	font-size:80%;
	color:#000;
	padding:3px 5px;
	border: 2px solid #000;
	border-radius: 0;
	outline:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
#locations_sidebar input#zipcode:focus {
	border-color: #000;
	outline: 0;
}
#locations_sidebar #zipHolder .zipSearch {
	color:#000;
	position:absolute;
	right:20px;
	bottom:12px;
	width:23px;
	height:27px;
	background-color:#2B3947;
	display: block; 
	cursor:pointer;
}
html.chrome #locations_sidebar #zipHolder .zipSearch {
	bottom: 10px;
	height: 26px;
}
html.ie #locations_sidebar #zipHolder .zipSearch {
	bottom: 10px;
	height: 27px;
}
#locations_sidebar #zipHolder .zipSearch:after {
	content:'\f2f5';
	padding:0 5px;
	font-size:120%;
	font-family: "Ionicons"; 
	speak: none; 
	font-style: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	text-rendering: auto; 
	line-height: 140%; 
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #efeeee;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #efeeee;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #efeeee;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #efeeee;
}




@media screen and (max-width:767px) {
	
	.locationSide:hover {
		background-color:transparent;
	}
	.locationSide a.choose,
	a.choose {
		padding:6px 12px;
		margin:6px 0 0;
	}
	.locationSide:after {
		content:'';
	}	
	#location_tabs {
		display:block;
		position:relative;
	}
	#location_tabs span {
		float:left;
		display:block;
		width:50%;
		padding:10px 0;
		background-color:#c7e3ee;
		color:#2d4464;
		font-weight:700;
		cursor:pointer;
		text-align:center;
		font-family: lato;
		line-height: 130%;
		font-size:80%;
		text-transform:uppercase;
	}
	#location_tabs span.active {
		background-color:#2d4464;
		color:#fff;
	}
	#left,
	.touch #left {
		position:relative;
		width:100%;
		height:auto;
		bottom:auto;
		overflow:visible;
	}
	#locations_sidebar {
		overflow:visible;
		height:auto;
	}
	#mapHolder {
		display:block;
		position:relative;
		width:100%;
		bottom:auto;
		left:auto;
		right:auto;
		top:auto;
		padding-bottom:50px;
		background-color:#2d4464;
		margin-bottom:-13px;
		z-index:1;
	}
	#map_content {
		height:auto !important;
	}
	#map {
		display:block !important;
	}
	
} /* end mobile styles */
	
@media screen and (min-width:601px) {
	#mapHolder {
		display:block !important;
	}
	
} /* end desktop only styles */




/* location view styles */

#streetHolder {
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	width:70%;
}
#storeInfo {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	width:30%;
}

#street {
	display:block;
	width:100%;
	height:100%;
}
#storeInfo {
	position:absolute;
	right:0;
	top:0;
	width:40%;
	padding:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


@media screen and (max-width:767px) {
	#storeInfo {
		position:relative;
		left:0;
		bottom:auto;
		padding:10px;
		width:auto;
		height:auto;
	}
	#streetHolder {
		position:absolute;
		left:0;
		right:0;
		width:auto;
	}
}