.store_list_ul {
    list-style-type: none;
    margin: 0;
}

.store_list_ul a h3 {
    margin: 0 0 5px;
    font-size: 15px;
    color: #404040;
    font-weight: 700 !important;
}

.store_list_ul a h3:hover {
    color: #ff8100 !important;
}

.store_list_ul a p {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    color: #898989;
    font-size: 13px;
}

.store_list_ul p {
    margin-bottom: 0.5rem;
}

.titleL h2 {
    font-family: 'Roboto Light', sans-serif;
    padding: 17px 0 15px !important;
    margin: 0;
    text-align: center !important;
    text-transform: uppercase !important;
    background: #ededed !important;
    color: #773992 !important
}

.formSearch .formFa select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ebebeb;
    background: #fff;
    box-shadow: none;
}

ul.sidebar {
    margin-bottom: 0;
}

ul li {
    margin-bottom: 0;
}

.right-body .store_list_ul li.item:first-child {
    border: 0;
}

.right-content .store-info p {
    margin-bottom: 5px;
}

.store_list_ul li.item {
    padding: 0 0 10px;
    border-top: 1px solid #e3e3e3;
}

.store_list_ul li.item.active {
    background: #f4f4f4;
    color: #1e69b2;
}

.store_list_ul li.item h3 {
    margin-top: 10px;
}

.store_list_ul li.item.active h3 {
    color: #0050c7 !important;
}

.store_list_ul li.item a {
    display: block;
}

.fromMapSearch {
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #e3e3e3;
}

.box_under_search {
    border: 1px solid #e3e3e3;
}

.box_under_search_content .find_count {
    font-size: 14px;
    color: #333;
    margin: 8px 0 11px;
    padding: 0 20px;
}

.box_under_search_content li.item {
    margin: 0;
    padding: 0 20px;
    padding-bottom: 10px;
    border-top: 1px solid #e3e3e3;
}

.wrapper {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

/*================BEGIN PAGINATION=================*/
.pagination ul li span.pagecur, .pagination ul li a {
    border: none;
    background: #ffffff;
    border: solid 1px #c3c3c3;
}

.pagination ul li a:hover, .pagination ul li span.pagecur {
    background: #ea4725;
    border-color: #ea4725;
    color: #ffffff;
}

/*================END PAGINATION===================*//*================BEGIN: BOX================*/
.box_mid {
    width: 100%;
}

.box_mid .mid-title {
    width: auto;
    position: relative;
    margin: 0 0 20px 0;
}

.box_mid.line_title .mid-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.box_mid .mid-title .titleL {
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    color: #333333;
}

.box_mid .mid-title .titleL h1 {
    font-size: 30px;
    line-height: 45px;
}

.box_mid .mid-title .titleL h1.noupper {
    text-transform: none;
}

.box_mid .mid-title .titleR {
    float: right;
    position: relative;
}

.box_mid .mid_content {
    margin-bottom: 0;
}

.box {
    position: relative;
}

.box .box-title {
    position: relative;
    z-index: 1;
}

.box .box-title .fTitle {
    font-size: 18px;
    line-height: 26px;
    color: #927865;
    padding: 5px 0px;
    margin-bottom: 5px;
}

/*=================END: BOX=================*/
#vnt-store {
    padding: 40px 0 60px;
}

/*=========================================================*/
.formSearch {
    margin-bottom: 30px;
}

.gridF {
    margin: 0 -5px;
}

.gridF:after {
    content: "";
    display: block;
    clear: both;
}

.gridF .col1 {
    float: left;
    padding: 0 5px;
    width: 10%;
}

.gridF .col2 {
    float: left;
    padding: 0 5px;
    width: 15.85%;
}

.gridF .col3 {
    float: left;
    padding: 0 5px;
    width: 16.9%;
}

.gridF .col4 {
    float: left;
    padding: 0 5px;
    width: 9.55%;
}

.formSearch .title-system {
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px; /*        text-overflow: ellipsis;        overflow: hidden;        white-space: nowrap;*/
}

