/*--------------------------------------------*/
/*Override Base Style*/
/*--------------------------------------------*/
*{
    /*word-break: break-all;*/
    word-break: break-word;
    word-wrap: break-word;
   /* word-break: break-all; */
   /* -ms-word-wrap: break-word; */
   /* overflow-wrap:break-word; */
}
html, body{
  height: 100%;
  /* height: 950px; */
}
body {
    font-family: 'Raleway', sans-serif;
    overflow: hidden;
    /* height: 950px; */
}
body.store_locator h2{
  font-size: 35px;
}
header{z-index:20!important;}
p{
font-size: 1em;
line-height: 1.5;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}
.d-inline-block{display: inline-block!important;}
.text-bold{font-weight: bold;}
.text-white{color: #fff!important;}
.text-black{color: #000!important;}
.mb-5 { margin-bottom:  5px!important; }
.mb-10{ margin-bottom: 10px!important; }
.mb-20{ margin-bottom: 20px!important; }
.pl-0{padding-left: 0!important;}
.pt-0{padding-top: 0!important;}
.cursor_pointer{cursor:pointer}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #cacaca;
opacity: 1;
}
body.store_locator .sub-header {
    /*background: #024d75;*/
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
body.store_locator #mainNav{display: none; padding-bottom: 20px;}
body.store_locator .sub-header .logo img {
  height: 40px;
  margin-top: -10px;
}

/*menu*/
/*--------------------------------------------*/
body.store_locator #menu-mobile-button {
  color: #000;
  cursor: pointer;
  margin: 0;
  position: absolute;
}
body.store_locator #map-logo {
  margin: auto;
  width: 170px;
  text-align: center;
  margin: auto;
}
body.store_locator #langPicker {
  float: none;
  right: 40px;
  position: absolute;
  top: 15px;
}
body.store_locator #main_header {
  background: #09567e;
  /*background: -moz-linear-gradient(top, #09567e 0%, #1c75a4 100%);*/
  /*background: -webkit-linear-gradient(top, #09567e 0%,#1c75a4 100%);*/
  /*background: linear-gradient(to bottom, #09567e 0%,#1c75a4 100%);*/
}
body.store_locator #mainNav .splitedNav {
  margin: 0;
  padding: 0;
  width: 100%;
}
body.store_locator #mainNav .splitedNavImg {
  display: none;
}
body.store_locator #main_header .col-md-4 {
  padding: 0;
  width: 100%;
}
#mainNav > div.col-md-4.hidden-sm.hidden-xs.center{display: none;}
body.store_locator #mainNav .splitedNav a {
  text-align: right;
}
body.store_locator #mainNav .splitedNav a {
  display: block;
  text-align: left;
}
@media (min-width: 768px) {
  body.store_locator #mainNav .splitedNav a {
    padding: 5px 10px 0;
  }
}


/*Content*/
/*--------------------------------------------*/
#main_content{
  /*padding-top: 50px;*/
  width: 100%;
  height: 100%;
  /*height: calc(100% - 50px);*/

  /*display: flex;*/
  /*display: -webkit-box;*/
  /*display: -moz-box;*/
  /*display: -ms-flexbox;*/
  /*display: -webkit-flex;*/
  /*webkit-box-flex: 1 auto;*/
  /*-moz-box-flex: 1 auto;*/
  /*-webkit-flex: 1 auto;*/
  /*-ms-flex: 1 auto;*/
  /*flex: 1 auto;*/
}
.content {
  width: 100%;
  height: 100%;
  margin: 0;
  max-width: 100%;

  /*display: -webkit-box;*/
  /*display: -moz-box;*/
  /*display: -ms-flexbox;*/
  /*display: -webkit-flex;*/
  /*display: flex;*/
  /*-ms-flex-flow: column;*/
  /*-webkit-flex-flow: column;*/
  /*flex-flow: column;*/
}

/*--------------------------------------------*/
/*   End Override Base Style                  */
/*--------------------------------------------*/

body.store_locator .overlay{
}
.over_map_hide .btn:focus,
.over_map_hide .btn:active:focus,
.over_map_hide .btn.active:focus {
  outline: none;
}

body.store_locator .form-control {
  border-radius: 0; }

.margin-t-5 {
  margin-top: 5px; }

body.store_locator .container {
  padding: 0; }

body.store_locator .menu .menu-locator {
  width: 100%;
  height: 70px;
  position: absolute;
  background: transparent;
  top: 71%; }

#map_wrapper {
  position: relative;
  height: 100%;
  width: 100%; }

#gmap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;}

