/*--- standard variables ---*/
/*--- product item ratio (thumb + content) ---*/
/* set ProductImageRatio in productOverview! */
/*--- media queries. When using responsive ---*/
/* Range breakpoints */
/*--- media queries. When using responsive: only mobile & desktop ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 480px)";
@tablet:		~"only screen and (min-width: 999999999px)";
@tabletLand:	~"only screen and (min-width: 768px)";
@desktop:		~"only screen and (min-width: 768px)";

@upToTablet:	~"only screen and (max-width: 767px)";
@upToDesktop:	~"only screen and (max-width: 767px)";*/
/*--- media queries. When not using responsive ---
@responsive:	false;
@largePhone:	~"only screen and (min-width: 1px)";
@tablet:		~"only screen and (min-width: 1px)";
@tabletLand:	~"only screen and (min-width: 1px)";
@desktop:		~"only screen and (min-width: 1px)"; 

@upToTablet:	~"only screen and (max-width: 1px)";
@upToDesktop:	~"only screen and (max-width: 1px)";*/
/*----- Default functions -----*/
/*----- Default Crossbrowser functions -----*/
/*----- CSS3 functions -----*/
/*----- CSS3 Animation functions -----*/
/*----- Responsive functions -----*/
.destinationsPage #storeLocator #storeLocatorTopBar {
  background: none;
  max-width: 270px;
}
#storeLocator {
  position: relative;
  overflow: hidden;
}
#storeLocator #mobileMapsFilter {
  cursor: pointer;
  margin: 0 12px;
  position: relative;
}
#storeLocator #mobileMapsFilter:before {
  position: absolute;
  content: '';
  width: 9px;
  height: 6px;
  top: 17.5px;
  right: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