.formSearch .btn-submit-search {
    width: 100%;
    float: right;
    color: #ffffff;
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 40px;
    background: #53382c;
    border: 0;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    padding: unset;
    text-transform: unset;
}

.formSearch .btn-submit-search span {
    position: relative;
    padding-left: 22px;
}

.formSearch .btn-submit-search span:before {
    top: 0;
    left: 13px;
    font-family: fontawesome;
    content: '\f002';
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.formSearch .btn-submit-search:hover {
    background: #b22830;
}

.formSearch select, .formSearch input {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: solid 1px #e4e4e4;
    background: #f5f5f5;
    padding: 0 15px;
    font-size: 13px;
    line-height: 21px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.div_auto_complete .dropdown_select {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.div_auto_complete .dropdown_select ul {
    padding: 5px 0;
}

.div_auto_complete .dropdown_select ul li {
    padding: 7px 15px 8px;
    border-bottom: none;
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 22px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}

.div_auto_complete .dropdown_select ul li:hover {
    background-color: #f5f5f5;
}

.div_auto_complete .dropdown_select ul li.b1 {
    background-image: url(../images/store/i-car.png);
}

.div_auto_complete .dropdown_select ul li.b2 {
    background-image: url(../images/store/i-clock.png);
}

.div_auto_complete .dropdown_select ul li.b3 {
    background-image: url(../images/store/i-park.png);
}

.div_auto_complete .dropdown_select ul li span.text {
    padding: 0;
}

/*===========================================================================*/
.result_dealer {
    background: #f0f0f0;
    border: solid 1px #e7e7e7;
}

.result_dealer .result_list {
    width: 170px;
    float: left;
    padding: 10px;
}

.result_list ul li.active a, .result_list ul li:hover a {
    background: #fff;
    color: #00aeef;
}

.result_list ul li a {
    display: block;
    padding: 8px 10px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.result_dealer .result_map {
    height: 560px;
    float: right;
    overflow: hidden;
    width: 900px;
}

.result_dealer .result_map .mapdemo {
    overflow: hidden;
    position: relative;
}

.result_dealer .popupMap {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 490px;
    background: #ffffff;
    width: 100%;
    padding: 25px;
    border: solid 3px #53382c;
}

.result_dealer .popupMap:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: solid 19px #ffffff;
    border-left: solid 19px transparent;
    border-right: solid 19px transparent;
    top: 99%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.result_dealer .popupMap:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: solid 21px #53382c;
    border-left: solid 21px transparent;
    border-right: solid 21px transparent;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.result_dealer .popupMap .img {
    float: left;
    max-width: 120px;
    margin-right: 20px;
}

.result_dealer .popupMap .img img {
    margin-bottom: 10px;
}

.result_dealer .popupMap .img .link {
    margin-bottom: 10px;
}

.result_dealer .popupMap .img .link a {
    display: block;
    font-size: 13px;
    line-height: 22px;
    background: #53382c;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 4px 10px;
}

.result_dealer .popupMap .img .link a:hover {
    background: #b22830;
}

.result_dealer .popupMap .info {
    overflow: hidden;
}

.result_dealer .popupMap .info .name {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #555555;
    text-transform: uppercase;
}

.result_dealer .popupMap .info .meter {
    font-size: 11px;
    line-height: 19px;
    color: #999999;
    font-weight: bold;
    margin-bottom: 5px;
}

.result_dealer .popupMap .info .timeopen {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 15px;
}

.result_dealer .popupMap .info .timeopen span {
    padding-left: 55px;
    position: relative;
}

.result_dealer .popupMap .info .timeopen span:before {
    content: "open";
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width: 45px;
    height: 20px;
    background: #b22830;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.result_dealer .popupMap .info .address {
    margin-bottom: 5px;
    color: #666666;
}

.result_dealer .popupMap .info .phone {
    color: #666666;
}

.result_dealer .popupMap .info .phone span {
    padding-left: 20px;
    position: relative;
}

.result_dealer .popupMap .info .phone span:before {
    content: "\f095";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #b22830;
}

.result_dealer .popupMap .info a {
    display: inline-block;
    background: #555555;
    color: #ffffff;
    text-transform: uppercase;
    padding: 4px 20px;
    margin-right: 10px;
}

.result_dealer .popupMap .info a:hover {
    background: #dbb062;
}

.result_dealer .popupMap .info .listPa ul li {
    margin-bottom: 5px;
    background-size: 22px;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
}

.result_dealer .popupMap .info .listPa ul li.bg1 {
    background-image: url(../images/store/i-car.png);
}

.result_dealer .popupMap .info .listPa ul li.bg2 {
    background-image: url(../images/store/i-clock.png);
}

.result_dealer .popupMap .info .listPa ul li.bg3 {
    background-image: url(../images/store/i-park.png);
}

.result_dealer .result_info {
    height: 550px;
    background: #fff;
    width: 268px;
    float: left;
    overflow-x: auto;
}

.result_dealer .result_info .r-count {
    font-size: 15px;
    line-height: 24px;
    padding: 10px 12px;
    border-bottom: 1px solid #dcdcdc;
    background: #f2f2f2;
    font-style: italic;
}

.result_dealer .result_info .item {
    padding: 20px;
    border-bottom: solid 1px #e7e7e7;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.result_dealer .result_info .item:hover {
    background: #f5f5f5;
}

.result_dealer .result_info .info .name {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #555555;
    text-transform: uppercase;
}

.result_dealer .result_info .info .meter {
    font-size: 11px;
    line-height: 19px;
    color: #999999;
    font-weight: bold;
    margin-bottom: 5px;
}

.result_dealer .result_info .info .timeopen {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 15px;
}

.result_dealer .result_info .info .timeopen span {
    padding-left: 55px;
    position: relative;
}

.result_dealer .result_info .info .timeopen span:before {
    content: "open";
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width: 45px;
    height: 20px;
    background: #b22830;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.result_dealer .result_info .info .address {
    margin-bottom: 5px;
    color: #666666;
}

.result_dealer .result_info .info .phone {
    color: #666666;
}

.result_dealer .result_info .info .phone span {
    padding-left: 20px;
    position: relative;
}

.result_dealer .result_info .info .phone span:before {
    content: "\f095";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #b22830;
}

.result_dealer .result_info .info a {
    display: inline-block;
    background: #555555;
    color: #ffffff;
    text-transform: uppercase;
    padding: 4px 20px;
    margin-right: 10px;
}

.result_dealer .result_info .info a:hover {
    background: #dbb062;
}

.result_dealer .result_info .info .listPa ul li {
    margin-bottom: 5px;
    background-size: 22px;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
}

.result_dealer .result_info .info .listPa ul li.bg1 {
    background-image: url(../images/store/i-car.png);
}

.result_dealer .result_info .info .listPa ul li.bg2 {
    background-image: url(../images/store/i-clock.png);
}

.result_dealer .result_info .info .listPa ul li.bg3 {
    background-image: url(../images/store/i-park.png);
}

/*============================================*/
div#vnt-store-slide {
    margin-bottom: 25px;
}

div#vnt-store-slide img {
    width: 100%;
}

div#vnt-store-slide .slick-arrow {
    width: 55px;
    height: 55px;
    background: rgba(0, 0, 0, 0.49);
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    position: absolute;
    border: none;
    font-size: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

div#vnt-store-slide .slick-arrow:hover {
    background: rgba(0, 0, 0, 0.2);
}

div#vnt-store-slide .slick-prev {
    left: 10px;
}