#over_map {
  position: absolute;
  width: 350px;
  /* z-index: 50; */
  z-index: 10;
  /*-webkit-box-shadow: 4px 0px 6px 0px rgba(82, 82, 82, 0.6);*/
  /*-moz-box-shadow: 4px 0px 6px 0px rgba(82, 82, 82, 0.6);*/
  /*box-shadow: 4px 0px 6px 0px rgba(82, 82, 82, 0.6); */
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.over_map_hide {
  position: absolute;
  left: 350px;
  /*top: 101px;*/
  top: 0px;
  /* z-index: 50; */
  z-index: 10;
  /*-webkit-box-shadow: 6px 1px 10px 2px rgba(82, 82, 82, 0.6);*/
  /*-moz-box-shadow: 6px 1px 10px 2px rgba(82, 82, 82, 0.6);*/
  /*box-shadow: 6px 1px 10px 2px rgba(82, 82, 82, 0.6);*/
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.over_map_hide .btn {
  border-radius: 0;
  background: #07689b;
  color: white;
  height: 60px; }

.search_wrapper_close{
  display: none;
    position: absolute;
    color: white;
    top: 5px;
    left: 5px;}

.map_search{
    display: none;}

#map_logo {
  background-color: rgba(255, 255, 255, 0.6);
  height: 101px; }

#map_logo img {
  margin: 10px 30px; }

#reseller_box{
  overflow-y: auto;
  overflow-x: hidden;
}
body.store_locator #reseller_box h2
{
  color: white;
  /*font-size: 23px;*/
  font-size: 1.25em;
  font-weight: 100;
  padding: 15px 25px;
  letter-spacing: -1px;
  text-transform: inherit;
  margin: 0;
  text-align: left;
}

#reseller_box h3 {
  padding-left: 65px;
  color: #393939;
  background-position: 25px 13px;
  background-repeat: no-repeat;
  padding-bottom: 15px; }

/**** HELITE ACTOR *****/
.helite-actors{
  padding: 10px 25px 0;
}
.helite-actor-container{
  position: relative;
  cursor: pointer;
}
.helite-actor-container img{
  position: absolute;
  left: 0;
  z-index: 101;
}
.helite-actor-container .helite-actor{
  color: #ffffff;
  cursor: pointer;
  /*border: 1px solid #055985bf;*/
  border: 1px solid #076596;
  border-color: transparent;
  display: inline-block;
  padding: 10px 0px;
  background-color: #076596;

  margin-left: 23px;
  margin-top: 11px;
  width: 115px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  /*font-weight: 900;*/
  /*font-size: 14px;*/
  /*text-transform: uppercase;*/
  /*border-radius: 5px;*/

  -webkit-transition-duration: 0.3s; /* Safari */
  transition-duration: 0.3s;
  z-index: 100;
}
.helite-actor-container.non-active .helite-actor{
  color: #086da3;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.helite-actor-container.non-active .helite-actor.distributor{
  color: #3eb678;
}
.helite-actor-container.active .helite-actor,
.helite-actor-container:hover .helite-actor{
  /*color: #076596;*/
  /*background-color: #fff;*/
  color: #ffffff;
  background-color: #076596;
  border-color: #076596;
  box-shadow: none;
}
.helite-actor-container.active .helite-actor.distributor,
.helite-actor-container:hover .helite-actor.distributor{
  background-color: #3eb678;
  border: 1px solid #318c5b;
  color: #ffffff;
}

/*[class^="hvr-"] {*/
  /*margin: .4em;*/
  /*padding: 1em;*/
  /*cursor: pointer;*/
  /*background: #e1e1e1;*/
  /*text-decoration: none;*/
  /*color: #666;*/
  /*-webkit-tap-highlight-color: rgba(0,0,0,0);*/
  /*-webkit-font-smoothing: antialiased;*/
  /*-moz-osx-font-smoothing: grayscale;*/
/*}*/
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  /*transform: translateY(-5px);*/
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  opacity: 1;
  transform: translateY(5px);
}
/*.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {*/
  /*opacity: 1;*/
  /*!* -webkit-transform: translateY(5px); *!*/
  /*transform: translateY(5px);*/
/*}*/
/**** End HELITE ACTOR *****/

