/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: #333;*/
    text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.5;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    
}
ol, ul {
  /* clear: left; 
  line-height: 20px; */ 
}

blockquote, q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
img {
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 10px;
}
#w2gilocalmain a {
  color: #224ba0;
  text-decoration: underline;
}
/* #w2gilocalmain a{color:#000000;} */
#content a{color:#D7294A;}

/*-- /reset --*/

/*
 *  Copyright begin
 *
 */
.map {
    position: relative; 
}

#w2gi_copyright, #navteq_copyright, #osm_copyright {
    position: absolute;
    bottom: 5px;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    z-index: 999;
}

#w2gi_copyright {   
    right: 3px;
}

 #navteq_copyright { 
    display: none;    
    left: 3px;
 }

 #osm_copyright {
    display: none;
    left: 3px;
 }

 /*
  *  Copyright end
  *
  */



/* -- */


body {
    
}

p {
    /* padding: 1em; */
    clear:both;
}

.box-wrapper {
    max-width: 96%;
    height: 100%;
    margin: 0 auto;
}

.content-list {
    overflow: hidden;
    position: relative;
    background: #FFF;
    border: 1px solid #f8981c;
}

.content-list li {
    display: block;
    width: 30%;
    padding-bottom: 0.1em;
    border-bottom: 0.1em solid #CCC;
}

.content-list.maneuver-result li {
    width: 100%;
}
.content-list li em {
    text-transform: none;
    display: inline-block;
    width:20%;
}
#driving_directions {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 1%;
    /* width:35em; */
    position: relative;
	margin-bottom:10px;
}

#locator_search {
    max-width: 100%;
    margin-top: 10px;
	margin-bottom:10px;    
    /* width:35em; */
    position: relative;
}

#driving_directions span {
    display: inline-block;
    width: 40px;
    font-weight:bold;
}

#driving_directions label {
    display: inline-block;
	margin:3px;
}

#driving_directions input.search-box {
    width: 260px;
}

#driving_directions img.reverse {
    position: relative;
    margin-left:10px;
}



.attribution {    
    bottom: 0;
    width: 96%;
}
.attribution a {
    color:#9AB531;
}

.attribution span {
    display: inline-block;
    text-align: center;
    
}

#locator_search span {
    color: #fff;
}

#locator_search span:hover {
    color:#9AB531;
}

.wrapper {
    overflow: hidden;
    height: 100%;
    margin: 0 auto;
}


.map div {
    padding: 0;
}

.icon-bar {
    float:right;
    position: relative;
    margin-right:10px;
}

.icon img {cursor:pointer !important;}

.icon-bar a, .icon-bar i {
    font-size: 12px;
}

.icon-bar i {
    padding-right: 6px;
    font-size: 14px;
}

.map {
    float: left;
    height: 800px;
    margin: 0 auto;
    max-width: 100%;
    width: 70%;
}


#filters {
	position:absolute;
	left:10px;	
}

.searchFilters div {
    float: left;
}

.searchFilters input {
    vertical-align: middle;
}

.poi.maneuver {
   
}

.poi .content-list.maneuver-result li {
    float: none;
}

.content-list.poi-result {
    /* width:20em; */
	clear: left;
}

.content-list.poi-result li {
    float:left;
    width: 100%;
    border: none;    
    padding:10px;
    border-bottom: 1px solid #f8981c;
    position: relative;
    line-height: 20px;

}

.poi-item a {
    color: rgb(215, 41, 74);    
    cursor: pointer;  
}

.poi .content-list li.poi-item.poi-hover {
    background-color: #efefef;
}

.box-wrapper {
	position:relative;
}

.search_again {font-weight:bold; cursor:pointer;}

/*
Popup
*/
.w2gi-popup {
    /*width: 250px;
    height: 300px;*/
}

.w2gi-popup h3 {
    color:#000;
    
}
.olPopupContent {
    overflow: hidden !important;
}


/*
Tabs
*/
.tabs {
	display:none;
}

.tabs li {
    background: #ccc;
    display: inline-block;
    padding: 4px;
    margin-right: 5px;
    height: 24px;
    width: 60px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
}

.tabs li.active {
    background: #fff;
}

.tab-content {
    display: none;
    padding:15px !important;
    /*width: 310px; 
	height:248px;    
	background: url('http://hosted.where2getit.com/yong/images/bubble.png'); */
	background-color: #ffffff;
}

.tab-content.active {
    display: block;
    /* background-color: #FFF; */
}