div#vnt-store-slide .slick-prev:after {
    content: "\f104";
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

div#vnt-store-slide .slick-next {
    right: 10px;
}

div#vnt-store-slide .slick-next:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*========================================*/
.content .tomtat {
    font-size: 15px;
    line-height: 23px;
}

.content p.tit {
    float: left;
    width: 70px;
    color: #b22830;
}

.content p.til {
    overflow: hidden;
}

.content p {
    font-size: 15px;
    line-height: 23px;
    padding: 0;
}

ul.lit1 li {
    padding-bottom: 10px;
    border-bottom: dotted 1px #bfbfbf;
    margin-bottom: 10px;
}

ul.lit1 li:last-child {
    padding-bottom: 0px;
    border: none;
}

ul.lit1 .timeopen {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 15px;
}

ul.lit1 .timeopen span {
    padding-left: 55px;
    position: relative;
}

ul.lit1 .timeopen span:before {
    content: "open";
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width: 45px;
    height: 20px;
    background: #b22830;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content p.tit2 {
    float: left;
    width: 125px;
}

ul.lit2 li:nth-child(2n+1) {
    background: #ededed;
}

ul.lit2 li p {
    font-size: 13px;
    line-height: 21px;
}

ul.lit2 li {
    padding: 5px 10px;
}

