/* 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,g
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, input, select, button {
    box-sizing: border-box;
    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;
}

html {
    font-size: 62.5%;
}
body {
    line-height: 1.5;
    /*font-family:Lato !important;*/
    font-family: Arial, 'SemplicitaW01', Helvetica,sans-serif;    
}

@font-face {
    font-family: 'SemplicitaW01';
    src: url('../fonts/SemplicitaW01-Semibold.eot');
    src: url('../fonts/SemplicitaW01-Semibold.eot') format('embedded-opentype'),
        url('../fonts/SemplicitaW01-Semibold.woff2') format('woff2'),
        url('../fonts/SemplicitaW01-Semibold.woff') format('woff'),
        url('../fonts/SemplicitaW01-Semibold.ttf') format('truetype'),
        url('../fonts/SemplicitaW01-Semibold.svg#SemplicitaW01-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SemplicitaW01';
    src: url('../fonts/SemplicitaW01-Medium.eot');
    src: url('../fonts/SemplicitaW01-Medium.eot') format('embedded-opentype'),
        url('../fonts/SemplicitaW01-Medium.woff2') format('woff2'),
        url('../fonts/SemplicitaW01-Medium.woff') format('woff'),
        url('../fonts/SemplicitaW01-Medium.ttf') format('truetype'),
        url('../fonts/SemplicitaW01-Medium.svg#SemplicitaW01-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SemplicitaW01';
    src: url('../fonts/SemplicitaW01-Bold.eot');
    src: url('../fonts/SemplicitaW01-Bold.eot') format('embedded-opentype'),
        url('../fonts/SemplicitaW01-Bold.woff2') format('woff2'),
        url('../fonts/SemplicitaW01-Bold.woff') format('woff'),
        url('../fonts/SemplicitaW01-Bold.ttf') format('truetype'),
        url('../fonts/SemplicitaW01-Bold.svg#SemplicitaW01-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


input, select {
    font-family: 'SemplicitaW01', Helvetica,sans-serif;
}
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;
}

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

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

.clear:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}

 /*MAP*/

 .ol-attribution.ol-uncollapsible a {
    text-decoration: underline;
 }

.map {
    position:relative;
    width: 100%;
    float: left;
    margin: 0 auto;
    height: 100vh;
    min-height: 730px;
    max-height: 800px;
}

.map div {
    padding: 0;
}

.ol-zoom {
    bottom: 30px;
    top: auto;
    left: auto;
    right: 25px;
}

.ol-control {
    background-color: transparent;
    border: 0;
    border-radius: 0;
}

.ol-control button {
    background-color: #E37600;
    border: none;
    border-radius: 0;
    font-size: 1.9rem;
    transition: all .3s ease-in-out;
}

.ol-control button:hover {
    background-color: #fff;
    /*border: 1px solid #000;*/
    color: #000;
}


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

.ol-zoomslider {
    display:none !important;
}

.ol-panzoom {
    top: auto !important;
    bottom: 200px !important;
}

#OpenLayers_Control_PanZoom_panup, #OpenLayers_Control_PanZoom_panleft, #OpenLayers_Control_PanZoom_panright, #OpenLayers_Control_PanZoom_pandown {
    display:none !important;
} 

#OpenLayers_Control_PanZoom_zoomin_innerImage{
    height:40px !important;
    width:40px !important;
}

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

#OpenLayers_Control_PanZoom_zoomin {
    left:auto !important;
    right:10px !important;
}

#OpenLayers_Control_PanZoom_zoomout {
     left:auto !important;
     right:10px !important;
     top:112px !important;
}

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

#w2gi_copyright {   
    right: 3px;
}

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

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

 #indicator {
    display:none;
}

.attribution {   
    position:absolute; 
    bottom: 0;
    width: 100%;
    font-size: 10px;
}
.attribution a {
    color:#9AB531;
    font-size: 10px;
}

.attribution span {
    display: inline-block;
    text-align: center;
    font-size: 10px;
}

 /*SEARCH FORM*/

.form-wrapper {
    z-index: 999;
    /*position: absolute;*/
    /*height: 122px;*/
    width: 400px;
    /*top: 25px;
    left: 100px;*/
    background-color: white;
    border-top: 1px solid #e5e5e5;
    opacity:.9;
}

.locator-wrapper {
    padding: 0 15px;
    width: 100%;
}

h3.poi_header {
    position: relative;
}

h3.poi_header a {
    display: block;
    position: absolute; 
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    /*transition: all .3s ease-in-out;*/
}



h3.poi_header a span { 
    color: #fff;
    pointer-events: none;
    transition: all .15s ease-in-out;
    transform: rotate(0deg);
}

h3.poi_header a.closed span {
    transform: rotate(180deg);
}

h3.poi_header a:hover span {
    -webkit-animation: bulge .6s ease-out;
    -moz-animation: bulge .6s ease-out;
}

h3.poi_header a.closed:hover span {
	/*transform: rotate(0 deg);*/
    -webkit-animation: bulge .6s ease-out;
    -moz-animation: bulge .6s ease-out;
}


@-webkit-keyframes bulge { /* Safari and Chrome */
    0%{
        opacity: 0;
        -webkit-transform: scale(.8, .8);
    }
    20% {
        opacity: 1;
        -webkit-transform: scale(1.3, 1.3);
    }
}

@-moz-keyframes bulge { /* Mozilla */
    0%{
        opacity: 0;
        -moz-transform: scale(.8, .8);
    }
    20% {
        opacity: 1;
        -moz-transform: scale(1.3, 1.3);
    }
}


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

.forms-poi-box {
    float: left;
}

#locator_search {
    position: relative;
    max-width: 100%;
    margin-top: 20px;
    padding-bottom:10px;  
}

.search-box {
    border: 1px solid #ccc;
    font-size: 1.3rem;
    height: 36px;
    padding: 0 10px;
    width: 100%;
}