#dd {
    /* display: none;*/
}

.content-list.poi-result li.poi-item:hover {
    background-color: #feead2;
}

.content-list.poi-result .poi_icon {    
    position: relative;
}
.content-list.poi-result p {
    padding:0;
    margin-left: 35px;
       line-height: 14px;
}



.content-list.poi-result strong {
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    margin-left: 3px;
}

.content-list.poi-result span {
    /*display: block;
     margin-left: 35px; */
}

.content-list.poi-result .poi_number {
    width: 0px;
    position: absolute;
    left: 5px;
    font-size: 14px;
    top: 10px;
    color:#cd2452;
    font-weight: bold;
    width:40px;
    font-style: normal;
}

.content-list.poi-result .amenities {
    padding: 0; 
    background: none;
    margin-left: 25px;
}

.content-list.poi-result .amenities li {
    display: inline-block;
    width: 20%;
    font-size: 17px;
    background: none;
    color: #BEB5A0;
    border: none;
    width:30px;
}

.olPopupCloseBox {
	display: none !important;
    background-image: url("http://hosted.where2getit.com/w2gi/images/close.gif");
    top: 10px !important;
    right: 10px !important;	
    width: 12px !important;
    height: 10px !important;
}

.street-view-wrapper {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 350px;
    height: 250px;
    z-index: 100;
}

.search-box{
    width: 70%;
    /* height: 2em; */
}

header div.search-box {
    width: auto;
}



.active_action {
    font-weight: bold;
}


div.olControlZoom {
    display: none;
}



.button-search {
    background: none repeat scroll 0 0 #c60c30;
    border: medium none;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    padding: 2px 7px;
    text-transform: uppercase;
    cursor: pointer;
}

.button-search:hover {
   
}
.button-search:active {
    
}
.button-location {
    background: rgb(139, 198, 56);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#8bc638', endColorstr='#7db333');
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(139, 198, 56)), to(rgb(125, 179, 51)));
    background: -moz-linear-gradient(top, #8bc638, #7db333);
    font-family: Helvetica,Arial,sans-serif;
    text-shadow: rgb(79, 79, 79) 0px 1px 1px;
    border: 0;
    color: #FFF; 
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    height: 36px;
    line-height: 31px;
    border: 1px solid rgb(112, 161, 44);
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.button-location i {
    color: #fff;
    margin-right: 8px;
}

.divider-text {
    color:#fff;
    font-size: 16px;
    display: block;
    margin-top: 5px;
}


.location-wrapper {
    width:20em;
    margin: 0 auto;
    text-align: center;
    margin-top: 1%;
}
.inline-list {
    padding: 1em;
}

.inline-list li {
    display: inline-block;
}

.block, .inline-list li.block {
    display: block;
}

.blue {
    color:#20596E;
}

/*
    dialog
*/


.overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;

}

.modal{
    display: none;
    background:#fff;
    padding-top:20px;
    overflow:auto;
    z-index:1001;
    position:absolute;
    /* width: 750px;
    height: 500px; */
}

.litemodal{
    display: none;
    background:#fff;
    padding-top:20px;
    overflow:auto;
    z-index:1001;
    position:absolute;
    /* width: 750px;
    height: 500px; */
}

.desktopPhone {display:inline;}
.mobilePhone {display:none !important;}

.showmobile, .showmobilebtns {
	display:none;
}


.showmobilebtns ul li.active, .showmobilebtns ul li.active a {
  background: #ee2e24 none repeat scroll 0 0;
  color: #fff !important;
  font-weight: bold;
}

.showmobilebtns ul li {
  background: #bcbdc0 none repeat scroll 0 0;
  color: #000;
  cursor: pointer;
  float: left;
  font-weight: bold;
  padding-bottom: 6px;
  padding-top: 6px;
  text-align: center;
  width: 50%;
}