.content .listPa {
    margin-bottom: 20px;
}

.content .listPa ul li {
    margin-bottom: 5px;
    background-size: 22px;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 30px;
}

.content .listPa ul li.bg1 {
    background-image: url(../images/store/i-car.png);
}

.content .listPa ul li.bg2 {
    background-image: url(../images/store/i-clock.png);
}

.content .listPa ul li.bg3 {
    background-image: url(../images/store/i-park.png);
}

/*============================================================*//*=======================RESPONSIVE===========================*//*============================================================*/
@media all and (max-width: 1200px) {
    .result_dealer .result_map {
        width: 100%;
    }

    .result_dealer .result_info {
        width: 100%;
    }

    .result_dealer .result_map .mapdemo > img {
        max-width: none;
        min-width: 100%;
        min-height: 100%;
    }
}

@media all and (max-width: 991px) {
    #vnt-store {
        padding: 25px 0 40px;
    }

    .gridF .col1 {
        float: left;
        padding: 0 5px;
        width: 50%;
        margin-bottom: 10px;
    }

    .gridF .col2 {
        float: left;
        padding: 0 5px;
        width: 50%;
        margin-bottom: 10px;
    }

    .gridF .col3 {
        float: left;
        padding: 0 5px;
        width: 50%;
        margin-bottom: 10px;
    }

    .gridF .col4 {
        float: left;
        padding: 0 5px;
        width: 50%;
        margin-bottom: 10px;
    }

    .result_dealer .popupMap {
        padding: 15px 20px;
    }
}

@media all and (max-width: 460px) {
    .gridF .col1 {
        float: left;
        padding: 0 5px;
        width: 100%;
    }

    .gridF .col2 {
        float: left;
        padding: 0 5px;
        width: 100%;
    }

    .gridF .col3 {
        float: left;
        padding: 0 5px;
        width: 100%;
    }

    .gridF .col4 {
        float: left;
        padding: 0 5px;
        width: 100%;
    }
}

@media screen and (min-width: 991px) {
    form > .gridF .col3 {
        width: 26.9%;
    }
}

.formSearch .formFa {
    position: relative;
}

.formSearch .formFa select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.formSearch .formFa select::-ms-expand {
    display: none;
}

.formSearch .formFa:before {
    position: absolute;
    top: 50%;
    right: 10px;
    font-family: fontawesome;
    content: '\f0d7';
    font-size: 16px;
    line-height: 25px;
    z-index: 10;
    pointer-events: none;
    color: #333333;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.search-suggestion-wrapper {
    position: relative;
}

.search-suggestion-list {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    top: 0px;
    left: 0px;
    position: absolute;
    min-width: 300px;
    z-index: 50;
    max-height: 300px;
    overflow-y: auto;
}

.search-suggestion-list li {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
}

.search-suggestion-list li:last-child {
    border-bottom: none;
}

.search-suggestion-list li a {
    display: block;
    padding: 5px 10px;
    width: 100%;
    color: #333333;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.search-suggestion-list li a:hover {
    background: #2279c6;
    color: #ffffff;
}

/*=================BEGIN: PAGINATION==================*/
.pagination {
    width: 100%;
    background: transparent;
    padding-top: 0;
    margin: 0;
}