.country_wrapper {
    height: 36px;
    margin: 12px 0 0;
    position: relative;
    width: 100%;
   /* width: 70%;*/
    display: inline-block;
}

.country_wrapper:after {
    content: '\f0d7';
    font-family: 'Fontawesome';
    font-size: 1.4rem;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

#search_country {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    cursor:pointer;
    font-size:1.3rem;
    height: 100%;
    padding:0 0 0 10px;
    text-indent: 1px;
    width: 100%;
}

select::-ms-expand {
    display: none;
}
.radius_wrapper {
    height: 36px;
    margin: 12px 0 0;
    position: relative;
    /* width: 100%; */
    width: 29%;
    display: inline-block;
}
#searchradius {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    cursor: pointer;
    font-size: 1.3rem;
    height: 100%;
    padding: 0 0 0 10px;
    text-indent: 1px;
    width: 100%;
}
.radius_wrapper:after {
    content: '\f0d7';
    font-family: 'Fontawesome';
    font-size: 1.4rem;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.button-search {
    background: #E37600;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-family: 'SemplicitaW01', Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    height: 50px;
    letter-spacing: 1px;
    margin-top: 12px;
    text-transform: uppercase;
    transition: background-color 0.25s ease-out,color 0.25s ease-out;
    width: 100%;
}

.button-search:hover {
    background-color: #000;
}

.button-location {
    height: 36px;
    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: 'SemplicitaW01', Arial, Helvetica, sans-serif;
    text-shadow: rgb(79, 79, 79) 0px 1px 1px;
    border: 0;
    color: #FFF;
    font-family: Arial;
    font-size: 1.6rem;
    font-weight: bold;
    font-style: normal;
    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;
}

ul.cb-wrapper {
    margin: 7px 0 0;
    overflow: hidden;
    /*margin: 12px 0 0;*/
    width: 100%;
}

ul.cb-wrapper li {
    display: block;
    float: left;
    font-size: 1.3rem;
    margin-right: 2%;
    /*width: 29%;
    width: 27%;*/
}

ul.cb-wrapper li:last-of-type {
    margin-right: 0;
    /*width: 37%;*/
    width: 100%;
}


ul.cb-wrapper input {
    display: none;
}

ul.cb-wrapper label {
    position: relative;
}

ul.cb-wrapper input[type="checkbox"]:checked + label:after {
    content: '\f00c';
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    left: 4px;
    top: 49%;
    transform: translateY(-50%);
}

ul.cb-wrapper label:before {
    border: 1px solid #000;
    content: '';
    display: inline-block;
    height: 18px;
    margin: 0 5px 0 0;
    position: relative;
    top: 5px;
    width: 18px;
}


#locator_search span {
    color: #fff;
}

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

.wrapper {
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    /*width: calc(100% - 400px);*/
}

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

.icon img {
    cursor:pointer !important;
}

.w2gi-backbone .olPopupCloseBox {
    /*display: none!important;*/
}


.icon-bar a, .icon-bar i {
    font-size: 1.2rem;
}

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

/*POI*/

.content-list {
    background: #fff;
    /*max-height: 345px;*/
    position: relative;

    width: 100%;
    /*max-height:500px;*/
}

.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 {
    display: inline-block;
    width:20%;
    text-transform: none;
}

.poi {
    /*position:absolute;*/
    width: 400px;
    height: calc(100% - 235px);
    /*height:auto;*/
    /*max-height: 537px;
    max-height: 595px;
    max-height: 525px;*/
    max-height: 555px;
    overflow: auto;  
    background-color:white;
    opacity:.9;
    transition: max-height .3s ease-in-out;
}

.poi.macOS {
    /*max-height: 580px;*/
    max-height: 510px;
}

div[style="font-size:25px;font-weight:bold;color:#CD0000;margin-bottom:15px;"] {
    display: none;
}

.poi.error-msg {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px 25px 0;

}


.poi.closed {
    max-height: 36px;
    overflow:hidden;
}

.poi h3 {
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-color: #000;
    font-size: 1.3rem;
    text-align: center;
    vertical-align: top;
    clear: both;
    position: sticky;
    top: 0;
    z-index: 10;
}

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

.searchFilters div {
    float: left;
}

.searchFilters input {
    vertical-align: middle;
}

.arrow_div {
    position: absolute;
    right: 11px;
    top: 40%;
}

.vert_line {
    position:absolute;
    height: 100%;
    left: 83px;
    bottom: 2px;
}

.poi-item,.poi_wrapper, .sub_poi_wrapper {
    height: 100%;
}

.sub_poi_wrapper:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}

.icon_wrapper {
    height: 100%;
    float: left;
    position: relative;
    width: 85px;
    cursor: pointer;
}

.icon_number {
    color: #fff;
    /*left: 50%;
    position: absolute;
    top: 21px;
    color: #fff;*/
    width: 30px;
    position: absolute;
    top: 4px;
    /*left: 15px;*/
    left: 50%;
    transform: translateX(-50%);
}

.factory {
    /*background: url("../images/StoreResults-Outlet.png") no-repeat;*/
    background-color: #000;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 30px;
    left: 0;
    padding: 7px 0 0;
    position: relative;
    text-align: center;
    top: 0;
    width: 30px;
    /*background-size: contain; */
}

.pro {
    /*background: url("../images/StoreResults-Reseller.png") no-repeat;*/
    height: 30px;
    left: 0;
    padding: 7px 0 0;
    position: relative;
    text-align: center;
    top: 0;
    width: 30px;
    /*background-size: contain; */
    border: 2px solid #000;
    border-radius: 50%;
}

.retail {
    border: 1px solid #E37600;
    /*background: url("../images/StoreResults-FactoryOutlet.png") no-repeat;*/
    height: 30px;
    left: 0;
    padding: 7px 0 0;
    position: relative;
    text-align: center;
    top: 0;
    width: 30px;
    /*background-size: contain; */
    background-color: #E37600;
    border-radius: 50%;
}