#search_container {
  background-image: -webkit-linear-gradient(180deg, #17a6f2, #034e76 83%, #034e76);
  /* For Safari 5.1 to 6.0 */
  background-image: -o-linear-gradient(180deg, #17a6f2, #034e76 83%, #034e76);
  /* For Opera 11.1 to 12.0 */
  background-image: -moz-linear-gradient(180deg, #17a6f2, #034e76 83%, #034e76);
  /* For Firefox 3.6 to 15 */
  background-image: linear-gradient(180deg, #17a6f2, #034e76 83%, #034e76); }

.search_form {
  padding: 34px 25px 15px; }

#results-container {
  background: #2585b8;
  margin-bottom: 0;
  padding: 0;
  background: -webkit-linear-gradient(212deg, #1095db, #034e76 83%, #034e76);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(212deg, #1095db, #034e76 83%, #034e76);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(212deg, #1095db, #034e76 83%, #034e76);
  /* For Firefox 3.6 to 15 */
  /*background-image: linear-gradient(212deg, #1095db, #034e76 83%, #034e76);*/
  background-image: linear-gradient(-88deg, #15a1eb, #0d5f8a 75%, #0d5f8a );
  /*background-image: linear-gradient(212deg, #3eb678, #015f2e 83%, #015f2e);*/
}
#results-container.distributor {
  background: #3eb678;
  /*background-image: linear-gradient(212deg, #3eb678, #015f2e 83%, #015f2e);*/
  /*background-image: linear-gradient(100deg, #17a95e, #13693c 80%, #015f2e);*/
  background-image: linear-gradient(104deg, #17a05a, #066d37 69%, #006933);
}

#results-container p {
  color: #bdc6ca;
  padding-bottom: 0; }

#results-container a {
  color: #bdc6ca;
  margin-right: 0px;
  margin-bottom: -1px;
  border-radius: 0; }

#results-container a:focus,
#results-container a:hover {
  color: #FFF; }

#search_container .nav-tabs a:focus,
#search_container .nav-tabs a:hover {
  font-weight: 600;
  border-radius: 0; }

#search_container .nav-tabs {
  border-bottom: 0px solid #ddd;
  font-size: 2em; }

#results-container ul > li {
  width: 175px; }

#results-container .nav-tabs {
  background: #a9bac4;
  border: 0; }

#search_container .nav-tabs > li {
  /* width: 25%; */
  width: 50%;
  text-align: center;
  border: 1px solid #3680a6;
  border: 0px solid transparent;
  margin-bottom: -2px;
}

#search_container .nav-tabs > li.active {
  /* border-bottom: 2px solid #2585b8;  */
}

#search_container .nav-tabs > li > a {
  margin-right: 0px; }

#search_container .nav-tabs > li.active > a,
#search_container .nav-tabs > li.active > a:focus,
#search_container .nav-tabs > li.active > a:hover {
  background-color: #2585b8;
  border: 0;
  color: white;
  border-radius: 0;
  margin-right: 0; }

#search_container .nav-tabs > li > a.horse-riding {
  background-image: url(../img/horse-riding.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 67px; }

#search_container .nav-tabs > li.active > a.horse-riding,
#search_container .nav-tabs > li.active > a.horse-riding:hover {
  background-image: url(../img/horse-riding-active.png); }

#search_container .nav-tabs > li > a.horse-riding:hover {
  background-image: url(../img/horse-riding-hover.png); }

#results-container .nav > li > a:focus,
#results-container .nav > li > a:hover {
  background-color: transparent; }

#results-container .tab-content {
  padding: 10px;
  padding-right: 5px;
  overflow: auto; }

#results-container .tab-content
{
  /* height: 505px; */
  height: 100%;
  /*max-height: 556px;*/
}
.search_form .results-counts{
    display: none;
}
.search_form .see_results
{
    padding: 5px 10px;
    display: inline-block;
    border: 1px solid #b2b2b2;
    color: white;
    cursor: pointer;
}

