/*====================
    responsive.css
================*/

/*======= Fonts =======*/

@font-face {
  font-family: "Lato-Regular";
  src: url('/bareescentuals/2016/fonts/Lato-Regular.eot');
  src: url('/bareescentuals/2016/fonts/Lato-Regular.eot?#iefix') format('eot'),
       url('/bareescentuals/2016/fonts/Lato-Regular.woff') format('woff'),
       url('/bareescentuals/2016/fonts/Lato-Regular.ttf') format('truetype'),
       url('/bareescentuals/2016/fonts/Lato-Regular.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Heavy';
  src: url('/bareescentuals/2016/fonts/Lato-Heavy.eot');
  src: url('/bareescentuals/2016/fonts/Lato-Heavy.eot?#iefix') format('eot'),
       url('/bareescentuals/2016/fonts/Lato-Heavy.woff') format('woff'),
       url('/bareescentuals/2016/fonts/Lato-Heavy.ttf') format('truetype'),
       url('/bareescentuals/2016/fonts/Lato-Heavy.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*======= Resets =======*/

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;
    font: inherit;
    vertical-align: baseline;*/
    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: "Lato-Regular", sans-serif;
    color: #333;
    font-size: 13px;
}
ol, ul {
    list-style: none;
	clear:left;
}
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;
}

.clear {
    clear: both;
}

/*-- /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
  *
  */


.mobile-inline {
    display: none;
}

/*====== Headers =======*/

h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    letter-spacing: 3px;
}

body {
    
}

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

a {
    color: #333;
}

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

.content-list {
    overflow: hidden;
    position: relative;
    background: #FFF;
    /* width: 30em; */
}

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

.content-list.maneuver-result li {
    width: 100%;
}

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

/*====== Locations search form =======*/

.form-wrapper {
    width: 100%;
    background-color: #fbf4ef;
    padding: 50px 0 25px;
    height: 250px;
}

.online-link {
    font-family: 'Lato-Heavy', arial, sans-serif;
    
    font-size: 15px;
    text-transform: uppercase;
/*    border-bottom: 1px solid #525252;*/ 
    text-decoration: underline;
   letter-spacing: 1px;
    text-align: center;
    margin-top: 15px;
}

.online-link a {
    color: #bd9271;
}

.online-link a:visited {
    color: #bd9271;
}

#locator_search {
    width: 100%;
    max-width: 1220px;
    margin: 40px auto 0;
    position: relative;
}

#locator_search label, #driving_directions label {
    font-size: 15px;
    /* color: #939393; */
   	color: #666;
}

#locator_search select, #locator_search input {
    /*padding: 0 15px;*/
    padding: 0 8px;
    font-family: 'Lato-Heavy', arial, sans-serif;
    /*font-size: 15px;*/
    font-style: 13px;
    border-radius: 0;
}

.search-box_wrapper {
    float: left;
    width: 22%;
    margin: 22px 1% 0 0;
}

#input-address.search-box{
    width: 100%;
    height: 42px;
    border: 1px solid #000;
    border-radius: 0;
    -webkit-appearance: none;
}

.addressinput{
    width: 100%;
    height: 42px;
    border: 1px solid #000;
    border-radius: 0;
    -webkit-appearance: none;
}

.search_country_wrapper {
    float: left;
    width: 17%;
    margin: 0 1% 0 0;    
}

.search-country_border, .store-type_border, .search-radius_border {
    border: 1px solid #000;
    overflow: hidden;
    background-color: #fff;
    background-image: url(../images/dropdown_arrow.png);
    background-repeat: no-repeat;
    background-position: center right;
    height: 42px;
    width: 100%;
}

.search_country, .store-type, .search-radius {
    width: calc(100% + 20px);
    height: 42px;
    background: transparent;
    text-transform: uppercase;
}

.store-type_wrapper {
    float: left;
    /*width: 25%;*/
    width: 32%;
    margin: 0 1% 0 0;
}