.retail:after {
    border: 1px solid #fff;
    border-radius: 50%;
    content: '';
    display: block;
    height: 80%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}

.reseller {
    /*background: url("../images/StoreResults-Reseller.png") no-repeat;*/
     height: 30px;
    left: 0;
    padding: 7px 0 0;
    position: relative;
    text-align: center;
    top: 0;
    width: 30px;
    /*background-size: contain; */
    border: 2px solid #000;
    border-radius: 50%;
}

label .retail, label .reseller, label .factory {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: 4px;
    margin-left: 5px;
}

.reseller .icon_number, .pro .icon_number, .reseller span, .pro span {
    color: #000!important;
}

.icon_div {
    height: 39px;
    margin: 20px auto 5px;
    width: 26px;
}

.moreinfo_box .icon_div {
    float: left;
    margin: 20px 5px;
}

.icon_div img {
    width:25px;
}

.icon_div span {
    z-index: 99999;
    position: relative;
    bottom: 35.5px;
    color: white;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
}

.moreinfo_box .icon_div span {
    bottom: unset;
    padding: 2px 0 0 0;
}

.mi_expand {
    display: block;
    position: relative;
    text-decoration: underline;
}

.mi_expand:before {
    /*content: '\f106';
    content: '\f0d7';*/
    content: '\f078';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 1.2rem;
    position: relative;
    left: 2px;
    margin-right: 4px;
    text-decoration: none;
    transform: none;
    transition: transform .3s ease-in-out;
    padding-left: 5px;
}

.mi_expand.closed:before {
    top: 2px;
    transform: rotate(180deg);
}

.fa {
    font-size: 1.2rem;
}

.poi_directions {
    text-decoration: underline;
    position: relative;
    float: left;
    display: block;
    clear: both;
}

.hourswrapper {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  margin-top: 10px;
}

.hourswrapper:before {
   content: "\f017";
   display: inline-block;
   font-family: 'FontAwesome';
   font-size: 1.5rem;
   position: relative;
   left: 2px;
   margin-right: 4px;
   text-decoration: none; 
}


.showmobile {
    display: none;
}

.poi_directions:before {
    content: '\f277';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 1.2rem;
    position: relative;
    left: 2px;
    margin-right: 4px;
    text-decoration: none;
}

.icon_wrapper a.mi_expand2 {
	display: block;
	margin: 5px 0 0;
	text-align: center;
}

.icon_wrapper a.mi_expand2 span:before {
	/*color: #333;*/
    color: #589bc6;
    /*color: #E37600;*/
	display: inline;
	pointer-events: none;
	font-size: 1.6rem;
	/*transition: all .3s ease-in-out;*/
}

.icon_wrapper a.mi_expand2 span:hover:before {
    -webkit-animation: pulse .6s ease-out;
    -moz-animation: pulse .6s ease-out;
}

.icon_wrapper a.open.mi_expand2 span:before {
    content: "\f057";
    content: "\f05c";
}

@-webkit-keyframes pulse { /* Safari and Chrome */
    0%{
        /*opacity: 0;*/
        font-size: 1.2rem;
    }
    20% {
        /*opacity: 1;*/
        font-size: 1.8rem;
    }
}

@-moz-keyframes pulse { /* Mozilla */
    0%{
        /*opacity: 0;*/
        font-size: 1.2rem;
    }
    20% {
        /*opacity: 1;*/
        font-size: 1.8rem;
    }
}

.distance_away {
    /*position: absolute;*/
    /*top: 50px;*/
    margin: 0;
    width: 100%;
    font-size:1.4rem;
    line-height: 1.6rem;
    text-align: center;
}

.poi_box {
    /*cursor:pointer;*/
    float: left;
    font-size:1.4rem;
    margin: 15px 0;
    padding: 0 0 0 20px;
    position: relative;
    width: calc(100% - 100px);
}

.poi_box:before {
    border-left: 1px solid #e5e5e5;
    content: '';
    display: block;
    height: 100px;
    position: absolute;
    left: 0;
    top: 50%;
	transition: all .15s ease-in-out;
    transform: translateY(-50%);
    width: 1px;
}

@media (min-width: 802px) {
    .poi-hover .poi_box:before, .content-list.poi-result > li.poi-item:hover .poi_box:before {
    	border-left: 1px solid #fff;
    }
}

/*.poi-hover .poi_box:before {*/
.sub_poi_wrapper.open .poi_box:before {
    height: 100%;
}

