.map_wrapper {
  overflow: hidden;
  height: auto;
  padding: 20px;
}

.map_container {
  float: left;
  height: 100%;
  width: 65%;
}

.map_wrapper .map_container input[type=text] {
  background: url("../svg/icon-magnifier.svg") no-repeat #fff;
  background-position: 6px;
  background-size: 22px;
  border: 2px solid #000;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  height: 40px;
  text-align: left;
  padding: 8px 8px 8px 35px;
  width: 280px;
}

.map_wrapper .map_container input:focus[type=text]::placeholder {
  color: #cccccc;
}

.map_wrapper .map_container .map_geotarget .map_btn_custom {
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  padding: 12px 10px 8px 10px;
}

.map_results {
  float: right;
  width: 35%;
  -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: none;
  display: block;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  background-color: #ffffff;
  z-index: 1;
}
.map_results .map_detail {
  background-color: #ffffff;
  height: 100%;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 100%;
  z-index: 999;
}
.map_results .map_detail.from_right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.map_results.detail_open .map_detail {
  background: #f5f5f5;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  overflow: auto;
}
.map_results .map_listings {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  height: 100%;
  overflow-y: auto;
  padding: 0 20px 0 20px;
}
.map_results .map_listings .map_listings_results .result_item {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: padding-left 0.3s ease 0s;
  transition: padding-left 0.3s ease 0s;
}
.map_results .map_route {
  position: absolute;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.map_results .map_route.open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  overflow-y: auto;
}
/*** * LAYOUT */
.google_maps_style, #mapFilterNavigation, .map_btn_custom {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  overflow: hidden;
  color: #000;
  font-family: Roboto, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.google_maps_style_hover, #mapFilterNavigation h5:hover, .map_btn_custom:hover {
  background-color: #FFFFFF;
  text-decoration: underline;
}

h2 {
  font-size: 25px;
}
.map_results .map_detail .map_details_close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.map_results .map_detail .result_item_detail {
  padding: 10px 20px;
}

.label.label-default.label-category {
  background: #1a1a1a;
  color: #FFF;
  padding: 5px;
  margin: 0 0 0px 0;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline;
}

.map_results .map_detail .result_item_detail .label.label-default.label-category.boutique {
  background-color: #0f4c5c;
  color: #FFF;
  padding: 5px;
  margin: 0 0 0px 0;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline;
}

.map_results .map_detail .result_item_detail .label.label-default.label-category.cocktail {
  background-color: #074b39;
  color: #FFF;
  padding: 5px;
  margin: 0 0 0px 0;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline;
}

.map_results .map_detail .result_item_detail .label.label-default.label-category.gastropubs {
  background-color: #632329;
  color: #FFF;
  padding: 5px;
  margin: 0 0 0px 0;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline;
}

.map_results .map_detail .result_item_detail .label-top50 {
  background-color: #000;
  color: #fff;
  padding: 5px;
  margin: 0 0 0px 0;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline;
}

.map_results .map_detail .result_item_detail h3 {
  font-size: 25px;
  max-width: 90%;
  padding: 20px 0 10px 0;
}

.map_results .map_detail .result_item_detail b {
  font-weight: 700;
}

.map_results .map_detail .result_item_detail .result_item_detail_info {
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0 5px 0;
}

.map_results .map_detail .result_item_detail .result_item_detail_info ul {
  font-size: 15px;
  line-height: 25px;
  padding: 0 0 20px 0;
  margin: 0 0 0 0;
  list-style-type: none;
}