.all-locations {
    letter-spacing: 2px;
}
.search-radius_wrapper {
    width: 14%;
    float: left;
    margin: 0 1% 0 0;
}

.search-btn_wrapper {
    width: 10%;
    float: left;
    margin: 22px 0 0;
}

.button-search {
    width: 100%;
    height: 42px;
    border: none;
    font-family: 'Lato-Heavy', arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
    letter-spacing: 1px;
    cursor: pointer;
}

.button-search:hover, .button-search:focus {outline: medium dotted black;}
#msg-locations:hover, #msg-locations:focus {outline: medium dotted black;}


/*======= Driving Directions Form =======*/

#driving_directions {
    width: 100%;
    max-width: 1220px;
    margin: 40px auto 0;
    position: relative;
}

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

#driving_directions label {
    display: inline-block;
	width: 100%;
}

#driving_directions input.search-box {
    width: 260px;
    height: 42px;
    border: solid 1px #000;
    padding: 0 15px;
    border-radius: 0;
    -webkit-appearance: none;
}

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


.dd-to_wrapper, .dd-from_wrapper, .dd-btn_wrapper {
    float: left;
}

.dd-to_wrapper, .dd-form_wrapper {
    width: 25%;
    margin: 0 15px 0 0;

}

.dd-btn_wrapper {
    width: 15%;
    padding-top: 22px;
}

.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 {
    margin: 50px 0 0;
    position: relative;
    text-align: center;
    width: 100%;
    height: 50px;
    
}

.icon-bar a {
    color: #525252;
    font-size: 15px;
    border-bottom: 1px solid #525252;
}

.icon-bar a:nth-of-type(2){
    margin: 0 20px;
}

.icon img {cursor:pointer !important;}


/*======= Map =======*/

.map {
    /*float: left;*/
    height: 525px;
    margin: 0 auto;
    width: 100%;
    /*max-width: 1220px;*/
}

.w2gi-backbone .ol-panzoom {
    top: 50px !important;
    left: 20px !important;
}

.end_icon {
	color: #000 !important;
}


/*======= POI =======*/

.poi {
    width: 100%;
    z-index: 999;
}

.poi h3 {
    font-family: 'Lato-Heavy', arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0;
}

.list-header_wrapper {
    width: 100%;
    border-bottom: 1px solid #dedede;
}

.list-header_wrapper ul {
    overflow: auto;
}

.list-header_wrapper ul li {
    display: block;
    float: left;
    
    font-size: 17px;
}

.store_header {
    width: 34%;
}

.address_header {
    width: 23%;
}

    .list-header_wrapper ul li.events_header {
        float: right;
        width: 20%;
    }

    .events_wrapper {
        width: 20%;
        float: right;
    }
    

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


.poi-item {
    color: #525252;
    width: 100%;
    height: 175px;
    padding: 35px 0;
    border: none;    
    border-bottom: 1px solid #d3d3d3;
    position: relative;
    line-height: 20px;
    font-size: 17px
}

.number-name-distance_wrapper {
    position: relative;
    float: left;
    width: 34%;
}

.number_wrapper {
    position: relative;
    float: left;
    width: 25px;
}

.number_wrapper img {
    /*position: absolute;*/
    width: 25px;
    height: auto;
}

.poi-number_wrapper {
    width: 100%;
    position: absolute;
    top: 3px;
    left: 0;
    width: 25px;
    text-align: center;
}

.poi_number {
    color: #fff;
    font-style: normal;
    font-size: 13px;
}

.name_wrapper {
    float: left;
    margin: 0 0 0 15px;
    width: calc(100% - 40px);
}

.viewBubble a {
    text-transform: uppercase;
    /*border-bottom: 1px solid #525252;*/
    text-decoration: underline;
    font-size: 18px;
}

.hideBoutiqueBE_BOUTIQUE, .hideOutletBE_OUTLET {
    display: block !important;
    padding: 7px 0 0;
}

.distance {
    /*font-weight: bold;*/
    font-family: 'Lato-Heavy', arial, sans-serif;
    padding: 4px 0 0;
}