.poi_box span:first-of-type {
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.poi_box .address_wrapper {
    text-transform: capitalize;
}

.poi_box div {
    /*margin-top:2px;*/
    /*margin-bottom:10px;*/
}

.poi_box div.carries_wrapper {
    /*max-width: 295px;*/
    /*float: left;*/
}

.list_header {
	font-weight: bold;
    /*margin-bottom: 3px;*/
}

.carries_wrapper .list_header:before {
    border: 1px solid #000;
    border-radius: 50%;
    content: '\f290';
    display: inline-block;
    font-family: 'FontAwesome';
    height: 22px;
    line-height: 2.2rem;
    margin-right: 10px;
    /*padding: 3px 0 0;*/
    text-align: center;
    width: 22px;
}

.poi_box .carries_wrapper ul {
    overflow: hidden;
}

.poi_box .carries_wrapper ul li {
    display: block;
    font-size: 1.3rem;
    /*line-height: 1.6rem;*/
    line-height: 1.7rem
    /*float: left;*/
}

.poi_box .carries_wrapper ul li:not(.list_header){
    text-indent: 34px;
}

.poi_box ul.features {
	/*clear: none;
	float: right;*/
	font-size: 1.3rem;
	line-height: 1.7rem;
    margin: 12px 0 0;
}

.poi_box ul.features li.list_header:before {
    border: 1px solid #000;
    border-radius: 50%;
    content: '\f06b';
    display: inline-block;
    font-family: 'FontAwesome';
    height: 22px;
    line-height: 2.2rem;
    margin-right: 10px;
    /*padding: 3px 0 0;*/
    text-align: center;
    width: 22px;
}

.poi_box ul.features li:not(.list_header){
    /*text-indent: 34px;*/
}
/*
.poi_box ul.features li.returns:before {
	content:'\f0e2';
	font-family: 'FontAwesome';
}

.poi_box ul.features li.giftcards:before {
	content:'\f06b';
	font-family: 'FontAwesome';
}*/

.close_text span {
    font-size:1.5rem;
    font-weight:bold;
}

.phone_icon {
    margin-right: 10px;
    margin-top: 3px;
    float: left;
}

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

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

.content-list.poi-result {
	clear: left;
    /*height: 600px;*/
    /*overflow: auto;*/
    overflow: hidden;
}

.content-list.poi-result > li {
    width: 100%;
    padding:0;
    margin:0;
    float:left;
    border: none;    
    /*border-bottom: 1px solid #f2f2f2;*/
    border-bottom: 1px solid #f8f8f8;
    position: relative;
    line-height: 20px;
    /*cursor:pointer;*/
    transition: all .15s ease-in-out;
}

.poi-item {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
a.poi_url {
    position: relative;
    float: left;
    clear: both;
}
a.poi_url:before {
    border: 1px solid #333;
    border-radius: 50%;
    content: '';
    display: inline-block;
    font-size: 1.1rem;
    line-height: 2rem;
    height: 16px;
    margin: 0 3px 0px -4px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 16px;
}
a.poi_url:after {
    content: '\f08e';
    font-family: 'FontAwesome';
    left: 0px;
    position: absolute;
    /*top: 1px;*/
    top: 5px;
    width: 11px;
    height: 11px;
    font-size: 1.1rem;
}
.poi-item a {
    cursor: pointer;
    font-family: 'SemplicitaW01', Helvetica,sans-serif;
}

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

.box-wrapper {
	position:relative;
}

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

.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 {
    margin-left: 3px;
    line-height: 25px;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
    font-family: 'SemplicitaW01';
}

.content-list.poi-result a.store_name {
    cursor: pointer;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'SemplicitaW01';
}

.content-list.poi-result span {
    display: block;
}

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

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

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

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

.active_action {
    font-weight: bold;
}


div.olControlZoom {
    display: none;
}

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


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

.desktopPhone {
    float: left;
    margin-top: 2px;
    display: block;
    /*width: 70%;*/
}

.desktopPhone:before {
    content: '\f095';
    font-family: 'FontAwesome';
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.mi_expand {
	display: block;
	float: left;
    clear: both;
	text-decoration: underline;
    width: 100%;
    margin-top: 10px;
}

.poi_box div.moreinfo {
	clear: both;
	margin-top: 10px;
	padding: 10px 0;
	position: relative;
	width: 100%;
}

.moreinfo:before {
	border-top: 1px solid #e5e5e5;
	content: '';
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	transition: all .15s ease-in-out;
	/*width: 90%;*/
    width: 100%;
}

.locerror {
	font-size: 1.5rem;
	padding: 0 15px;
}

@media (min-width: 802px) {
.poi-hover .moreinfo:before, .content-list.poi-result > li.poi-item:hover .moreinfo:before {
	border-top: 1px solid #fff;
}
}

.moreinfo:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}

.poi_mobile_directions {
        display:none;
    }

.mobilePhone {
    display:none !important;
}

.mobileshow {
    display:none !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 {
    z-index:999;
    position:absolute; 
    right:20px; 
    top:15px;
}
.hideit {
    display:none !important;
}

.inline-list {
    padding: 1em;
}

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

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

.blue {
    color:#20596E;
}

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

/* Popup*/

.w2gi-popup h3 {
    color:#000;
}

.olPopupContent{
    background-color: #fff;
    padding-top: 20px;
    overflow: hidden !important;
    position: relative;
    height: 180px;
}

.w2gi-popup:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
    content:'';
    display: block;
    height: 0px;
    left: 49%;
    position: absolute;
    top: -20px;
    /*top: -10px;*/
    transform: translateX(-50%);
    width: 0px;
}

.olPopupCloseBox {
    background: none;
    top: 5px !important;
    right: 18px !important; 
    width: 12px !important;
    height: 10px !important;
    text-align: center;
}

.olPopupCloseBox:before {
    content:'\0000d7';
    font-size: 3rem;
}

/*Tabs*/

.tabs li {
    height: 24px;
    width: 60px;
    background: #ccc;
    display: inline-block;
    padding: 4px;
    margin-right: 5px;
    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;
}
*/
.tab-content.active div{
   margin-top:15px;
   /*text-decoration: underline;*/
}

.tab-content.active a {
    font-size: 1.2rem;
    text-decoration: underline;
}

.bubble_nap li{
    text-indent: 26px;
}

.bubble_nap li:not(.bubble_distance) {
    text-transform: capitalize;
}

.bubble_nap li.bubble_name {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-indent: 0;
    text-transform: uppercase;
    width: calc(100% - 40px);
}

.bubble_nap li.bubble_address {
    margin-bottom: -3px;
    text-indent: 0;
}

.bubble_nap li.bubble_address:before {
    border: 1px solid #333;
    border-radius: 50%;
    content: '\f278';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 1.1rem;
    line-height: 2rem;
    height: 20px;
    margin: 0 5px 0 0;
    text-align: center;
    width: 20px;
    float:left;
    margin-bottom: 5px;
}

.baddress_wrapper {
    width: 100%;
}

.bubble_address, .baddress {
    margin-top: 0px!important;
    display: inline-block;
}

.bubble_address {
    height: 20px;
    margin: 0 5px 0 0;
    text-align: center;
    width: 20px;
    border: 1px solid #333;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
}
.bubble_address:before {
    content: '\f278';
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 1.1rem;
    line-height: 2rem;
}

.baddress {
    width: calc(100% - 25px);
}

.bubble_nap li.baddress_wrapper {
    text-indent: 0px;
}

.bubble_nap li:not(.bubble_name){
    font-size: 1.4rem;
    line-height: 1.7rem;
    clear: both;
}



.bubble_nap li.bubble_distance {
    /*font-weight: bold;
    margin-bottom: 3px;*/

}


a.bubble_url {
    position: relative;
}

a.bubble_url:after {
    content: '\f08e';
    font-family: 'FontAwesome';
    left: 6px;
    position: absolute;
    top: 3px;
}

 a.bubble_url:before {
    border: 1px solid #333;
    border-radius: 50%;
    content: '';
    display: inline-block;
    font-size: 1.1rem;
    line-height: 2rem;
    height: 20px;
    margin: 0 5px 0 0;
    position: relative;
    text-align: center;
    top: 8px;
    width: 20px;
 } 

.bubble_btn_wrapper {
    bottom: 10px;
    max-width: 270px;
    position: absolute;
    width: 100%;
}

.bubble_btn_wrapper:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
}

.bubble_btn_wrapper a {
    background-color: #000;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    /*float: left;
    font-family: 'franklin-gothic-urw-cond';*/
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: bold;
    height: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.25s ease-out,color 0.25s ease-out;
    width: 49%;
    display: inline-block;
    height: 40px;
    padding: 12px 15px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none!important;
}

.bubble_btn_wrapper a.bubble-phone {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.bubble_btn_wrapper a.bubble-phone:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}

.bubble_btn_wrapper a.bubble-directions {
    background-color: #E37600;
    border: 1px solid #E37600;
    /*float: right;*/
}

.bubble_btn_wrapper a.bubble-directions:hover {
    background-color: #E37600;
    border: 1px solid #E37600;
}

.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; */
}
.w2gi-popup-content {
    margin-bottom: -10px;
}