.map_results .map_detail .result_item_detail .result_item_detail_info ul li {
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.map_results .map_detail .result_item_detail .result_item_detail_info ul li:first-of-type {
  padding-bottom: 8px;
}

.map_results .map_detail .result_item_detail .result_item_detail_info h4 {
  margin-top: 0;
  margin-bottom: 4px;
}
.map_results .map_detail .result_item_detail .result_item_detail_info .image_container {
  float: right;
  width: 40%;
}
.map_results .map_detail .result_item_detail .result_item_detail_info .image_container .image {
  width: 100%;
}
.map_results .map_detail .result_item_detail .result_item_detail_info .info {
  float: left;
  padding-right: 0;
  padding: 0 0 20px 0;
  width: 100%;
}
.map_results .map_detail .result_item_detail .result_item_detail_info .description {
  clear: both;
  padding-top: 10px;
}
.map_results .map_detail .result_item_detail .result_item_detail_info .description h5 {
  margin: 0;
}
.map_results .map_detail .result_item_detail .result_item_detail_info:after {
  clear: both;
  display: block;
  content: " ";
}
.map_results .map_detail .result_item_detail .result_item_detail_info dl {
  margin: 0;
}
.map_results .map_detail .result_item_detail .result_item_detail_info dl dt {
  float: left;
  padding: 2px 0;
  font-weight: normal;
}
.map_results .map_detail .result_item_detail .result_item_detail_info dl dd {
  text-align: right;
  padding: 2px 0;
}
.map_results .map_detail .result_item_detail .result_item_detail_info.opening_hours dt {
  text-transform: capitalize;
}

.map_results .map_listings .map_listings_headline {
  background: #ffffff;
  border-bottom: 1px solid #d9d9d9;
  height: 73px;
  padding-top: 10px;
}

.map_results .map_listings .map_listings_headline h2 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  color: #000000;
  padding: 12px 0 0 0;
  margin: 0;
  letter-spacing: -0.125rem;
  line-height: 3.4rem;
}
.map_results .map_listings .map_listings_headline h2 .map_listings_number {
  padding-left: 5px;
}
.map_results .map_listings .map_listings_results .result_item {
  border-bottom: 1px solid #d9d9d9;
  padding: 20px 0 20px 0;
  transition: background 0.3s ease;
}
.map_results .map_listings .map_listings_results .result_item a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
.map_results .map_listings .map_listings_results .result_item h3 {
  font-size: 20px;
  line-height: normal;
  margin: 5px 10px 8px 0;
  letter-spacing: -0.045rem;
  padding: 0 0 0 0;
}
.map_results .map_listings .map_listings_results .result_item.active, .map_results .map_listings .map_listings_results .result_item:hover h3 {
  text-decoration: underline;
}
.map_results .map_listings .map_listings_results .result_item .result_item_info .image_container {
  float: right;
  width: 40%;
  position: relative;
}
.map_results .map_listings .map_listings_results .result_item .result_item_info .image_container .image {
  display: block;
  width: 100%;
}
.map_results .map_listings .map_listings_results .result_item .result_item_info .info {
  box-sizing: border-box;
  float: left;
  padding-right: 10px;
  width: 60%;
  position: relative;
}

.map_results .map_listings .map_listings_results .result_item .result_item_info .info ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.map_results .map_listings .map_listings_results .result_item .result_item_info .info ul li {
  font-size: 15px;
  color: rgba(0,0,0,0.65);
  line-height: 25px;
  margin: 0 0 0 0;
  padding: 0 40px 0 0;
}

.map_results .map_listings .map_listings_results .result_item .result_item_info .info b {
  font-weight: 600;
}


.map_results .map_listings .map_listings_results .result_item .result_item_info .description {
  clear: both;
  padding-top: 10px;
}
.map_results .map_listings .map_listings_results .result_item .result_item_info .description h5 {
  margin: 0;
}
.map_results .map_listings .map_listings_results .result_item .result_item_info:after {
  clear: both;
  display: block;
  content: " ";
}
.map_results .map_listings .map_listings_results .result_item:last-child {
  border-bottom: none;
}
.map_results .map_route {
  box-sizing: border-box;
  padding: 20px 40px 10px 20px;
  margin: 0 2rem 0 0;
  background-color: #ffffff;
}
.map_results .map_route input.map_direction_input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}
.map_results .map_route .map_direction_close_trigger {
  display: block;
  width: 100%;
  text-align: right;
  cursor: pointer;
  margin: 10px 0;
}
.map_results .map_direction_trigger, .map_results .view_profile {
  color: #000 !important;
  background: rgba(195,158,109,1);
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 15px;
  padding: 12px 10px 10px 10px;
  min-width: 145px !important;
  display: inline-block;
  text-align: center;
}

.map_results .view_profile {
  margin-right: 10px;
  margin-bottom: 10px;
}