.showmobilebtns ul li a {color:#000 !important;}
ol, ul {
  /* clear: left; */
  list-style: outside none none;
}

.hideComingSoonY {display:none;}
.hideComingSoon {display:block;}
.showIfComingsoonY {display:block !important; color:#414141; font-weight:bold;}
#topBannerImage {border-radius:6px;}

@media all and (min-width:0px) and (max-width:601px) {
	.city_map_cont {width:100% !important;}
	.list_container {width:100% !important;}
	.showmobilebtns {
		display:block;
		margin:10px auto;
		width:100%;
	}
	.map {width:100%; height: 400px !important; position:absolute !important; left: -999px; top:-10px;}	
	.poi {width:100%; height:auto; margin-left:0px !important; margin-right:0px;}
	.storeinfo, .storeRight {width:100% !important;}
	.map_panel {
	  float: left !important;
	  margin-bottom: 20px;
	  width: 100% !important;
	  min-height: 380px !important;	  
	}
	.belowMap {
	  float: left !important;
	  margin-bottom: 0px !important;
	  padding:15px;
	  width: 100% !important;
	  margin-right: 0px !important;
	}
	.itemimage {
	  float: left;
	  vertical-align: middle;
	  width: 100% !important;
	}
	.rightsection {
	  float: left;
	  margin-top: 10px;
	  width: 100% !important;
	}
	.leftColumn {width:100% !important;}
	.rightColumn {margin-left: 10px;}
	.storeRight {padding:15px !important; width: calc(100% - 30px) !important;}
	#weeklyADimage {width: 100%;}
	#topBannerImage {width:98%;}
	
	.desktopPhone {display:none !important;}
	.mobilePhone {display:inline !important;}

}



input[type="submit"], #search_button {
    background: none repeat scroll 0 0 #c60c30;
    border: medium none;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
    padding: 2px 7px;
    text-transform: uppercase;
}

.closeBtn {position:absolute; right:20px; top:15px; z-index:999;}
.hideit {display:none;}
.hideitN {display:none;}


/*
 * Paging controls
 */
.poi_paging_wrapper {
    background: #fff;
    border-bottom: 1px solid #C7D3DA;
    margin-top: 5px;
    text-align: center
}

.poi_paging_wrapper .poi_paging_next, .poi_paging_wrapper .poi_paging_prev {
    display: inline-block;
    width: 49%;
}

.poi_paging_wrapper .poi_paging_next, .poi_paging_wrapper .poi_paging_prev,
.poi_paging_wrapper .poi_paging_next span, .poi_paging_wrapper .poi_paging_prev span {
    color: #D7294A;
    font-weight: bold;
    cursor: pointer;
}

.poi_paging_wrapper .poi_paging_disabled,
.poi_paging_wrapper .poi_paging_disabled span,
.poi_paging_wrapper .poi_paging_disabled i {
    color: #ccc;
    cursor: default;
}



.active_action {
    font-weight: bold;
}

.fa {margin-left:5px; margin-right:5px;}

.w2gi-backbone .poi.maneuver {clear:none !important;}

.itemlist {
  border: 1px solid #ddd;
  display: inline-block;
  margin: 10px;
  padding: 10px;
  width: 20%;
}

/*
.row {
  display: block;
  margin: 20px 0 10px;
  padding-left: 2%;
  padding-right: 2%;
} */

.itemlist li {
    list-style: outside none none;
}

.wrapper{/* padding:0px 10px; */}

div.breadcrumb {
    margin: 20px 10px;
    width: auto;
}

.addressBlock {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

.storeinfo {
	width:50%;
	float:left;
}

.storeRight{	
	float:left;
	padding:65px 30px 30px 30px;
	width: calc(50% - 60px);
}

h1 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  margin-top:20px;
}

h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

#map {
    float: left;
    height: 500px;
    position: relative;
    width: 65%;
}


.poi {
  display: block;
  float: left;
  height: 500px;
  margin-left: 8px;
  margin-right: 2px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  width: calc(35% - 10px);
  border-bottom: 1px solid #f8981c;
}


.mainlocation {float:left; margin:10px;}

.nearby_icon {
	background: url("http://hosted.where2getit.com/w2gi/images/icons/gray-pin-shadow.png");
    color: #fff;
    float: left;
    font-weight: bold;
    height: 35px;
    padding-top: 5px;
    text-align: center;
    width: 33px;
}

.main_icon {
	background: url("http://hosted.where2getit.com/w2gi/images/icons/pin1.png");
    color: #fff;
    float: left;
    font-weight: bold;
    height: 24px;
    padding-top: 3px;
    text-align: center;
    width: 30px;
    vertical-align:middle;
    margin-right:10px;
}

.nearby_details {float:left;}

.map_panel {
    float: right;
    width: calc(100% - 47px);
    margin-bottom: 20px;
    position: relative;
}

.belowMap {
    float: right;
    width: calc(100% - 55px);
    margin-bottom: 20px;
}