/*.ol-overlay-container {
    position: absolute !important;
    left: calc(55% - 128px) !important;
    bottom: 42% !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: #014E62;
    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 {float:left; margin-right:20px; margin-left:5px; margin-bottom:20px;}

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

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

.addressBlock {
    padding: 15px;
}

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

 .sub_poi_wrapper_mobile {
    display:none;
}


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

.nearby_icon {
	background: url("https://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("https://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: 1.1rem;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
}

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

.footer {
    clear: both;
    float: left;
    font-size: 1.1rem;
    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;
}

.less_results { 
        float: left; 
        text-decoration: none; 
    color:#cd2452; 
    font-weight:700; 
    font-size: 1.4rem
} 

.more_results { 
    float: right; 
    text-decoration: none; 
    color:#cd2452; 
    font-weight:700; 
    font-size: 1.4rem
}

/*more info section*/

.moreinfo_box {
     border-top: 10px solid #E37600;
     /*width:350px !important;*/
     width: 100%;
     overflow-x:hidden !important;
     overflow-y:hidden !important;
    font-size: 1.4rem;
}

.more_info_header_container {
    margin-top: 10px;
    margin-left: 74px;
    /*max-width: 329px*/
    max-width: 389px;
}

.holidayhours {
    font-weight: bold;
    width: 100%;
    color: #ff0000;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.moreinfo_box li{
    background-color:white !important;
}

.more_info_header {
    font-weight: bold;
    margin-top:25px;
    text-transform: uppercase;
    font-family: 'SemplicitaW01';
}

.directions_btn_wrapper {
    margin-left: 23px;
    margin-top: 20px;
    width:379px;
}

.directions_btn_wrapper button {
    cursor:pointer;
}

#desktop_info {
    height: auto; 
    /*width: 375px;*/ 
    width: 90%;
    margin-left: 23px; 
    margin-top:15px; 
    border-top: 2px 
    solid #E37600; 
    padding-top: 15px;
}

#desktop_info_one {
    width:58%;
    height:auto; 
    float:left;
}

.add_info {
    float: left;
    margin-left: 10px;
    font-weight: bold;
    font-family: 'SemplicitaW01';
}

#desktop_info_one img {
   float:left
}

#desktop_info_one div {
    margin-top:25px; 
    margin-bottom:-10px;
}

#desktop_info_two {
    width:42%; 
    height:100px; 
    float:left;
}

.distance_text{
    float:left; 
    margin-left:10px;
    font-weight:bold;
    font-family: 'SemplicitaW01';
}

#desktop_info_two img {
    margin-left:15px; 
    margin-top:4px;
    float:left; 
}

#desktop_info_two div {
    min-width: 93px;
    margin-top:21px; 
    margin-left:15px; 
}


.moreinfo_phone_text {
    margin-left:10px; 
    float:left; 
    font-weight:bold;
    font-family: 'SemplicitaW01';
}

.moreinfo_phone {
    margin-top:25px;
}

#desktop_hours {
    height: auto; 
    /*width: 275px;*/ 
    width: 90%;
    margin-left: 23px; 
    float:left; 
    border-top: 2px solid #E37600; 
    padding-top: 15px; 
    margin-top: 12px;
}

#desktop_hours span{
    float:left; 
    margin-left:10px; 
    font-weight:bold;
    font-family: 'SemplicitaW01';
}

#desktop_hours img{
    float:left; 
    margin-top:1px;
}

#moreinfo_back {
    position: absolute;
    width: 98px;
    height: 50px;
    bottom: 22px;
    right: 29px;
}

#moreinfo_back span {
    margin-left: 17px;
    color: #000; 
    float: left;
    font-size: .9rem;
    font-weight: bold
}

#back_image{
    width: 35px;
    cursor:pointer; 
    float:left;
    margin-left: 30px;
    margin-top:4px;
}

#input_moreinfo{
    font-size: 1.6rem;
    /*height: 30px; 
    width: 234px;*/ 
    width: 84%;
    padding: none; 
    padding-left:5px;
    float: left;
    border: 1px solid #ccc;
    height: 36px;
    padding: 0 10px;
    font-family: 'SemplicitaW01';
}

