#map-canvas {
    height: 300px;
}

section.store h1 {
    font-family: "LinotypeUnivers", Arial, sans-serif;
    font-stretch: condensed;
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    margin: 10px 20px 27px 10px;
}

section.store {
    padding: 10px;
}

section.store .panel-store .panel-body h2 {

    font-family: "LinotypeUnivers", Arial, sans-serif;
    font-stretch: condensed;
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
    color: #666666;

    margin-bottom: 5px;
    margin-top: 28px;
}

section.store .panel-store .panel-body p {
    font-family: "LinotypeUnivers", Arial, sans-serif;
    font-stretch: condensed;
    font-size: 9pt;
    font-weight: 100;
    text-transform: none;
    color: #666666;

    margin-bottom: 18px;
}

section.store .panel-store .panel-heading {
    padding: 0;
}

section.store .panel-store .nav-tabs {
    border: none;
}

section.store .panel-store .subnav-tabs {
    border: none;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

section.store .panel-store .nav-tabs > li {
    width: 50%;
    text-align: center;
}

section.store .panel-store .subnav-tabs > li {
    width: 50%;
    text-align: center;
}

section.store .panel-store .nav-tabs > li > a,
section.store .panel-store .nav-tabs > li > a:hover,
section.store .panel-store .nav-tabs > li > a:focus {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;

    padding-top: 14px;

    font-family: "LinotypeUnivers", Arial, sans-serif;
    font-stretch: condensed;
    font-size: 8pt;
    font-weight: normal;
    text-transform: uppercase;
    color: #666666;

    background-color: #dcdcdc;

    height: 40px;

    margin-right: 0;
}

section.store .panel-store .nav-tabs > li.active > a,
section.store .panel-store .nav-tabs > li.active > a:hover,
section.store .panel-store .nav-tabs > li.active > a:focus {
    background-color: #f1f1f1;
    font-weight: bold;
}

section.store .panel-store .subnav-tabs > li.active > a,
section.store .panel-store .subnav-tabs > li.active > a:hover,
section.store .panel-store .subnav-tabs > li.active > a:focus {
    border-top: none;
    padding-top: 12px;
    background-color: #dcdcdc;
    font-weight: bold;
}

section.store .panel-store .subnav-tabs > li > a {
    padding-top: 12px;
    font-weight: normal;
    background-color: #f1f1f1;
}

section.store .panel-store .subnav-tabs > li > a > span {
    margin-right: 5px;
    font-size: 12pt;
}

section.store .panel-store .panel-body {
    background-color: #f1f1f1;
    padding: 10px;
}

section.store label {
    color: #929292;
    font-size: 8pt;
    font-weight: 100;
    font-stretch: condensed;
    text-transform: uppercase;
    text-indent: 10px;
    margin-bottom: 2px;
    margin-top: 5px;
}

section.store .form-group {
    margin: 0;
}

section.store .form-control,
section.store select.form-control {
    border-radius: 2px;
    border: 1px solid #dcdcdc;
    color: #666666;
    font-size: 8pt;
    font-weight: 100;
}

section.store input.form-control {
    color: #8985b5;
}

section.store .form-group .input-group .input-group-btn .btn-inner-validation {
    border: 1px solid #dcdcdc;
    border-left: none;
    font-weight: bold;
    padding-bottom: 2px;
}

section.store .radio {
    margin: 0;
}

section.store .checkbox {
    margin: 0;
}

section.store .checkbox > label {
    text-transform: none;
    text-indent: 0;
    font-size: 10pt;
}

span.store-locator {
    background-image: url(/mobile/images/tabs-map-list.png);
    background-image: -webkit-image-set(url(/mobile/images/tabs-map-list.png) 1x, url(/mobile/images/tabs-map-list-2x.png) 2x);
    background-image: image-set("/mobile/images/tabs-map-list.png" 1x, "/mobile/images/tabs-map-list-2x.png" 2x);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    vertical-align: text-bottom;
}

span.store-locator-marker {
    width: 10px;
    background-position: left;
}

span.store-locator-list {
    width: 15px;
    background-position: right;
}

span.marker {
    background-image: url(/mobile/images/marker.png);
    background-image: -webkit-image-set(url(/mobile/images/marker.png) 1x, url(/mobile/images/marker-2x.png) 2x);
    background-image: image-set("/mobile/images/marker.png" 1x, "/mobile/images/marker-2x.png" 2x);
    background-repeat: no-repeat;
    display: inline-block;
    height: 25px;
    width: 16px;
    vertical-align: text-bottom;
}

ul.list-pos {
    list-style: none;
}

ul.list-pos > li {
    margin: 10px;
}

ul.list-pos .pos-item, ul.list-pos .inscription-item {

    font-family: "LinotypeUnivers", Arial, sans-serif;
    font-stretch: condensed;
    font-size: 10pt;
    text-transform: none;

    color: #666666;
    padding: 15px 20px;
    background-color: #ffffff;
}
ul.list-pos .inscription-item {
    min-height: 0;
    border-top: 1px solid #dcdcdc;
}
ul.list-pos .inscription-item ul > li {
    min-height: 25px;
}
ul.list-pos .inscription-item ul > li a.pull-right {
    margin-right: 40px;
}

ul.list-pos .pos-item .icon {
    float: right;
}
ul.list-pos .pos-item .name {
    display: list-item;
    color: #000000;
    font-weight: bold;
}
ul.list-pos .pos-item .address {
    display: list-item;
}
ul.list-pos .pos-item .road {

}
ul.list-pos .pos-item .city {

}
ul.list-pos .pos-item .phone {
    margin-top: 15px;
    display: list-item;
}
.form-group .input-group .form-control {
    border-right: none;
}
body.locator-index-index{
    background-color: #FFFFFF;
}
body.locator-index-index footer{
    display:none;
}
