.results-main.common-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
}
.find-bar-results {
    background: #fff;
}
.bar-results {
    padding: 20px 0 35px;
}
.bar-results .bar-results {
    padding: 0 !important;
}
.bar-results a,
.bar-results .media {
    width: calc(50% - 15px);
    background: #fff;
    border: 1px solid #bbaf9d;
    margin-bottom: 20px;
    position: relative;
}
.bar-result-title .h2 {
    margin-bottom: 0;
}
.showAllList {
    display: none;
}
.mapActive ~ .showAllList {
    display: flex !important;
}

.gm-style div {
    font-size: 20px !important;
    text-transform: uppercase;
    font-family: "brandon-grotesque";
    font-weight: 900;
    font-style: normal; 
}
.withMapSection.map-section.loading::after {
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border-color: #000;
    border-right-color: transparent;
}
.bar-results_address .direction-link {
    width: auto !important;
    border: none;
    padding: 0;
    background: none !important;
    color: #000;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    display: flex;
}
.bar-results_address > span {
    margin-right: 10px;
}

.bar-results_address .for-likes {
    padding-right: 10px;
    position: relative;
}
.bar-results_address .for-likes::after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 2px;
    width: 2px;
    background: #000;
    right: 0;
}
.bar-results_address .direction-link:hover {
    text-decoration: underline !important;
}
.bar-results_imgs {
    width: 90px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    height: 90px;
}
span.bar-title {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "brandon-grotesque";
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.12em;    
    letter-spacing: 0.05em;    
    color: #fff;
}
.bar-results_imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.bar-results_info {
    width: calc(100% - 90px);
    padding: 10px 12px;
    font-family: "brandon-grotesque";
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bar-results_name {
    font-size: 18px;
    line-height: 1em;
    color: #404040;
    display: block;
    margin-bottom: 0;
    cursor: pointer;
}
.bar-results_address {
    display: flex;
    color: #000;
    font-size: 15px;
    position: relative;
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    margin: 5px 0 0;
}
.bar-results_address .arrow {
    width: 8px;
    height: 8px;
    border: 2px solid #000;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg) translate(5px, 2px);
}
.gm-style-iw.gm-style-iw-c .bar-results_info {
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding: 5px;
    justify-content: flex-start;
}
.gm-style-iw.gm-style-iw-c .gm-style-iw-chr {
    height: 10px;
}
.gm-style-iw.gm-style-iw-c .bar-results_name {
    width: 100%;
    color: #7a303f;
    font-size: 16px;
}


.selected .bar-results_name,
.selected .bar-results_address a {
    color: #fff !important;
}
.selected .bar-results_address .arrow {
    border-color: #fff;
}



.results-previewDuo:not(.mapActive) .bar-result-title_wrap {
    max-width: none !important;
}
.results-previewDuo:not(.mapActive) .bar-result-title_wrap p {
    display: block !important;
}

.results-previewDuo {
    position: relative;
    min-height: 660px;
}
.map-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: #ccc;
    visibility: hidden;
    opacity: 0;
}
.mapActive .map-section {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.higherz {
    position: relative;
    z-index: 100;
    pointer-events: all;
}
.mapActive .container.withoutMap {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    top: 0;
    padding-top: 55px;
    /* pointer-events: none; */
    z-index: 1;
}
.mapActive .map-fullAddress {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;

}
.mapActive .bar-results {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 0;
    margin: 20px 0;
    opacity: 0;
    
}
.bar-results.owl-carousel.carousel.owl-loaded {
    opacity: 1;
}
.mapActive .bar-results.resultsOnView {
    opacity: 1;
    transform: translateY(0);
}
.mapActive .bar-results a,
.mapActive .bar-results .media  {
    width: 324px; 
    float: left;
    margin: 0 10px;
    pointer-events: auto;
    display: flex;
}
.mapActive .bar-results .media {
    width: 370px;
}
.map-itinerary.mapActive .itinerary-left {
    opacity: 0 !important;
}

.bar-results .owl-item {
    transform: none !important;
}
.bar-results .owl-item:hover .media {
    border-color: rgba(0,0,0,1);
}
.bar-results .active:not(.owl-item):hover {
    box-shadow: 0 0 6px rgba(0,0,0,.2); 
    border-color: rgba(0,0,0,.2);
}
.bar-results .bar-results_imgs img {
    transform: scale(1);
    transition: 100ms ease-in-out;
}
.mapActive .bar-results .selected .bar-results_imgs img,
.bar-results a:hover .bar-results_imgs img {
    transform: scale(1.1);
}

.mapActive .bar-results .selected.media {
    background: #000;
    border-color: transparent;
}
.mapActive .bar-results .selected.media .bar-results_address {
	color: #fff; 
} 
.selected.media .bar-results_address .for-likes::after {
    background: #fff;
}

.bar-result-title_wrap {
    background: #fff;
    padding: 0;
    position: relative;
    top: 0;
    border: 1px solid transparent;
}
.mapActive .bar-result-title {
    display: flex;
    justify-content: center;
}
.mapActive .bar-result-title.closed .bar-result-title_wrap {
    opacity: 0;
    pointer-events: none;
}
.mapActive .bar-result-title_wrap {
    padding: 24px 22px;
    position: relative;
    top: -35px;
    border: 1px solid #C2B59B;
    pointer-events: auto;
}
.bar-result-title .overlay-close {
    opacity: 0;
    pointer-events: none;
    top: 0;
    transition: 0ms;
}
.mapActive .bar-result-title .overlay-close {
    opacity: 1;
    pointer-events: auto;    
}
.results-previewDuo.mapActive .container.withoutMap {
    width: 100%;
    max-width: none;
    pointer-events: none;
}
.results-main.mapActive {
    overflow: hidden;
}
.bar-number {
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    font-family: "brandon-grotesque";
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color:  #000;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.bar-results .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    display: block !important;
}
.bar-results .owl-prev,
.bar-results .owl-next {
    width: 30px !important;
    height: 100% !important;
    position: absolute;
    margin: 0 !important;
    top: 0;
    background: #bbaf9d url(../images/arrow-left-black.svg) center center no-repeat !important;
    background-size: 10px auto  !important;
    opacity: 1 !important;
    pointer-events: auto;
}
.bar-results .owl-prev.disabled,
.bar-results .owl-next.disabled {
    opacity: 0 !important;
}
.bar-results .owl-prev {
    left: 0;
}
.bar-results .owl-next {
    right: 0;
    transform: rotate(-180deg);
    overflow: hidden;
}

/*-FAVS-*/
.single-bar-container {
    position: relative;
    width: 100%;
}
.single-bar-container label.customRC {
    padding-right: 0;
    position: relative;
    position: absolute;
    left: -12px;
    text-indent: -999em;
    top: calc(50% - -5px);
    transform: translateY(-50%);
}
.single-bar-container label.customRC span {
    width: 24px;
    height: 24px;
    border: 2px solid #000;
    background: none;
}
.single-bar-container label.customRC span::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    opacity: 0;
}
input.customRC:checked + label.customRC span::after {
    opacity: 1;
}
button.bar-remove-btn {
    width: 26px;
    height: 26px;
    text-indent: -999em;
    background: url(../images/delete.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: -36px;
    top: 50%;
    transform: translateY(-50%);
}
button.bar-remove-btn:hover {
    filter: brightness(0);
}
.mapActive .hideWhenMapOn {
    opacity: 0;
    pointer-events: none;
}

.find-bar-results .map-fullAddress a {
    padding-top: 70px;
}
.find-bar-results .map-fullAddress .control-name {
    font-size: 16px;
    padding: 0;
    line-height: 1em;
    border: none;
    min-width: 300px;
    color: #000;
}
.itinerary-left {
    width: 375px;
}
.itinerary-left .h2 {
    margin-top: -0.09em;
}
.itinerary-right {
    width: 330px !important;
    margin-top: 10px;
}
.itinerary-right .bar-results_imgs {
    height: auto;
}
.map-itinerary .find-bar .btn {
    padding: 0 10px;
}
.map-itinerary:not(.inTwoRows) .bar-results {
    padding: 0;
}
.map-itinerary .bar-results a,
.map-itinerary .bar-results .media {
    width: 100%;
    display: flex;
}
.map-itinerary .bar-results a:last-child {
    margin-bottom: 0;
}
.other-action_ctas {
    width: 100%;
    margin-top: 34px;
}
.other-action_ctas .btn.btn-type {
    width: auto;
    min-width: 9em;
}
.other-action_ctas .btn:not(.btn-type) {    
    color: #000;
    padding: 0 !important;
    height: auto;
    line-height: 1em;
    background: none !important;
    margin: 0 26px;
}
#bar-results .h2:first-of-type {
    margin-top: 0;
}
#bar-results .h2 {
    margin: 1em 0 .75em;
    width: 100%;
}
#bar-results .h2.smaller {
    margin: .3em 0 0;
    width: 100%;
}
#bar-results .h2.smaller .smaller {
    line-height: 1em;
    font-size: .6em;
    margin-bottom: 1em;
}
.search-in-map{
    position: absolute;
    z-index:999;
    right: 20px;
    top: 20px;
    background-color: #7a303f;
    color: #fff !important;
}
@media screen and (min-width: 1599px) { 
    .itinerary-left {
        width: 425px;
    }    
}
@media screen and (min-width: 768px) {
    .inTwoRows .single-bar-container {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
    }
    .inTwoRows .single-bar-container .media {
        margin-bottom: 0;
    }    
    .bar-results_imgs img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        cursor: pointer;
    }
    .gm-style .gm-style-iw-a{
        display: none !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .map-fullAddress .icon-map.icon {
        background-size: auto 44px;
    }
    .bar-results a, 
    .bar-results .media {
        width: calc(50% - 8px);
        margin-bottom: 16px;
    }
    .bar-results_imgs {
        width: 80px;
        height: 80px;
    }    
    .bar-results_address {
        font-size: 13px;
    }   
    .mapActive .bar-results .media {
        width: 100%;
    } 
}