.itemimage {float:left; margin-right: 30px; vertical-align:middle;}
.rightsection {float:left; margin-top: 30px; width: calc(100% - 350px);}


#cities_list {
    float: left;
    font-size: 11px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

#postalcodes_list {
    float: left;
    font-size: 11px;
    margin-left: 10px;
}

.footer {
  background: #fff none repeat scroll 0 0;
  clear: both;
  float: left;
  font-size: 11px;
  text-align: center;
  width: 100%;
}

.reviewbutton {
    background: #d7294a none repeat scroll 0 0;
    border-radius: 6px;
    color: white;
    display: block;
    font-weight: bold;
    height: 12px;
    padding-bottom: 9px;
    padding-top: 4px;
    text-align: center;
    vertical-align: middle;
    width: 250px;
}

@media (max-width: 750px) {
		
		#panel {width:100%; height:auto;}
		#map {width:100%;}
		.itemlist {width: calc(100% - 40px);}

}


.poi_number_other_icon {
  background-image: url("../images/mapiconS.png");
  background-repeat: no-repeat;
  clear: both;
  color: #ee2e24;
  float: left;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  height: 49px;
  left: 10px;
  padding-top: 9px;
  position: absolute;
  text-align: center;
  top: 15px;
  width: 40px;
}

.content-list.poi-result .poi_number_main_icon {
  background-image: url("../images/homeS.png");
  background-repeat: no-repeat;
  clear: both;
  color: #f8981c;
  float: left;
  font-size: 0;
  font-style: normal;
  font-weight: bold;
  height: 42px;
  left: 10px;
  margin-left: 10px;
  padding-top: 4px;
  position: absolute;
  text-align: center;
  top: 10px;
  width: 35px;
}

.hours {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  margin-bottom: 10px;
}
.hourlabel {
  float: left;
  width: 80px;
}

.monday .monhour, .tuesday .tuehour, .wednesday .wedhour, .thursday .thuhour, .friday .frihour, .saturday .sathour, .sunday .sunhour {
  font-weight: bold;
}

.poi_address {
  clear: both;
  float: left;
  margin-left: 50px;
  min-height: 120px;
}


h3 {
  clear: both;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

#OpenLayers_Control_PanZoom_zoomin, #OpenLayers_Control_PanZoom_zoomin_innerImage {
  height: 43px !important;
  width: 47px !important;
}

#OpenLayers_Control_PanZoom_zoomout, #OpenLayers_Control_PanZoom_zoomout_innerImage {
  height: 40px !important;
  width: 48px !important;
}

.w2gi-backbone .ol-panzoom {
  right: 100px !important;
  top: 300px !important;
}

#OpenLayers_Control_PanZoom_panup, #OpenLayers_Control_PanZoom_panleft, #OpenLayers_Control_PanZoom_panright, #OpenLayers_Control_PanZoom_pandown {
  display: none;
  height: 0;
  left: 0;
  top: 0;
  width: 0;
}

#OpenLayers_Control_PanZoom_zoomout {
  top: 105px !important;
}

.allhours {
  float: left;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 10px;
  width: 100%;
}

.belowStoreImage {
  border: 1px solid #f8981c;
  float: left;
  padding: 20px 30px;
  width: 100%;
  border-top:none;
  margin-top:-1px;
  background: #feead2;
}

.storename {
  color: #ee2e24;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}

.leftColumn {
  float: left;
  margin-left: 10px;
  width: 50%;
  position: relative;
}

.rightColumn {float:left;}
#w2gilocalmain {
  margin: auto;
  max-width: 1280px;
  width: 100%;
}

.letter-wrapper {display:block; margin-bottom:10px; text-align:center;}
.city_map_cont {
  border: 0 none;
  float: left;
  height: 400px;
  width: 55%;
}
.list_container {
  float: left;  
  width: 45%;
}

#this_location_iframe {
  border: 0 none;
  height: 100%;
  width: 100%;
}
.forcitypage {
  border: medium none;
  clear: both;
  display: block;
  width: auto;
  margin-left: 0px;
  padding-left: 0px;
}

.breadcrumb2 {
  border-bottom: 1px solid #cdcdcd;
  color: #000000;
  margin: 10px 0;
  padding: 0 0 10px;
}

#content {
  margin: auto;
  max-width: 1280px;
  padding: 30px;
  width: 100%;
}

.imgIcon {
  vertical-align: middle;
  width: 30px;
}


.cbp-hrsub {display:none !important;}

.not-loggedin .sc-right {display:none !important;}