#storeLocator ul {
  list-style: none;
}
#storeLocator #storeLocatorTopBar {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 1024px) {
  #storeLocator #storeLocatorTopBar {
    position: absolute;
    height: 82px;
  }
}
#storeLocator #storeLocatorTopBar #storeLocatorSearch {
  width: 270px;
  background: #ee7f01;
  height: 82px;
  float: left;
}
@media only screen and (max-width: 1023px) {
  #storeLocator #storeLocatorTopBar #storeLocatorSearch {
    width: 100%;
  }
}
#storeLocator #storeLocatorTopBar #storeLocatorSearch .inputs {
  height: 40px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  #storeLocator #storeLocatorTopBar #storeLocatorSearch .inputs {
    margin: 21px 12px;
  }
}
@media only screen and (min-width: 1024px) {
  #storeLocator #storeLocatorTopBar #storeLocatorSearch .inputs {
    margin: 21px 20px;
  }
}
#storeLocator #storeLocatorTopBar #storeLocatorSearch .inputs input {
  overflow: hidden;
}
#storeLocator #storeLocatorTopBar #storeLocatorSearch .inputs input[type="search"] {
  height: 40px;
  border: 0;
  width: 100%;
  padding: 0 40px 0 10px;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

}
#storeLocator #storeLocatorTopBar #storeLocatorSearch .inputs input[type="search"]:focus {
  background-color: whitesmoke;
}
#storeLocator #storeLocatorTopBar #storeLocatorSearch .inputs input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 40px;
  padding: 0;
  background: url("../images/svg/iconSearch.svg") no-repeat center center;
  background-size: 70%;
}
#storeLocator #storeLocatorTopBar #storeLocatorLabels {
  float: left;
}
@media only screen and (max-width: 1023px) {
  #storeLocator #storeLocatorTopBar #storeLocatorLabels {
    padding: 0 12px;
    box-sizing: border-box;
    width: 100%;
  }
}
#storeLocator #storeLocatorTopBar #storeLocatorLabels select {
  height: 40px;
  border: 0;
  line-height: 40px;
  box-sizing: border-box;
  background: none;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
}
#storeLocator #storeLocatorTopBar #storeLocatorLabels select:focus {
  background: rgba(255, 255, 255, 0.5);
}
#storeLocator #storeLocatorTopBar #storeLocatorLabels select + select {
  margin-left: 0;
}
@media only screen and (max-width: 1023px) {
  #storeLocator #storeLocatorTopBar #storeLocatorLabels select {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  #storeLocator #storeLocatorTopBar #storeLocatorLabels select {
    padding: 0 15px;
    margin: 21px 10px;
  }
}
#storeLocator #storeLocatorTopBar #destinationMenu {
  float: left;
}
@media only screen and (max-width: 1023px) {
  #storeLocator #storeLocatorTopBar #destinationMenu {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  #storeLocator #storeLocatorTopBar #destinationMenu {
    float: right;
  }
}
#storeLocator #storeLocatorTopBar #destinationMenu #destinationMenuTrigger {
  color: #222222;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  display: block;
  font-weight: 400;
  padding: 0 30px 0 20px;
  position: relative;
}
#storeLocator #storeLocatorTopBar #destinationMenu #destinationMenuTrigger:before {
  position: absolute;
  content: '';
  width: 9px;
  height: 6px;
  background: url(../images/arrowDown.png) no-repeat center center;
  top: 18px;
  right: 10px;
}
@media only screen and (max-width: 1023px) {
  #storeLocator #storeLocatorTopBar #destinationMenu #destinationMenuTrigger:before {
    right: 17px;
  }
}
@media only screen and (max-width: 1023px) {
  #storeLocator #storeLocatorTopBar #destinationMenu #destinationMenuTrigger {
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1024px) {
  #storeLocator #storeLocatorTopBar #destinationMenu #destinationMenuTrigger {
    margin: 21px 0;
    text-align: right;
  }
}
#storeLocator #storeLocatorTopBar #destinationMenu #destinationMenuTrigger:hover {
  text-decoration: none;
}
#storeLocator #storeLocatorTopBar #destinationMenu > ul {
  display: none;
  background: white;
}
#storeLocator #storeLocatorTopBar #destinationMenu > ul li.first {
  display: none;
}
#storeLocator #storeLocatorTopBar #destinationMenu > ul li a {
  padding: 6px 20px;
  display: block;
  color: #222222;
}
#storeLocator #storeLocatorTopBar #destinationMenu.active > ul {
  display: block;
}
#storeLocator #storeLocatorLeftBar {
  left: 0;
  top: 82px;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  #storeLocator #storeLocatorLeftBar {
    width: 100%;
    position: relative;
    top: 0;
    clear: both;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  #storeLocator #storeLocatorLeftBar {
    width: 270px;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
  }
}
#storeLocator #storeLocatorLeftBar #POIFilter,
#storeLocator #storeLocatorLeftBar #destinationMenuBlock {
  overflow-y: auto;
}
@media only screen and (max-width: 1023px) {
  #storeLocator #storeLocatorLeftBar #POIFilter,
  #storeLocator #storeLocatorLeftBar #destinationMenuBlock {
    display: none;
    margin: 0 12px;
  }
  #storeLocator #storeLocatorLeftBar #POIFilter.active,
  #storeLocator #storeLocatorLeftBar #destinationMenuBlock.active {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  #storeLocator #storeLocatorLeftBar #POIFilter,
  #storeLocator #storeLocatorLeftBar #destinationMenuBlock {
    height: 620px;
  }
}
#storeLocator #storeLocatorLeftBar #POIFilter li img,
#storeLocator #storeLocatorLeftBar #destinationMenuBlock li img {
  float: left;
  max-width: 75px;
  margin-right: 10px;
}
#storeLocator #storeLocatorLeftBar #POIFilter li + li,
#storeLocator #storeLocatorLeftBar #destinationMenuBlock li + li {
  margin-top: 1px;
}
#storeLocator #storeLocatorLeftBar #POIFilter li.typeLocations a:before,
#storeLocator #storeLocatorLeftBar #destinationMenuBlock li.typeLocations a:before {
  background: url('../images/svg/iconBestemmingen.svg') no-repeat center center;
  width: 48px;
  background-size: 100%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1023px) {
  #storeLocator #storeLocatorLeftBar #POIFilter li.typeLocations a:before,
  #storeLocator #storeLocatorLeftBar #destinationMenuBlock li.typeLocations a:before {
    width: 24px;
  }
}
#storeLocator #storeLocatorLeftBar #POIFilter li.typeGuides a:before,
#storeLocator #storeLocatorLeftBar #destinationMenuBlock li.typeGuides a:before {
  background: url('../images/svg/iconVisgidsen.svg') no-repeat center center;
  width: 28px;
  background-size: 100%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1023px) {
  #storeLocator #storeLocatorLeftBar #POIFilter li.typeGuides a:before,
  #storeLocator #storeLocatorLeftBar #destinationMenuBlock li.typeGuides a:before {
    width: 14px;
  }
}
#storeLocator #storeLocatorLeftBar #POIFilter li.typeBoats a:before,
#storeLocator #storeLocatorLeftBar #destinationMenuBlock li.typeBoats a:before {
  background: url('../images/svg/iconCharterboot.svg') no-repeat center center;
  width: 47px;
  background-size: 100%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1023px) {
  #storeLocator #storeLocatorLeftBar #POIFilter li.typeBoats a:before,
  #storeLocator #storeLocatorLeftBar #destinationMenuBlock li.typeBoats a:before {
    width: 23.5px;
  }
}
#storeLocator #storeLocatorLeftBar #POIFilter li.typeShops a:before,
#storeLocator #storeLocatorLeftBar #destinationMenuBlock li.typeShops a:before {
  background: url('../images/svg/iconHengelsportzaken.svg') no-repeat center center;
  width: 31px;
  background-size: 100%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1023px) {
  #storeLocator #storeLocatorLeftBar #POIFilter li.typeShops a:before,
  #storeLocator #storeLocatorLeftBar #destinationMenuBlock li.typeShops a:before {
    width: 15.5px;
  }
}
#storeLocator #storeLocatorLeftBar #POIFilter li.typeHotels a:before,
#storeLocator #storeLocatorLeftBar #destinationMenuBlock li.typeHotels a:before {
  background: url('../images/svg/iconAccomodaties.svg') no-repeat center center;
  width: 38px;
  background-size: 100%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1023px) {
  #storeLocator #storeLocatorLeftBar #POIFilter li.typeHotels a:before,
  #storeLocator #storeLocatorLeftBar #destinationMenuBlock li.typeHotels a:before {
    width: 19px;
  }
}
#storeLocator #storeLocatorLeftBar #POIFilter li.typeSpots a:before,
#storeLocator #storeLocatorLeftBar #destinationMenuBlock li.typeSpots a:before {
  background: url('../images/svg/iconStekken.svg') no-repeat center center;
  width: 45px;
  background-size: 100%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1023px) {
  #storeLocator #storeLocatorLeftBar #POIFilter li.typeSpots a:before,
  #storeLocator #storeLocatorLeftBar #destinationMenuBlock li.typeSpots a:before {
    width: 22.5px;
  }
}
#storeLocator #storeLocatorLeftBar #POIFilter li.typeLakes a:before,
#storeLocator #storeLocatorLeftBar #destinationMenuBlock li.typeLakes a:before {
  background: url('../images/svg/iconVisvijvers.svg') no-repeat center center;
  width: 47px;
  background-size: 100%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1023px) {
  #storeLocator #storeLocatorLeftBar #POIFilter li.typeLakes a:before,
  #storeLocator #storeLocatorLeftBar #destinationMenuBlock li.typeLakes a:before {
    width: 23.5px;
  }
}
#storeLocator #storeLocatorLeftBar #POIFilter li.active a,
#storeLocator #storeLocatorLeftBar #destinationMenuBlock li.active a {
  background: rgba(238, 127, 1, 0.3);
}
#storeLocator #storeLocatorLeftBar #POIFilter li a {
  height: 80px;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  color: #222222;
  padding: 11.5px 0;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  /*-moz-backface-visibility: hidden;*/

  background: rgba(255, 255, 255, 0);
  position: relative;
}
#storeLocator #storeLocatorLeftBar #POIFilter li a:before {
  content: '';
  background: black;
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
}
#storeLocator #storeLocatorLeftBar #POIFilter li a:hover {
  text-decoration: none;
  color: #222222;
}
@media only screen and (max-width: 1023px) {
  #storeLocator #storeLocatorLeftBar #POIFilter li a {
    font-size: 14px;
    height: 48px;
    line-height: 30px;
  }
  #storeLocator #storeLocatorLeftBar #POIFilter li a:before {
    position: absolute;
    left: 10px;
    top: 9px;
    margin-bottom: 0;
  }
}
#storeLocator #storeLocatorLeftBar #destinationMenuBlock li {
  padding: 15px 10px;
  overflow: hidden;
  cursor: pointer;
}
#storeLocator #storeLocatorLeftBar #destinationMenuBlock li .picture {
  float: left;
}
#storeLocator #storeLocatorLeftBar #destinationMenuBlock li:hover,
#storeLocator #storeLocatorLeftBar #destinationMenuBlock li.active {
  background: rgba(238, 127, 1, 0.3);
}
#storeLocator #storeLocatorLeftBar #destinationMenuBlock li:hover a:hover,
#storeLocator #storeLocatorLeftBar #destinationMenuBlock li.active a:hover {
  text-decoration: none;
}
#storeLocator #storeLocatorLeftBar #destinationMenuBlock li .title {
  font-weight: 600;
  font-size: 14px;
  float: left;
  display: block;
  width: 100%;
  max-width: 147px;
}
#storeLocator #storeLocatorLeftBar #destinationMenuBlock li .place {
  font-size: 13px;
}
#storeLocator #storeLocatorLeftBar #destinationMenuBlock li .websiteFIH {
  pointer-events: none;
}
#storeLocator #storeLocatorLeftBar #destinationMenuBlock li span,
#storeLocator #storeLocatorLeftBar #destinationMenuBlock li a {
  font-size: 13px;
}
#storeLocator #storeLocatorMap {
  display: block !important;
}