#mapFilterNavigation {
  position: absolute;
  height: auto;
}
#mapFilterNavigation h5 {
  background-color: #FFFFFF;
  font-size: 11px;
  margin: 0;
  margin: 0;
  padding: 11px 15px;
}
#mapFilterNavigation.minimized {
  overflow: hidden !important;
}
#mapFilterNavigation h5 {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: normal;
}
#mapFilterNavigation .filter_minimize {
  cursor: pointer;
}
#mapFilterNavigation a {
  align-items: center;
  background-color: #FFFFFF;
  display: flex;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  text-transform: capitalize;
  text-align: left;
  padding: 10px;
}

#mapFilterNavigation a img {
  padding-right: 5px;
}


#mapFilterNavigation a.map-marker-filter-all {
  text-align: center;
}

#mapFilterNavigation a.map-marker-filter-all.active {
  background-color: rgba(0,0,0, 0.04);
}

#mapFilterNavigation a.map-marker-filter-all:hover {
  text-decoration: underline;
  text-align: center;
}

#mapFilterNavigation a:hover {
  text-decoration: underline;
}

#mapFilterNavigation a.active {
  background-color: rgba(0,0,0, 0.04);
  color: #000;
}

.ucwords {
  text-transform: capitalize;
}
span.stars {
  margin-bottom: 10px;
}
span.stars, span.stars span {
  display: block;
  background: url("../png/stars.png") 0 -16px repeat-x;
  width: 80px;
  height: 16px;
}
span.stars span {
  background-position: 0 0;
}
#pano {
  width: 100%;
  height: 300px;
}
.custom-pin {
  height: 20px;
  padding: 20px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  position: absolute;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  background: url("../png/m2.png") no-repeat center center;
}
.custom-pin:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.map_btn_custom {
  border: none;
  padding: 8px;
  position: relative;
  z-index: 20;
  cursor: pointer;
}
.map_btn_custom::-webkit-input-placeholder {
  color: #000;
}
.map_btn_custom::-moz-placeholder {
  color: #000;
}
.map_btn_custom:-ms-input-placeholder {
  color: #000;
}
.map_btn_custom:-moz-placeholder {
  color: #000;
}
.map_filter_box {
  position: absolute;
  top: 0;
  height: 52px;
  right: 0px;
  width: 100%;
}
.map_filter_box .map_filter_input {
  border: 1px solid transparent;
  float: right;
  height: 52px;
  right: 20px;
  top: 10px;
  width: 0%;
  min-width: 72px;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  backface-visibility: hidden;
}

.map_filter_box .map_filter_input.input_open {
  border: 1px solid #d9d9d9;
  background: white;
  padding: 0 0px 0 0px;
  width: calc(100% - 4rem);
}

.map_filter_box .map_filter_input .map_search_input {
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 16px;
  color: #000000;
  height: 52px;
  position: absolute;
  top: 0;
  right: 0px;
  padding: 0 0 0 20px;
  width: 100%;
  z-index: 10;
}

.map_filter_box .map_filter_input .map_search_icon {
  width: 52px;
  height: 52px;
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
  padding: 0;
  margin: 0;
  line-height: 50px;
  text-align: center;
  color: #000000;
  background: url("../svg/filter_list_on.svg") no-repeat center center;
  background-color: #c39e6d;
  background-size: 32px 32px;
  z-index: 90;
  font-size: 22px;
  font-family: 'icomoon';
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}

.map_filter_box .map_filter_input.input_open .map_search_icon {
  background: url("../svg/filter_list_off.svg") no-repeat center center;
  background-color: #c39e6d;
  background-size: 32px 32px;
}

#map_notification {
  position: absolute;
  top: 10px;
  z-index: 100;
  text-align: center;
  background-color: #FF7800;
  padding: 5px 10px;
  color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider_container {
  margin: 0 auto;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slider_container div {
  width: 100%;
  display: none;
}
.slider_container div img {
  width: 100%;
  height: auto;
}
.slider_container:hover span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.5;
}
.slider_container span {
  width: 50px;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #FFF;
  font-size: 48pt;
  text-align: center;
  font-family: "Varela Round", sans-serif;
  background-color: rgba(255, 255, 255, 0.3);
  text-shadow: 0px 0px 15px #777777;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider_container span:hover {
  opacity: 1;
}
.slider_container span.next {
  right: 0;
}
.slider_container span.prev {
  left: 0;
}