@media screen and (max-width: 767px) {
    .results-previewDuo {
        min-height: 500px;
    }   
    .bar-results_imgs {
        width: 76px;
        height: 76px;
    }
    
    .bar-results_address {
        font-size: 13px;
    }  
    .bar-results_name {
        font-size: 15px;
    }
    .bar-results .owl-prev, .bar-results .owl-next {
        width: 25px !important;
        background-size: 8px auto !important;
    }
    .mapActive .bar-result-title_wrap {
        padding: 14px 22px;
        top: -45px;
    }
    .bar-results a, 
    .bar-results .media {
        width: 100%;
        margin-bottom: 10px;
    }
    .container.withoutMap {
        padding-left: 20px;
        padding-right: 20px;
    } 
    .itinerary-left, .itinerary-right {
        width: 100% !important;
        padding: 0 !important;
    }
    .single-bar-container {
        padding-left: 28px;
    }
    .single-bar-container label.customRC {
        left: 18px;
    }
    button.bar-remove-btn {
        width: 24px;
        height: 24px;
        left: -7px;
    } 
    .bar-results.owl-carousel.carousel.owl-loaded{
        display:none;
    }   
    .search-in-map{
        right:50%;
        transform: translateX(50%);
        top:88px;
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) and (min-width: 540px) {
 
    .bar-results_imgs {
        width: 110px;
        height: 110px;
    }
    
    .bar-results_address {
        font-size: 19px;
    }  
    .bar-results_name {
        font-size: 22px;
    }
    .bar-results .owl-prev, .bar-results .owl-next {
        width: 36px !important;
        background-size: 12px auto !important;
    }
    .mapActive .bar-result-title_wrap {
        padding: 21px 32px;
        top: -64px;
    }
    .bar-results a, 
    .bar-results .media {
        width: 100%;
        margin-bottom: 15px;
    }
    .container.withoutMap {
        padding-left: 29px;
        padding-right: 29px;
    }    
}
@media screen and (max-width: 767px) {
  .gm-style-iw-d > div {
    display: flex;
    flex-wrap: wrap;
  }
  .gm-style-iw.gm-style-iw-c .bar-results_info {
    width: calc(100% - 80px);
    padding-left: 10px;
  }
  .bar-results_imgs {
    width: 75px;
    height: 75px;
   }
}
 
@media screen and (max-width: 767px) and (min-width: 540px) {
  .gm-style-iw.gm-style-iw-c .bar-results_info {
    width: calc(100% - 110px);
    padding-left: 10px;
  }
}