#button_moreinfo{
    background-color: #E37600; 
    border: none; 
    height: 36px; 
    width: 90%; 
    padding: 6px;
    color: #fff;
    font-family: 'SemplicitaW01';
}

.week_head {
    margin-top:20px;
    display: none;
}

.week_head.showhours {
    display: block;
}

.weekinfo {
    line-height: 10px;
}

.weekday {
    min-width: 82px;
    float: left;
}

.weekhours {
    min-width: 100px;
}

.weekhours:last-child {
   margin-bottom:10px;
}

.day1 {
    font-weight:bold;
}

#mobile_button_wrapper {
    display:none;
}

/*driving directions*/

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

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

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

#driving_directions input.search-box {
    width: 244px;
    color: #014E62;
    font-weight: bold;
}

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

.dd-button-search {
    background: none repeat scroll 0 0 #014E62 !important;
    color: white !important;
    width: 312px !important;
    border-radius: 3px !important;
    margin-left: 18px !important;
    margin-top: 10px !important;
}

.icon-bar {
    display:none;
}

.dd-form-wrapper {
    width:350px;
    /*position: absolute;*/
    z-index: 99999;
    background-color: white;
    /*left: 100px;*/
    opacity:.9;
    /*top:25px;*/
    border-top: 10px solid #E37600;
}

.poi.maneuver {
    top:190px !important;
    width:350px !important;
   /* max-height:none !important;*/
}

.maneuver-result {
   /* max-height:none !important;*/
    overflow-y:scroll !important;
}

#search_return{
    cursor:pointer;
    border: 2px solid #014E62;
    width: 309px;
    border-radius: 3px;
    margin-left: 17px;
    margin-bottom: 20px;
    height:36px;
}

#search_return img {
    width: 28px;
    margin-top: 4px;
    margin-left: 40px;
}

#search_return span {
    color:#014E62;
    font-weight: bold;
    font-size: 1.4rem;
    position: relative;
    top: 4px;
    margin-left: 23px;
}

.dist_time {
    margin-left:17px;
    font-size: 1.4rem;
    color:#014E62;
}

.dist_time span {
    font-weight:bold;
    color:#014E62;
}

.maneuver_start, .maneuver_end {
    font-size: 1.4rem;
    color:#014E62;
    font-weight:bold;
}

.maneuver-result, .address-suggestions {
    max-height: 320px;
    max-width: 310px;
    padding-right:32px;
    overflow-y: auto !important;
}


/*error messages*/
.error_bar {
    background-color: #014E62;
    height: 30px;
    margin-bottom: 15px;
}

.error_head {
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 17px
}

.error_request {
    margin-top: 10px;
    margin-right: 22px;
    margin-left: 17px;
    font-size: 1.4rem;
}

.error_tip {
    font-weight:bold;
    margin-bottom: -5px;
}

.error_tip_list {
    font-size: 1.4rem;
    font-size: 1.3rem;
    margin-left: 12px;
    margin-bottom: 1px;
}

.error_tip_list:last-of-type {
    margin-bottom:15px;
}

/*filters*/
.filter_checkbox {
    display:none;
}

#filters {
    position: absolute;
    height:auto;
    top: 102px;
    left: -9000px;
    overflow: auto;
    width: 400px;
    background-color: white;
    opacity: .9;
}

#filters span {
    color:black !important;
}

#filter_bar {
    background-color: #014E62;
    height: 35px;
    margin-bottom: 30px;
}

#filter_bar div{
    color:white;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 35px;
    margin-left: 40px;
}

.filter_div {
    margin-left: 15px;
    font-size: 1.6rem;
    position: relative;
    top: 3px;
    margin-bottom:10px;
}

.filter_div span {
    position: absolute; 
    left: 60px;
    bottom: 10px;
}

.filter_unselected {
    cursor:pointer;
}

.filter_selected {
    display:none;
    cursor:pointer;
}

.check_image {
    display:none;
    position: absolute;
    top: 11px;
    right: 31px;
}

#apply_button{
    display:block;
    background-color: #014E62;
    color: white;
    text-align: center;
    width: 150px;
    height: 40px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 42px;
    border-radius: 3px;
    margin-top: 50px;
    float: right;
    margin-right: 26px;
    margin-bottom:30px;
    cursor:pointer;
}

#apply_button_mobile {
    display:none;
    background-color: #014E62;
    color: white;
    text-align: center;
    width: 150px;
    height: 40px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 42px;
    border-radius: 3px;
    margin-top: 50px;
    float: right;
    margin-right: 26px;
    margin-bottom:30px;
    cursor:pointer;
}

/*Mobile buttons*/

#listview, #mapview {
    display:none;
    cursor:pointer;
    float:left;
    width: 50%;
    height:50px;
    font-size: 1.4rem;
    text-align: center;
    line-height:46px;
    font-weight:bold;
}

#listview {
    color: #000;
    background-color:#fff;
    border-bottom: 2px solid #000;
    /*border: 2px solid #000;
    border-top: 0px!important;
    border-right: 0px!important;
    border-left: 0px!important;*/
}

#mapview {
    color:#000;
    background-color: #fff;
    /*border-bottom: 0px;
    border-top: 0px!important;
    border-right: 0px!important;
    border-left: 0px!important;*/
}

.poi.w-filt {
    left: -9000px;
}

