/*
Move to template css
*/


.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.arrow:after {
  content: " ";
  background: url(images/icons.png) 0 -40px no-repeat;
  display: inline-block;
  height: 40px;
  width: 40px;
}
.arrow.up-black:after {
  background: url(images/icons.png) 0 -40px no-repeat;
}
.arrow.down-black:after {
  background: url(images/icons.png) 0 0 no-repeat;
}
.arrow.up-white-small:after {
  background: url(images/icons.png) -40px -120px no-repeat;
  height: 20px;
  width: 20px;
}
.arrow.down-white-small:after {
  background: url(images/icons.png) -40px -80px no-repeat;
  height: 20px;
  width: 20px;
}

.drop-down {
  display: inline;
  position: relative;
}

.drop-down .form-button {
  z-index: 2;
}

.drop-down .form-button:after {
  content: " ";
  background: url(images/icons.png) -40px -80px no-repeat;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: relative;
  top: 14px;
  margin-right: -20px;
}

.drop-down.selected .form-button:after {
  background: url(images/icons.png) -40px -120px no-repeat;
}

.drop-down ul {
  visibility: hidden;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  z-index: 1;
  background-color: white;
  width: 200px;
  border: none;
  border-radius: 0 0 5px 5px;
  margin-top: 6px;
}

.drop-down.selected ul {
  visibility: visible;
}

/*
Template css end
*/



/* Store Locator */
#app-storeLocator {
  padding: 20px;
  font-family: "Interstate WGL Cond", arial, verdana, sans-serif;
}

#app-storeLocator a, #app-storeLocator a:focus, #app-storeLocator a:hover, #app-storeLocator a:active {
  display: inherit !important;
}

@media only screen and (min-width:769px) {
  #app-storeLocator {
    max-width: 960px;
    margin: 0 auto;
  }
}

@media only screen and (min-width:1025px) {
  #app-storeLocator {
    max-width: 1200px;
    margin: 0 auto;
  }
}

#app-storeLocator h1 {
  font-family: "Interstate WGL Cond", arial, verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

#app-storeLocator #search-bar>* {
  display: inline-block;
  margin-right: 20px;
}

#app-storeLocator .form-button {
  font-family: "Interstate WGL Cond", arial, verdana, sans-serif;
  font-size: 18px !important;
  text-transform: uppercase;
  height: 40px !important;
  width: auto;
  background-color: #fc6621;
  color: white;
  text-decoration: none;
  padding: 10px 24px;
  border: none;
  border-radius: 5px;
}

#app-storeLocator.app-storeLocator-mares .form-button {
  background-color: #e41f00;
}

#app-storeLocator.app-storeLocator-tyrolia .form-button {
  background-color: #df002d;
}

#app-storeLocator input {
  font-family: "Interstate WGL Cond", arial, verdana, sans-serif;
  font-size: 22px !important;
}

#app-storeLocator .search-input {
  margin: 0 10px 0 0;
  width: 360px !important;
  height: 40px !important;
  border-radius: 0px !important;
}

#app-storeLocator .header {
  text-transform: uppercase;
  font-size: 20px;
}

#app-storeLocator #search-bar a {
  font-size: 20px;
}

#app-storeLocator .storeLocator-body {
  width: 100%;
  margin-top: 30px;
  text-transform: uppercase;
}

#app-storeLocator .storeLocator-list {
  float: left;
  width: 30%;
}

#app-storeLocator .storeLocator-list img {
  display: inline-block;
}

#app-storeLocator  .storeLocator-scroll {
  display: block;
  padding: 10px;
  line-height: 20px;
  text-align: center;
}

#app-storeLocator .storeLocator-list-canvas {
  list-style-type: none;
  max-height: 670px;
  overflow: hidden;
  padding: 10px
}

#app-storeLocator .storeLocator-result-item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 16px;
  margin-bottom: 16px;
  font-size: 16px !important;
  line-height: 28px;
  padding-left: 20px;
}

#app-storeLocator .storeLocator-result-item .small{
  font-size: 12px !important;
  line-height: 28px;
}

#app-storeLocator .title {
  font-size: 16px !important;
}

#app-storeLocator  .storeLocator-result-item-address, #app-storeLocator  .storeLocator-result-item-details
{
  color: #999999
}

#app-storeLocator .storeLocator-result-item.active {
  background-color: #f2f2f2;
}

#app-storeLocator .storeLocator-result-item .storeLocator-result-item-details
{
  display: none;
}

#app-storeLocator .storeLocator-result-item.active .storeLocator-result-item-details
{
  display: block;
}

#app-storeLocator .storeLocator-map {
  float: left;
  width: 70%;
}

#app-storeLocator .storeLocator-map-container {
  margin-top: 20px;
}

#app-storeLocator .storeLocator-map-canvas {
  width: 100%;
  height: 770px;
}

#app-storeLocator .storeLocator-view-result {
  display: none;
}

#app-storeLocator .storeLocator-view-error {
  display: none;
}

#app-storeLocator #store-selector {
  /*   display: none; */

}

#app-storeLocator #store-selector li a {

}

@media only screen and (max-width:768px) {
  #app-storeLocator .storeLocator-list {
    float: none;
    width: 100%;
  }
  #app-storeLocator .storeLocator-map {
    float: none;
    width: 100%;
  }
  #app-storeLocator .search-input {
    width: 100%;
    margin: 0 0px 10px 0;
  }
  #app-storeLocator #search-bar>* {
    display: inline-block;
    margin-bottom: 20px;
  }
}

/* autocomplete, minimalstic theme */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  background-color: #f0f0f0;
  width: 250px;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0; /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image:
  url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-helper-hidden-accessible {
  display: none;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}
/* END Store Locator */