.banner {
    padding: 5px 0 0;
}

.address_wrapper {
    float: left;
    width: 23%;
}

.add_wrapper div {
	padding: 0 0 2px;
}

.street-name, .city-state-zip {
    padding-bottom: 4px;
}

.hours_wrapper {
    float: left;
    width: 24%;
    height: 100%;
}

.connect_wrapper {
	float: left;
}

.connect_wrapper div {
 	/*padding: 0 0 4px;*/
    padding: 0 0 10px;
}

.connect_bubble-open {
    font-family: "Lato-Heavy", arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    /*border-bottom: 1px solid #525252*/
}

.poi-item .connect_sendTo a {
	font-weight: normal;
	border-bottom: 1px solid #525252
}

.showhours {
    display: block !important;
}

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

.searchFilters div {
    float: left;
}

.searchFilters input {
    vertical-align: middle;
}

.poi.maneuver {
   
}

.poi .content-list li {
    float:left;
    background: #FFF;
/*    margin: .3em;
    padding: .4em;    */

}

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



.poi-item a {
    font-weight: bold;  
    cursor: pointer;  
}

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

.box-wrapper {
	/*position:relative;*/
    width: 100%;

}

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

/*======= Bubble =======*/

.w2gi-popup {
    background-color: #fff;
    /*width: 250px;
    height: 300px;*/
    width: 100%;
    height: 100%;
}

.w2gi-popup h3 {
    color:#000;
    font-family: "Lato-Heavy", arial, sans-serif;
    text-transform: uppercase;
    /*font-size: 18px;*/
    padding: 0 0 7px;
}
.olPopupContent {
    overflow: hidden !important;
}

.divider {
    text-align: left;
    margin: 15px 0 10px; 
    float:left; 
    border-top: 1px solid #D3CCB5; 
    width:100%; 
    padding-top: 15px;
}

.bubble-addressline {
	height: 42px;
    border: 1px solid #000;
    width: calc(100% - 100px);
    padding: 0 15px;
    -webkit-appearance: none;
    border-radius: 0;
}

.go-btn {
	background-color: #000;
	border: none;
	border-radius: 0;
	height: 42px;
	width: 80px;
	color: #fff;
	text-transform: uppercase;
    font-family: 'Lato-Heavy', arial, sans-serif;
    -webkit-appearance: none;
    cursor: pointer;
    padding: 12px 0 10px 0;
    position: relative;
    vertical-align: top;
}

.country_selection {
	display: none;
}




/*
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;*/
    padding: 20px 15px 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; */
}

.tab-left {
    float: left;
    width: 60%;
}

.tab-right {
    float: right;
    width: 38%;
}

.triangleDiv {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    width: 20px;
    height: 20px; 
    position: absolute;
    top: 270px;
    left: 165px;
}

/*======= Driving Directions =======*/

.dd-form-wrapper {
    width: 100%;
    background-color: #fbf4ef;
/*    padding: 50px 0 25px;
    height: 250px;*/
    padding: 1px 0 0px;
    height: 160px;
}

.d-list_wrapper, .d-list-instr {
	float: left;
}

.d-list_wrapper {
	position: relative;
}

.d-list_icon {
	width: 25px;
	height: auto;
}

.maneuver-result li {
	height: 175px;
	width: 100%;
    padding: 35px 0;
    border-bottom: 1px solid #d3d3d3;
    padding: 70px 0;
}

.d-list_icon-no {
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 13px;
	color: #fff;
	width: 25px;
	text-align: center;
}

.d-list-instr {
	margin: 0 0 0 15px;
}


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

/*.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;
}*/


.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;
}



.active_action {
    font-weight: bold;
}


div.olControlZoom {
    display: none;
}


.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);
    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; */
}

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