.pagination ul {
    padding-bottom: 2px;
}

.pagination ul li {
    display: inline-block;
    margin: 0 4px 0 0;
}

.pagination ul li span.pagetotal {
    display: table-cell;
    height: 45px;
    vertical-align: middle;
    background: none;
    color: #333333;
}

.pagination ul li span.pagecur, .pagination ul li a {
    display: table-cell;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    font-size: 20px;
    line-height: 28px;
    vertical-align: middle;
    color: #333333;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    font-weight: normal;
    background-color: #ffffff;
    border: solid 1px #d0d0d0;
    text-align: center;
}

.pagination ul li a:hover, .pagination ul li span.pagecur {
    color: #ffffff;
    background-color: #000;
    border-color: #000;
}

.pagination a, .pagination a:visited {
    color: #666666;
}

.show_item {
    padding: 10px 0;
}

.show_item ul:after {
    display: block;
    content: '';
    clear: both;
}

.show_item ul li {
    float: left;
    padding: 0 12px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    text-transform: uppercase;
}

.show_item ul li a {
    font-size: 16px;
    line-height: 20px;
    color: #666666;
}

.show_item ul li a:hover {
    color: #ee8533;
}

.show_item ul li:first-child {
    padding-left: 0;
}

.show_item ul li:last-child {
    padding-right: 0;
}

.show_item ul li ~ li:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '|';
    color: #d1d1d1;
}

.page-view {
}

.page-view.pagination {
    margin: 20px 0px 0px;
}

/*=================END: PAGINATION======================*//*Custome*/
.result_dealer .result_info .info .listPa ul li {
    padding-left: 0px;
}

.list-filters li {
    position: relative;
    overflow: hidden;
    padding: 5px 10px 5px 30px !important;;
}

.list-filters li::before {
    font-family: "Fontawesome";
    content: "";
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 1px solid #b9b9b9;
    color: #b22830;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    left: 7px;
}

.list-filters li.checked span::after {
    content: "\f00c";
    font-family: "Fontawesome";
    position: absolute;
    top: 10px;
    left: 7px;
    width: 16px;
    height: 16px;
    color: #b22830;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    box-sizing: border-box;
}

.list-filters li span.name {
    float: left;
    width: calc(100% - 25px);
    display: block;
}

.list-filters li span.icon {
    float: right;
    width: 25px;
    line-height: 25px;
    display: block;
    text-align: right;
}

.list-filters li span.icon i {
    line-height: 25px;
    font-size: 16px;
}

/*========BEGIN: MAP========*/
#map {
    padding: 0;
    margin: 0;
    height: 560px;
    width: 100%;
}

#findMe {
    position: absolute;
    right: 10px !important;
    bottom: 10px !important;
    z-index: 1;
    display: none;
    width: 53px;
    height: 44px;
    padding: 0;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
    background: url('../images/geo-bg.png') no-repeat right top;
    -webkit-appearance: none;
}

.item-view .notify-info {
    padding: 20px 10px;
    font-weight: bold;
    color: #ff0000;
    text-align: center;
}

.page-view {
}

.page-view.pagination {
    margin: 20px 0px 0px;
}

.myInfoWindow {
    background-color: #fff;
    border: 5px solid #53382c;
    padding: 15px;
    position: relative;
    margin-bottom: 40px;
}

.myInfoWindow:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -40px;
    left: 163px;
    width: 0;
    height: 0;
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 20px
}

.myInfoWindow:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -60px;
    left: 153px;
    width: 0;
    height: 0;
    border-color: #53382c transparent transparent transparent;
    border-style: solid;
    border-width: 30px;
    z-index: -1
}

.myInfoWindow-head {
}

.myInfoWindow-body {
    background-color: #fff;
    text-align: left;
    color: #333333;
}

.infowindow {
    height: auto;
    width: 400px;
    position: relative;
}

.infowindow .infowindow-detail {
    height: auto;
    overflow: auto;
}

.infowindow .infowindow-picture {
    max-width: 120px;
    float: left;
    margin-right: 20px;
    position: relative;
}