@supports (-ms-ime-align:auto) {

}
@media (min-width:802px) {
    #filter_button_mobile, #filter_button_up_mobile {
        display:none !important;
    }
}
@media (min-width:1px) and (max-width:801px) {

    #w2gi_wrapper {
        min-height: 500px;
    }
    .desktopPhone, .mi_expand {
        width: 100%!important;
    }
    .wrapper {
        position: relative;
        /*top: 312px;*/
        /*top: 302px;*/
        top: -90px;
        overflow: auto;
    }
    .poi.macOS {
        max-height: 100%;
        height: auto;
    }
    div.attribution {
        /*top: 100vh;*/
        top: inherit;
    }

    /*Map*/

    /*.olPopupContent{
        display:block !important;
        width:225px !important;
    }*/

    .map {
        left: -9990px;
        /*top:212px;*/
        height:600px;
        max-height:600px;
        margin-left:10px;
        margin-right:10px;
        width:96%;
        min-height: 200px;
        max-width: 100%;
        /*height: calc(100vh - 250px);*/
        height: 450px!important;
        position: absolute;
        display: inline-block!important;
    }

    .map.active {
        left: 2%;
        /*height: calc(100% - 227px);*/
        position: relative;
    }

    .attribution {
        display:none;
    }

    /*POI*/

    .forms-poi-box {
    	float: none;
    }

    /*.content-list.poi-result > li.poi-item:hover {
        background-color: #fff;
    }*/

    .content-list {
        width:100%;
    }

    /*.poi .content-list li.poi-item.poi-hover {
        background-color: #fff;
    }*/

    .poi h3 a {
        display: none;
    }

    .icon_div_mobile {
        position: absolute;
        left: 30px;
        width: 26px;
        right:78%;
        left: auto;
        margin-top:20px;
    }

    .icon_div_mobile img {
        width:25px;
    }

    .icon_div_mobile span {
        color: white;
        position: relative;
        z-index: 99999;
        font-weight: bold;
        font-size: 1.5rem;
        bottom: 35.5px;
        text-align: center;
    }

    .close_text {
        position: absolute;
        top: 50px;
        text-align: center;
        margin-top:15px;
        margin-left:0;
        right:  calc(78% - 16px);
    }

    ul.cb-wrapper li {
        font-size: 1.2rem;
        /*margin-right: 0;	*/
    }

    ul.cb-wrapper li:last-of-type {
        width: 100%;
    }

    /*Search Form*/

    #locator_search {
        margin-top:0;
        margin-bottom:10px;
    }

    #filter_button_mobile {
        display:block;
        position:absolute;
        right:15px;
        bottom:0;
        border: 2px solid #014E62;
        padding: 8px 12px 8px 12px;
        width: 17px;
        border-radius: 3px;
        margin-left: 13px;
        cursor:pointer;
    }

    #filter_button_up_mobile{
        display:none;
        position:absolute;
        right:15px;
        bottom:0;
        border: 2px solid #014E62;
        padding: 8px 12px 8px 12px;
        width: 17px;
        border-radius: 3px;
        margin-left: 13px;
        cursor:pointer;
    }

    #filter_button, #filter_button_up {
        display:none !important;
    }

    #apply_button {
        display:none;
    }

    #apply_button_mobile {
        display:block;
    }

    .veiwmaps {
        background-color: #000;
        border: 0px solid #000;
        border-radius: 0;
        color: #fff;
        cursor: pointer;
        /*display: block;
        float: left;*/
        display: inline-block;
        float: none;

        /*height: 50px;*/
        letter-spacing: 1px;
        font-weight: bold;
        /*line-height:50px;*/
        margin: 15px 0 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        /*width: 100%;*/
        padding:5px 10px; 
        width: 34%;
    }

    .showdesktop {
        display: none!important;
    }

    .poi_directions {
        background-color: #E37600;
        border: 0px solid #E37600.;
        border-radius: 0;
        color: #fff;
        cursor: pointer;
        /*display: block;
        float: left;*/
        display: inline-block;
        float: none;
        font-weight: bold;
        /*height: 50px;*/
        letter-spacing: 1px;
        /*line-height:50px;*/
        margin: 15px 0 0;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        /*width: 100%;*/
        padding:5px 10px; 
        width: 64%;
    }

    .poi_directions:before {
        content: '';
        display: none;
    }

    ul.cb-wrapper li {
    	/*margin-right: 1%;*/
    }

/*    .search-box {
        width: calc(81% - 84px);
        border: 1px solid gray;
        margin-top:2px;
    }
*/
/*    #search_country {
        width: calc(86% - 50px);
        background: url(https://hosted.where2getit.com/salesdemo1/images/new/chevron_down.png) no-repeat scroll calc(100% - 17px) 11px;
        border: 1px solid gray
    }
*/
    .form-wrapper, .poi {
        width:100%;
        left:0;
        max-height:none;
    }

    .form-wrapper {
        top:0;
        padding-top:25px;
    }

    .poi {
        top: 0px;
        position: relative;
        /*height: 536px;*/
        height: auto;
        padding-top: 20px;
    }

    .poi.hidden {
        left: -9000px;
        height: 100px;
        margin-top: 0px;
    }

    #listview, #mapview {
        display:block;
    }
    #listview:focus, #mapview:focus {
        outline: 0px;
    }

    h3 {
        background-color:#E37600;
    }

    .arrow_div {
        position: absolute;
        right: 25px;
        top: 30.5%
    }

    #filters {
        top:107px;
        opacity: 1;
        width: 100%;
    }

    .poi_wrapper {
        width:90%;
        margin-left:auto;
        margin-right:auto;
    }

    .sub_poi_wrapper_mobile {
        display:block;
        width:auto;
        height:150px;
        min-width:10%;
        margin-left:auto;
        margin-right:auto;
        cursor: pointer;
    }

    .sub_poi_wrapper_mobile_first {
        width:40%; 
        float:left;
        height:150px;
    }

    .sub_poi_wrapper_mobile_second {
       width:60%; 
       float:left; 
       height:150px
    }

   /* .poi_mobile_directions {
        display:block;
        background-color:#014E62;
        color:white;
        width: calc(100% - 20px);
        min-width:260px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        font-weight: bold;
        border-radius: 5px;
        margin-bottom: 10px;
        margin-left: 10px;
    }
*/
    .poi_box {
        margin-left:0;
        width: calc(100% - 80px);
    }

    .icon_wrapper {
        width: 75px;
    }

    .poi_box div{
        /*max-width:214px;*/
    }

    .vert_line {
        bottom: 56px;
        height: 64%;
    }

    /*.desktopPhone {
        display:none !important;
    }
    */.desktopshow {
        display:none !important;
    }
    .mobilePhone {
        display:block !important;
    }
    .mobileshow {
        display:block !important;
    }

    /*more info*/

    .moreinfo_box {
         border-top: none;
    }

    .directions_btn_wrapper {
        display:none;
    }

    .moreinfo_box {
        width:100% !important;
    }

    #desktop_info {
        width: calc(100% - 46px);
    }

    #desktop_hours {
        width: calc(100% - 46px);
    }

    #moreinfo_back{
        display:none;
    }

    #mobile_button_wrapper {
        display:block;
        margin: 23px 22px 79px 22px;
    }

    #moreinfo_mobile_directions, #moreinfo_mobile_back {
        width:47%;
        height:40px;
        min-width:120px;
        line-height:40px;
        font-size: 1.6rem;
        text-align:center;
        font-weight:bold;
        cursor:pointer;
     }

    #moreinfo_mobile_back {
        float:left;
        color:#000;
        background-color:white;
        border:2px solid #000;;
    }

    #moreinfo_mobile_directions {
        float:right;
        color:white;
        background-color:#E37600;
        border:2px solid #E37600;
    }

    .olPopupCloseBox {
        visibility:visible;
    }
}