/*@media all and (min-width:601px) and (max-width:900px) {
	.map {width:100%;height: 320px;}	
	.poi {width:100%; height:auto;}
}

@media all and (min-width:0px) and (max-width:601px) {
	.map {width:100%; height: 320px;}	
	.poi {width:100%; height:auto;}
	
	.desktopPhone {display:none !important;}
	.mobilePhone {display:inline !important;}

}*/

.closeBtn {
    position:absolute;
    right:20px; 
    /*top:15px;*/
    top: 7px;
    z-index:999;
    color: #fff;
}
.hideit {display:none !important;}



/*
 * 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: inherit;
    /*font-weight: bold;*/
    cursor: pointer;
    font-size: 16px;
}

.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;
	font-size: 17px;
}

.itemlist {float:left; margin-right:20px; margin-left:5px; margin-bottom:20px;}

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

.wrapper {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
}

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

.addressBlock {
    padding: 15px;
}




#map {
    border: 1px solid #f2f4f2;
    float: left;
    height: 350px;
    position: relative;
    width: 59%;
}

#panel {
    border: 1px solid #f2f4f2;
    float: left;
    height: 350px;
    overflow: auto;
    width: 40%;
}


.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: left;
    width: 100%;
}

#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 {
    clear: both;
    float: left;
    font-size: 11px;
    margin-left: 10px;
    margin-top: 20px;
}

.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;
}

.tablet-mobile {
    display: none;
}

.mobile, .mobile-inlne {
    display: none;
}

.dd-btn_wrapper .button-search {
    min-width: 150px;
}

.tablet {
    display: none;
}

.modal_title-bar {
    position: absolute;
    top: 0;
    /*width: 392px;*/
    width: 100%;    
    height: 30px;
    background-color: #000;
}

.connect_wrapper {width:43%; padding-left:50px;}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px !important;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/*======= Tablet styling =======*/

@media (max-width: 768px) {
	.connect_wrapper {width:100%}

    .desktop-only {
        display: none;
    }

    .tablet-mobile {
        display: inherit;
    }

    .tablet {
        display: block;
    }
	
	h1 {
		font-size: 20px;
	}

    #locator_search {
        margin: 17px auto 0;
    }

    #input-address.search-box {
        height: 33px;
      /*  padding: 0 10px;*/
    }

   .search-country_border, .store-type_border, .search-radius_border, .search_country, .store-type, .search-radius {
        height: 33px;
    }

    #locator_search input, #locator_search select {
        padding: 0 2px;
        font-size: 11px;
    }

    .search-country_border, .store-type_border, .search-radius_border {
        background-size: 33px 33px;
    }

    .button-search {
        height: 33px;
        font-size: 12px;
    }

    .map {
        height: 310px;
    }

    .w2gi-backbone .ol-panzoom {
        top: 30px !important;
    }

    .go-btn {
        top: 0;
    }

	.icon-bar a:first-of-type {
		display: none;
	}

    .icon-bar {
        margin: 25px 0 0;
    }

    .form-wrapper {
        height: 190px;
        padding: 45px 20px 0;
    }

    .wrapper {
        padding: 0 20px;
    }

    .number-name-distance_wrapper, .store_header  {
        width: 30%;
    }

    .view-bubble a, .poi-item a, .connect_bubble-open {
        font-size: 14px;
    }

    .poi-item {
        font-size: 14px;
        height: auto;
    }

    .connect_wrapper div {
        padding: 0;
    }

 /*   .name_wrapper {
        max-width: 170px;
    }*/

    .hours_wrapper {
        width: 20%;
    }

    .address_header, .address_wrapper {
        width: 25%;
    }



    

    .connect_wrapper {
        float: left;
        width: 20%;
    }

    .events_wrapper {
        width: 20%;
    }

    /*.dd-form-wrapper {
        width: 100%;
        background-color: #fbf4ef;
        padding: 1px 0 0px;
        height: 160px;
    }*/

    #driving_directions {
        padding: 0 20px;

    }

#driving_directions input.search-box {
    height: 33px;
    font-size: 12px;
}

    .dd-btn_wrapper {
        float: right;
    }

    .dd-btn_wrapper .button-search {
        float: right;
    }

    .maneuver-result li {
        height: 120px;
        padding: 50px 0;
    }


