/*
#storeListing .message,
#storeListing,
#listingInfo,
#listingWrap,
#storeListing ul,
#storeListing li {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*/
.storeMarkerLabel {
    padding: 11px 2px 2px 2px;
    //background:transparent url(img/marker_number_bg.png) 50% 50% no-repeat;
    background: transparent url(img/marker.png) 50% top no-repeat;
    font-weight: bold;
    font-size: 12px;
    //width:20px;
    width: 40px;
    height: 50px;
    color: #000;
    text-align: center;
}

.store-search-wrapper {
    position: relative;
    padding: 2em;
    /*background:transparent url(img/bg.png) bottom left repeat-x;*/
    background: #f7f7f7;
    border: 1px solid #dadada;

    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.store-map-wrapper {
    position: relative;
    height: 600px;
}

.store-search-wrapper > button {
    padding: 0;
    margin: 0;
    height: 27px;
    line-height: 27px;
    cursor: pointer;
}

.store-search-wrapper > input {
    line-height: 1.5em;
    height: 1.5em;
    width: 60%;
}

.store-search-wrapper > input,
.store-search-wrapper > select {
    margin: 0;
    border: 1px solid #dadada;
    padding: 3px 6px 3px 6px;
    /*font-size:13px;
    line-height:15px;
    height:21px;*/
    border-radius: 5px;
}

.store-search-wrapper > select {
    padding: 0;
    background: #fff;
    line-height: 29px;
    height: 29px;

    font-size: 13px;
    line-height: 13px;
    padding: 4px 4px 4px 4px;
}

/*.store-search-wrapper > button {
   border:1px solid #df0909; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 0px 10px 0px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
   background-color: #f62b2b; background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
   background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
   background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
   background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
   background-image: -o-linear-gradient(top, #f62b2b, #d20202);
   background-image: linear-gradient(to bottom, #f62b2b, #d20202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
  }

  .store-search-wrapper > button:hover{
   border:1px solid #b30808;
   background-color: #e40a0a; background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
   background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
   background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
   background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
   background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
   background-image: linear-gradient(to bottom, #e40a0a, #9f0202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#9f0202);
  }*/

#map {
    position: relative;
    width: 70%;
    float: left;
    height: 600px;

    background-color: #eee;

    border-bottom-left-radius: 5px;
}

#storeListing {
    position: relative;
    width: 30%;
    float: right;
    height: 600px;
    background-color: #e6e6e6;

    border-bottom-right-radius: 5px;
}

#storeListing * {
    box-sizing: content-box;
}

#listingLoad {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #dadada url(img/anime_loading.gif) 50% 50% no-repeat;

    z-index: 10;
}

#storeListing .message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
}

#storeListing .message span {
    display: block;
    text-align: center;
    padding: 6em 3em;
}

#storeListing #listingInfo {
    background-color: #333;
}

#storeListing #listingInfo > span {
    display: block;
    height: 16px;
    line-height: 16px;
    padding: 8px;
    color: #fff;
}

#listingWrap {
    position: relative;
    height: 568px;
    z-index: 1;
    overflow-y: auto;
}

#listingWrap ul {
    position: relative;
    width: 100%;
    min-height: 568px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#listingWrap ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #dadada;
    min-height: 5em;
    font-size: 0.9em;
}

#listingWrap ul li h3 {
    font-size: 1.2em;
    width: 90%;
}

.uk-card-body p {
    max-height: 68px;
}

.store-map-wrapper a {
    text-decoration: none !important;
}
.store-map-wrapper a:hover {
    color: #990000;
}

#listingWrap ul li:hover,
#listingWrap ul li:hover a,
#listingWrap ul li.hilite,
#listingWrap ul li.hilite a {
    background-color: #eee;
    /*color:#fff;*/
}

#listingWrap ul li:hover {
}

#listingWrap ul li:last-child {
    border-bottom: none;
}

#listingWrap ul li > div {
    position: relative;
    padding: 1em;
    cursor: pointer;
}

#listingWrap ul li > div > .item {
    display: block;
    padding-right: 3em;
}

#listingWrap ul li > div > h3 {
    /*padding-right:3em;*/
}

#listingWrap ul li > div > .numbering {
    position: absolute;
    top: 1em;
    right: 1.5em;
    background: #a30d01 url(img/number_bg.png) bottom left repeat-x;
    padding: 0.5em;
    color: #fff;
    text-align: center;
    min-width: 1.5em;

    border-radius: 3px;
}

.info-window {
    width: 200px;
    min-height: 80px;
}

.tag {
    display: inline-block;
    padding: 2px 5px;
    margin: 4px 2px 2px 0;
    background-color: #333;
    color: #fff;
    font-size: 10px;
    border-radius: 2px;
}

@media (max-width: 768px) {
    .store-map-wrapper {
        height: auto;
    }
    #map {
        width: 100%;
        float: none;
    }
    #storeListing {
        width: 100%;
        float: none;
        background: #fff;
    }
}