.infowindow .infowindow-info {
    float: right;
    width: calc(100% - 140px);
    font-size: 14px;
    line-height: 20px;
}

.infowindow .infowindow-picture img {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid #cccccc;
}

.infowindow .infowindow-picture img.hasimage { /*cursor: pointer;*/
}

.infowindow .infowindow-picture:hover img.hasimage {
    opacity: 0.5;
}

.infowindow .infowindow-button a {
    display: block;
    font-size: 13px;
    line-height: 22px;
    background: #53382c;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding: 4px 10px;
    margin-top: 10px;
}

.infowindow .infowindow-button a:hover {
    background: #b22830;
}

.infowindow .infowindow-info .name {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #555555;
    text-transform: uppercase;
}

.infowindow .infowindow-info .meter {
    font-size: 11px;
    line-height: 19px;
    color: #999999;
    font-weight: bold;
    margin-bottom: 5px;
}

.infowindow .infowindow-info .timeopen {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 15px;
}

.infowindow .infowindow-info .address {
    margin-bottom: 5px;
    color: #666666;
}

.infowindow .infowindow-info .phone {
    color: #666666;
}

.infowindow .infowindow-info .phone span {
    padding-left: 20px;
    position: relative;
}

.infowindow .infowindow-info .phone span:before {
    content: "\f095";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #b22830;
}

.infowindow-preview {
    height: auto;
    width: 200px;
    position: relative;
    text-align: left;
}

.infowindow-preview .infowindow-preview-detail {
    min-height: 90px;
    overflow: auto;
    font-size: 11px;
    line-height: 18px;
}

.infowindow-preview a {
    color: #0026ff;
}

.infowindow-preview .infowindow-preview-title {
    color: #055699;
    margin-bottom: 3px;
}

.infowindow-preview .infowindow-preview-picture {
    width: 60px;
    height: 40px;
    float: left;
    padding: 5px;
}

.infowindow-preview .infowindow-preview-picture img {
    width: 50px;
}

.infowindow-preview .infowindow-info {
    color: #666;
}

/*--------------------------------------------------------begin tooltip*/
.tooltip-mk {
    position: absolute;
    width: 200px;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 9pt;
    font-family: Verdana;
    background-color: #fff;
    color: #000;
    z-index: 1000;
}

/*--------------------------------------------------------end tooltip*/
#directions {
    overflow: auto;
    background: #ffffff;
    position: relative
}

#directionsContainer {
}

#directionsForm {
    padding: 20px 20px 15px 20px;
    border-bottom: 2px solid #efeeee;
}

#directionsForm ol.form {
    width: auto;
}

#directionsForm button, #directionsForm input, #directionsForm select {
    margin: 0;
    padding: 1px 6px;
    border: 2px solid #ededed;
    border-radius: 0;
    background: #ededed;
    color: #3d3a35;
    vertical-align: baseline;
}

#directionsForm input[type="text"] {
    background-image: -webkit-gradient(linear, 0% 0, 0% 100%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

#directionsForm .btn-direction {
    background: #53382c;
    border: none;
    color: #ffffff;
    padding: 3px 10px;
}

#directionsForm ol.form li {
    padding: 0;
    margin-bottom: 10px;
}

#directionsForm ol.form li.origin, #directionsForm ol.form li.destination {
}

#directionsForm ol.form li.error {
    padding: 4px;
}

#directionsForm ol.form li ul#travel-modes {
    padding: 0;
    overflow: hidden;
}

#directionsForm ol.form ul#travel-modes li {
    float: left;
    margin-bottom: 0;
}

ul#travel-modes li label, #directionsForm ol.form li.swap-locations-wrapper button#swap-locations {
    background-image: url('../images/sl-directions-form-atlas.png');
    background-repeat: no-repeat;
    background-position: left top;
}

ul#travel-modes li label {
    cursor: pointer;
    display: block;
    height: 28px;
    width: 40px;
    background-color: #d0d0d0;
    color: #fff;
    text-indent: -9999px;
    margin-right: 10px;
}