@media only screen and (min-width: 769px) and (max-width: 1000px) {

  .map_container {
    width: 60%;
  }

  .map_results {
    width: 40%;
  }

  .map_results .map_listings .map_listings_results .result_item .result_item_info .image_container {
    width: 100%;
  }

  .map_results .map_listings .map_listings_results .result_item h3 {
    margin: 8px 10px 8px 0;
  }

  .map_results .map_listings .map_listings_results .result_item .result_item_info .info {
    padding-left: 0;
    width: 100%;
  }
  .map_results .map_detail .result_item_detail .result_item_detail_info .info {
      padding-left: 0;
      width: 100%;
  }
}

@media only screen and (max-width: 768px) {

  .map_wrapper {
    padding: 0 20px;
  }

  .map_container {
    height: 320px !important; 
    margin-top: 20px;
    width: 100%;
  }

  .map_wrapper .map_container input[type=text] {
    width: 230px;
  }

  .map_wrapper .map_container .map_geotarget .map_btn_custom {
    padding: 12px 10px 8px 10px;
  }

  .map_wrapper .map_container .gmnoprint {
    display: none;
  }

  .map_results {
    height: auto !important;
    clear: both;
    padding-top: 10px;
    width: 100%;
  }

  .map_results .map_listings {
    padding: 0 0 0 0;
  }

  .map_results .map_listings .map_listings_results .result_item {
    padding: 20px 0;
    border-bottom: 0;
  }

  .map_results .map_listings .map_listings_results .result_item h3 {
    margin: 2px 10px 8px 0;
  }

  .map_results .map_listings .map_listings_results .result_item .result_item_info .image_container {
    box-sizing: border-box;
    padding: 0 0 0 0;
    width: 100%;
  }

  .map_results .map_listings .map_listings_results .result_item .result_item_info .info {
    padding: 10px 0 0 0;
    width: 100%;
  }

  .map_results .map_listings .map_listings_headline h2 {
    font-size: 22px;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    color: #000000;
    padding: 20px 0;
    line-height: 40px;
  }

  .map_filter_box {
    height: 52px;
    top: 10px;
  }
  
  .map_filter_box .map_filter_input {
    min-width: 52px;
    right: 0;
    height: 52px;
  }

  .map_filter_box .map_filter_input .map_search_input {
    padding: 0 0 0 10px;
    width: 100%;
    height: 52px;
  }

  .map_filter_box .map_filter_input.input_open {
    box-sizing: border-box;
    width: 100%;
  }

  .map_filter_box .map_filter_input .map_search_icon {
    width: 52px;
    height: 52px;
    right: 0;
    top: 0px;
    background-size: 30px 30px;
  }

  #mapFilterNavigation {
    align-items: center;
    bottom: 20px;
    display: flex;
    flex-direction: row;
    height: auto!important;
    justify-content: space-between;
    left: 0px;
    margin: 5px !important;
    top: revert !important;
    width: calc(100% - 10px);
  }

  #mapFilterNavigation.minimized {
    width: auto;
  }

  .google_maps_style_hover, #mapFilterNavigation h5:hover, .map_btn_custom:hover {
    background-color: #FFFFFF;
  }

  #mapFilterNavigation h5 {
    align-items: center;
    box-sizing: border-box;
    font-size: 11px;
    display: flex;
    height: 42px!important;
    justify-content: center;
    line-height: 14px;
    padding: 6px;
    width: 70px;
  } 

  #mapFilterNavigation a {
    box-sizing: border-box;
    height: 42px!important;
    padding: 0;
    line-height: 14px;
    text-align: left;
    width: calc(100% / 4);
  }

  #mapFilterNavigation a:hover {
    text-decoration: none;
  }

  #mapFilterNavigation.minimized a {
    display: none;
  }

  #mapFilterNavigation a img {
    padding-right: 2px;
    max-width: 25px;
  }

  #mapFilterNavigation a.map-marker-filter-all {
    display: none;
  }
  
  #mapFilterNavigation a.map-marker-filter-all:hover  {
    text-decoration: none;
    text-align: center;
  }
}