.single-reseller {
  margin-bottom: 25px;
  background: transparent;
  color: #1f1f21; }

div.single-reseller:hover {background: rgba(0, 74, 134, 0.44);}
div#results-container.distributor div.single-reseller:hover {background: rgba(0, 77, 37, 0.44);}

.single-reseller p{ padding: 3px!important; }

.reseller-container{
    position: relative;
    padding: 7px 0;
}
.reseller-content{
    margin-right: 45px;
    cursor: pointer;
}

.single-reseller-name {
  text-transform: capitalize;
  color: #dadada;
  font-weight: 600; }

.viewOnMapContainer{
    position: absolute;
    right:0;
    top:5px;
    color:#dadada;
    font-size:1.3rem;
   /*transform: scale(.9);*/
}
.viewOnMapContainer img{
    height: 35px;
}
/*#results-container .single-reseller a.viewOnMap,*/
/*#results-container .single-reseller a.viewOnMap2 {*/
  /*float: right;*/
  /*border: 1px solid;*/
  /*padding: 10px 20px;*/
  /*font-size: 0.8em;*/
  /*font-weight: bold;*/
  /*color: #ececec;*/
  /*border-radius: 20px; }*/
/*#results-container .single-reseller a.viewOnMap2 {*/
  /*float: none; */
  /*padding: 6px 12px; */
/*}*/

/*#results-container .single-reseller a.viewOnMap:hover,*/
/*#results-container .single-reseller a.viewOnMap:focus {*/
  /*text-decoration: none;*/
  /*!* background: white; *!*/
  /*!* color: #3288b5; *!*/
  /*background: #022a3e;*/
  /*border-color: #022a3e;*/
  /*color: #0084c8; }*/

.single-reseller.hide + div + hr{
  display: none;
}

body.store_locator .footer {
  margin-top: 950px; }

#main
{
  margin-top: 50px;
}

.marker_info p {padding: 5px!important;}
.marker_info .info {
  width: 300px;
  height: 320px;
  border-radius: 5px;
  background: rgba(3, 78, 118, 0.9);
  position: relative;
  z-index: 9999999; }

.marker_info .info img {
  display: block;
  border-radius: 100px;
  width: 110px;
  position: absolute;
  top: -53px;
  left: 90px;
  border: 7px solid #e9e5db;
  background: #ffffff; }

#main_content .marker_info .info h2 {
  text-align: center;
  padding-top: 35px;
  /* font-family: 'Roboto', sans-serif; */
  font-size: 27px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #ffffff; }

.marker_info .info h2 span {
  width: 70px;
  height: 1px;
  background: #E73931;
  display: block;
  margin: 15px auto; }

.marker_info .info div,
.marker_info .info span {
  font-weight: 300;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
  display: block;
  padding: 0px 30px;
  font-size: 1.2em; }

.marker_info .info p {
  color: #dadada;
  font-size: 1.2em; }

.marker_info .info a {
  color: white; }

a.green_btn {
  background: #E73931;
  border: 1px solid #000000;
  padding: 10px 50px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
  display: block;
  width: 180px;
  text-align: center;
  bottom: 40px;
  position: absolute;
  left: 60px;
  transition: 0.3s; }

a.green_btn:hover {
  background: #ffffff;
  /* Old browsers */
  border: 1px solid #000000;
  padding: 10px 50px;
  color: #E73931;
  font-size: 14px;
  box-shadow: none;
  border-radius: 4px;
  display: block;
  width: 180px;
  text-align: center;
  bottom: 40px;
  position: absolute;
  left: 60px;
  text-decoration: none; }

.marker_info .arrow {
  width: 0px;
  height: 0px;
  position: absolute;
  padding: 0px !important;
  left: -28px;
  top: 140px !important;
  border: 14px solid rgba(0, 0, 255, 0);
  top: 0px;
  border-right-color: rgba(3, 78, 118, 0.9);
  visibility: visible;
}
.marker_info .info.distributor {background: rgb(13, 121, 65);}
.marker_info .info.distributor .arrow {border-right-color: rgb(13, 121, 65);}

.marker_info a.close {
  position: absolute;
  top: -18px;
  right: -18px;
  opacity: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  padding-top: 0px;
  padding-left: 5px;
  line-height: 22px;
  color: #ffffff;
  background: #de271f;
  -moz-box-shadow: 0px 1px 5px 2px #606060;
  -webkit-box-shadow: 0px 1px 5px 2px #606060;
  -o-box-shadow: 0px 1px 5px 2px #606060;
  box-shadow: 0px 1px 5px 2px #606060;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=224, Strength=5); }

  .gmnoprint.gm-bundled-control {
    top: 30px!important;
  }

.select2-container .select2-selection--single {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select2-container .select2-selection--single:focus {
    border-color: #BEB092;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.42857143;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 2em;
    top: -11px;
}

.reseller_distance{
  font-size: .8em;
}


@media (max-width: 767px) {
  #main{ margin-top: 90px;}
  p {
    font-size: 0.9em;
  }
  .marker_info p {
    padding-bottom: 5px!important;
  }
  /*body.store_locator .header {*/
    /*left: 300px;*/
  /*}*/
  #over_map {
    width: 300px;
  }
  .over_map_hide {
    left: 300px;
  }
  /* .viewOnMapContainer{
    transform: scale(0.9);
  } */
  #reseller_box h2,
  .search_form {
    padding: 15px;
  }
  .helite-actors{
    padding: 10px 10px 0;
  }

  #main_content .marker_info .info h2 {
    font-size: 25px;
    padding-top: 15px;
    margin: 10px;
  }
  .marker_info .info {
    width: 280px;
    height: 250px;
  }

  .sub-header {
    background: #181819;
    padding: 15px 15px;
    /*height: 40px;*/
  }

  #over_map{
      /*display: none;*/
      visibility: hidden;
  }
  .over_map_hide{
      visibility: hidden;
  }
    .map_search,.map_results {
      /* background: #07689b; */
      background: #007dc1;
      /* border-radius: 50%; */
      color: white;
      cursor: pointer;
      display: block;
      /*height: 50px;*/
      /*font-size: 16px;*/
      /*width: 50px;*/
      /*padding-top: 16px;*/
      padding-left: 18px;
      box-shadow: 0 3px 3px 0 rgba(0,0,0,.14), 0 3px 1px -11px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
      position: absolute;
      /* top: 10px; */
       /*top: -50px;*/
      /* left: 15px; */
      width: 100%;

      height: 40px;
      font-size: 16px;
      padding-top: 12px;
      top: -40px;
    }
    .map_search:hover, .map_search:focus,
    .map_results:hover, .map_results:focus {
        color: #fff;}
    .map_results {
        /* left: unset; */
        /*padding-top: 16px;*/
        /*top: 75px;*/
        /* right: 50px; */

      /*padding-top: 16px;*/
      /*top: 0px;*/
      right: 0;
      width: 50px;
      box-shadow: none;
      border-left: 1px solid #298cc1;
    }
    #results-container{
        display: none!important;
    }
    #search_container .nav.nav-tabs{
        display: none;
    }
    .result_only #results-container{
        display: block!important;
    }
    .result_only #search_container .nav.nav-tabs{
        display: block;
    }
    .result_only #search_container .search_content{
        display: none;
    }
    .result_only .search_wrapper_close{
        display: none;
    }
    .search_form .results-counts{
        display: block;
    }
    body.store_locator .overlay{
        /*z-index: 10;*/
        z-index: 5;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
        display: none;
        position: absolute;
        top: 50px;
    }
}
@media (max-width: 500px) {
  body.store_locator #menu-mobile-button {left: 5px; }
  body.store_locator #langPicker {right: 5px;}
}
@media (max-width: 350px) {
  body.store_locator #map-logo {display: none;}
  .search_wrapper_close{
    display: block;}
}