ul#travel-modes li.transit label {
    background-position: -40px top;
}

ul#travel-modes li.walking label {
    background-position: -80px top;
}

ul#travel-modes li.bicycling label {
    background-position: -120px top;
}

ul#travel-modes li input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

ul#travel-modes li input[type="radio"]:checked + label {
    background-color: #53382c;
}

#directionsForm ol.form li.swap-locations-wrapper {
    height: 0;
    position: relative;
}

#directionsForm ol.form li.swap-locations-wrapper button#swap-locations {
    position: absolute;
    left: 237px;
    top: -25px;
    width: 20px;
    height: 40px;
    text-indent: -9999px;
    background-position: -162px top;
}

#directionsForm ol.form li div.directions-input input[type=text] {
    width: calc(100% - 40px);
}

#directionsForm ol.form li div.directions-input label {
    color: #fff;
    background: #53382c;
    display: block;
    width: 30px;
    float: left;
    text-align: center;
    line-height: 2.072em;
}

#directionsForm ol.form li button#getDirections {
    margin-top: 5px;
}

#directions li p.error {
    display: none;
}

#directions li.error p.error {
    display: block;
}

#directions_waiting {
    background: #fff url(../images/loading_bar.gif) no-repeat 50% 2em;
    position: absolute;
    top: 205px;
    right: 0;
    bottom: 0;
    left: 0;
}

#routes {
    position: relative;
}

#routes .selected-store-address {
    padding: 10px 30px;
    border-bottom: 2px solid #edeeee;
}

#routes .selected-store-address .store-name {
    color: #2a8a15;
    font-size: 1.143em;
    font-weight: bold;
}

#routes .selected-store-address ul li {
    color: #827A71;
    font-size: .857em;
    line-height: 1.429em;
}

#routes .adp-list {
    padding: 0;
    border: 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #edeeee;
}

#routes .adp-list table {
    margin: 0;
    line-height: inherit;
}

#routes .adp-list table tr td {
    padding: 5px 25px 5px 35px;
    border-top: 1px solid #edeeee;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    line-height: 1.143em;
}

#routes .adp-list table tr:first-child td {
    border-top: 0;
    line-height: inherit;
}

#routes .adp-list .adp-listsel .adp-listinfo span {
    color: #000;
}

#routes .adp-list .adp-listsel {
    color: #000;
    font-weight: bold;
    background: #edeeee;
}

#routes .adp-list .adp-listheader {
    font-size: 1em;
    font-weight: bold;
    padding: 15px 25px 5px 35px;
}

#routes .adp-list .adp-listinfo {
    font-size: .857em;
}

#routes .adp-list .adp-listinfo b {
    display: block;
}

#routes .adp-list .adp-listinfo span {
    color: #827A71;
}

#routes .adp-placemark {
    margin: 0;
    border: 0;
    background: 0;
    background-color: #edeeee;
}

#routes .adp-placemark tr td, #routes .adp-directions .adp-substep {
    font-size: .857em;
    font-weight: bold;
}

#routes .adp-placemark tr td {
    border: 0;
    padding-left: 10px;
}

#routes .adp-summary {
    display: none;
}

#routes .adp-directions {
    margin: 0 15px 0 15px;
}

#routes .adp-directions tr {
    border-bottom: 1px solid #edeeee;
}

#routes .adp-directions:first-child tr {
    border-top: 1px solid #edeeee;
}

#routes .adp-directions .adp-substep {
    border: 0;
    padding: 10px 0;
}

.adp-legal {
    display: none;
}

@media all and (max-width: 479px) {
    .myInfoWindow {
        padding: 5px;
    }

    .infowindow {
        width: 280px !important;
    }

    .infowindow .infowindow-picture {
        max-width: 80px !important;
        margin-right: 10px;
    }

    .infowindow .infowindow-info {
        width: calc(100% - 90px);
        font-size: 12px;
    }

    .infowindow .infowindow-button a {
        font-size: 11px;
        padding: 2px 5px;
    }
}