@media (min-width:1px) and (max-width:470px) {
    .arrow_div {
        display:none;
    }
}

@media (min-width:1px) and (max-width:350px) {
    .arrow_div {
        display:none;
    }

    .close_text {
        right:auto;
        margin-left:8px;
    }

    #search_country {
     background:none
    }

    .poi_wrapper {
        width:100%;
        margin-left:auto;
        margin-right:auto;
    }

    .sub_poi_wrapper_mobile {
        display:none;
    }

    .sub_poi_wrapper { 
        display:block;
    }

    .poi_box {
       /*margin-left:100px;*/
    }

    .olPopupCloseBox {
        visibility:visible;
    }
}


/* service icons */

.features li {
    line-height: 34px;

}

.giftcards:before {
    background-image: url('../images/service-icons/GIFTCARD.png');
    height: 30px;
    width:30px;
    background-repeat: no-repeat;
    background-position: left;
    content: ' ';
    background-size: contain;
    display: inline-block;
    padding-right:10px;
    vertical-align: bottom;
}

.clickcollect:before {
    background-image: url('../images/service-icons/CLICKANDCOLLECT.png');
    height: 30px;
    width:30px;
    background-repeat: no-repeat;
    background-position: left;
    content: ' ';
    background-size: contain;
    display: inline-block;
    padding-right:10px;
    vertical-align: bottom;
}

.SecondChance:before {
    background-image: url('../images/service-icons/SECONDCHANCE.png');
    height: 30px;
    width:30px;
    background-repeat: no-repeat;
    background-position: left;
    content: ' ';
    background-size: contain;
    display: inline-block;
    padding-right:10px;
    vertical-align: bottom;
}

.appointments:before {
    background-image: url('../images/service-icons/BOOKYOURAPPOINTMENT.png');
    height: 30px;
    width:30px;
    background-repeat: no-repeat;
    background-position: left;
    content: ' ';
    background-size: contain;
    display: inline-block;
    padding-right:10px;
    vertical-align: bottom;
}

.ReserveinStore:before {
    background-image: url('../images/service-icons/RESERVEINSTORE.png');
    height: 30px;
    width:30px;
    background-repeat: no-repeat;
    background-position: left;
    content: ' ';
    background-size: contain;
    display: inline-block;
    padding-right:10px;
    vertical-align: bottom;
}

.OnlineReturns:before {
    background-image: url('../images/service-icons/ONLINERETURN.png');
    height: 30px;
    width:30px;
    background-repeat: no-repeat;
    background-position: left;
    content: ' ';
    background-size: contain;
    display: inline-block;
    padding-right:10px;
    vertical-align: bottom;
}

.OnlineOrderPickup:before {
    background-image: url('../images/service-icons/BUYONLINEPICKUPINSTORE.png');
    height: 30px;
    width:30px;
    background-repeat: no-repeat;
    background-position: left;
    content: ' ';
    background-size: contain;
    display: inline-block;
    padding-right:10px;
    vertical-align: bottom;
}

.VirtualQueuing:before {
    background-image: url('../images/service-icons/VIRTUALQUEUE.png');
    height: 30px;
    width:30px;
    background-repeat: no-repeat;
    background-position: left;
    content: ' ';
    background-size: contain;
    display: inline-block;
    padding-right:10px;
    vertical-align: bottom;
}

.SocialPage:before {
    background-image: url('../images/service-icons/SOCIAL.png');
    height: 30px;
    width:30px;
    background-repeat: no-repeat;
    background-position: left;
    content: ' ';
    background-size: contain;
    display: inline-block;
    padding-right:10px;
    vertical-align: bottom;
}

.Eventbrite:before {
    background-image: url('../images/service-icons/EVENTBRITE.png');
    height: 30px;
    width:30px;
    background-repeat: no-repeat;
    background-position: left;
    content: ' ';
    background-size: contain;
    display: inline-block;
    padding-right:10px;
    vertical-align: bottom;
}

.StoreEvents:before {
    background-image: url('../images/service-icons/EVENTS.png');
    height: 30px;
    width:30px;
    background-repeat: no-repeat;
    background-position: left;
    content: ' ';
    background-size: contain;
    display: inline-block;
    padding-right:10px;
    vertical-align: bottom;
}

.Whatsapp:before {
    background-image: url('../images/service-icons/WHATSAPP.png');
    height: 30px;
    width:30px;
    background-repeat: no-repeat;
    background-position: left;
    content: ' ';
    background-size: contain;
    display: inline-block;
    padding-right:10px;
    vertical-align: bottom;
}