.mobile-inline {
    display: none;
}


}

@media screen and (max-width: 640px) {
    
    .w2gi-popup-content, .w2gi-popup.ol-unselectable {
        /*display: none;*/
    }

    .w2gi-backbone div.map {
        /* pointer-events: none; */
    }

    .olPopupContent {
        margin-left: -20%;
        /*position: relative;*/
    }

    .w2gi-popup { 
        width: 0px;
    }

    .triangleDiv {
        left: 60px;
    }

    .map.olMap {
        /* pointer-events: none; */
    }

    .wrapper {
        padding: 0 10px;
    }

    .desktop-only {
        display: none;
    }

    .mobile-inline {
        display: inline;
    }

    .tablet {
        display: none;
    }

    .mobile {
        display: block;
        padding: 3px 0px;
    }

    .clear.mobile {
        height: 0;
        width: 0;
    }

    .desktop-tablet {
        display: none;
    }

    .form-wrapper {
        height: inherit;
    }

    .search-box_wrapper, .search_country_wrapper {
        width: 100%;
        margin-bottom: 7px;
    }

    .store-type_wrapper {
        width: 60%;

    }

    .search-radius_wrapper {
        float: right;
        width: 38.5%;
        margin: 0;
    }

    #locator_search select, #locator_search input {
        padding: 0 12px;
        font-size: 12px;
    }
    
    #locator_search select:focus, #locator_search input:focus {
    	outline: medium dotted #ff0000 !important;
    	background: #ccc;
    }

    .search-btn_wrapper {
        width: 100%;
    }

    .map {
        height: 300px;
    }

    .w2gi-backbone .ol-panzoom {
        top: 20px !important;
        left: 10px !important;
        pointer-events: all;
    }

    .poi h3 {
        font-size: 14px;
        margin: 30px 0 0;
        padding: 0 0 15px;
        border-bottom: 1px solid #939393;
        text-align: center;
    }

    .icon-bar {
        height: inherit;
    }

    .icon-bar a {
        display: none;
    }

    .list-header_wrapper {
        display: none;
    }

    .view-bubble a, .poi-item a, .connect_bubble-open {
        font-size: 13px;
    }

    .number-name-distance_wrapper, .address_wrapper, .hours_wrapper, .connect_wrapper, .events_wrapper {
        width: 100%;
    }

    .poi-item {
        height: inherit;   
        padding: 30px 0 5px;
    }

    .address_wrapper, .hours_wrapper, .connect_wrapper, .events_wrapper {
        padding: 0 0 0 40px;
    }

    .get-dir {
        padding: 0 0 0 40px;
    }

    .get-dir {
        text-transform: uppercase;
        text-decoration: underline;
        font-family: 'Lato-Heavy', arial, sans-serif;
    }



    .connect_wrapper {
        padding: 7px 0 3px 40px;
    }

    .mobile.phone {
        text-decoration: underline;
    }

    .online-link {
        font-size: 12px;
    }

    /*======= Modal Styling =======*/

    .modal {
        width: 300px;
        padding-top: 2px;
        /*height: 550px;*/
        height: 550px;
        margin-top: 25px;
        /*position: relative;*/
    }

    

    .modal_title-bar {
        position: absolute;
        width: 300px;
        height: 30px;
        background-color: #000;
    }

    iframe {
        width: 276px !important;
        height: 505px !important;
    }

    .modal p {
        padding: 1em 1em 0;
    }

}

@media screen and (max-width: 400px) {
    .store-type_wrapper, .search-radius_wrapper {
        width: 100%;
    }
    .connect_wrapper {width:100%}
}

.w2gi-popup.ol-unselectable {
    position: relative;
    bottom: 25px;
}

a:focus {
	 outline: medium dotted black;
	 padding: 3px;
}

select:focus, input:focus {	
    background: #999;
    opacity: 0.5;
}