/*//FOnt*/
.fas{
    display: inline-block;
    /*width: 20px;*/
}
.fas:before {
    background-repeat: no-repeat;
    background-position: center;
    content: ' ';
    padding: 0 14px;
}

.fas-list-ul{
    padding-left: 11px;
}
.fas-list-ul:before {
    content: ' ';
    color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M506 114H134a6 6 0 0 1-6-6V84a6 6 0 0 1 6-6h372a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6zm6 154v-24a6 6 0 0 0-6-6H134a6 6 0 0 0-6 6v24a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6zm0 160v-24a6 6 0 0 0-6-6H134a6 6 0 0 0-6 6v24a6 6 0 0 0 6 6h372a6 6 0 0 0 6-6zM48 60c-19.882 0-36 16.118-36 36s16.118 36 36 36 36-16.118 36-36-16.118-36-36-36zm0 160c-19.882 0-36 16.118-36 36s16.118 36 36 36 36-16.118 36-36-16.118-36-36-36zm0 160c-19.882 0-36 16.118-36 36s16.118 36 36 36 36-16.118 36-36-16.118-36-36-36z" class="" style="color:#fff"></path></svg>');
}
.fas-search{
    padding-top: 16px;
    padding-left: 12px;
}
.fas-search:before{
    content: ' ';
    color: #0e76e6;
    background-image:
            url('data:image/svg+xml;utf8,<svg aria-hidden="true" data-fa-processed="" data-prefix="fal" data-icon="search" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" class="svg-inline--fa fa-search fa-w-16"><path fill="currentColor" d="M508.5 481.6l-129-129c-2.3-2.3-5.3-3.5-8.5-3.5h-10.3C395 312 416 262.5 416 208 416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c54.5 0 104-21 141.1-55.2V371c0 3.2 1.3 6.2 3.5 8.5l129 129c4.7 4.7 12.3 4.7 17 0l9.9-9.9c4.7-4.7 4.7-12.3 0-17zM208 384c-97.3 0-176-78.7-176-176S110.7 32 208 32s176 78.7 176 176-78.7 176-176 176z" class="" style="color:#fff"></path></svg>');
}
