*, *::before, *::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  
  html, body {
    width: 100%;
    height: 100%;
    margin: 0; 
  }
  
  /***
   *  SKELETON
   */
  .map_wrapper {
    height: 100vh;
    overflow: hidden; }
  
  .map_container {
    min-height: 800px;
    /* height: 100%; */
    width: 75%; }
  
  .map_results {
    float: right;
    width: 25%;
    -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.1);
            box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
    min-height: 800px;
    position: relative;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    background-color: #f7f7f7; }
    .map_results .map_detail {
      background-color: #f7f7f7;
      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 .map_detail.from_left {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%); }
    .map_results.detail_open .map_detail {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      overflow: auto; }
    .map_results .map_listings {
      height: 100%;
      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; }
      .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.3s ease 0s;
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }
      .map_results .map_route.from_left {
        -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: #ebebeb; }
  
  h2 {
    font-size: 25px; }

  .badge-custom {
    background-color: #5b8cc1;
    color: white;
  }
  
  .map_results {
    background-color: #f7f7f7; }
    .map_results .map_detail {
      background-color: #f7f7f7; }
      .map_results .map_detail .map_details_close {
        position: absolute;
        right: 15px;
        top: 20px; }
      .map_results .map_detail .result_item_detail {
        padding: 10px 20px; }
        .map_results .map_detail .result_item_detail .result_item_detail_info {
          padding: 10px 0;
          border-bottom: 1px solid #cdcdcd; }
          .map_results .map_detail .result_item_detail .result_item_detail_info h4 {
            margin-top: 0; }
          .map_results .map_detail .result_item_detail .result_item_detail_info .image_container {
            float: left;
            width: 30%; }
            .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-left: 10px;
            width: 70%; }
          .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 h2 {
      padding: 10px 20px; }
      .map_results .map_listings .map_listings_headline h2 .map_listings_number {
        color: #cdcdcd;
        font-size: 14px; }
    .map_results .map_listings .map_listings_results .result_item {
      border-bottom: 1px dotted #5b8cc1;
      padding: 10px 20px; 
      margin: 0 20px 0 20px;}
      .map_results .map_listings .map_listings_results .result_item a {
        text-decoration: none;
        color: #5b8cc1;
        cursor: pointer; }
      .map_results .map_listings .map_listings_results .result_item h3 {
        margin: 0 0 5px 0;
        font-size: 18px; }
      .map_results .map_listings .map_listings_results .result_item.active, .map_results .map_listings .map_listings_results .result_item:hover {
        background: #f1f1f1; }
      .map_results .map_listings .map_listings_results .result_item .result_item_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap; }
        .map_results .map_listings .map_listings_results .result_item .result_item_info .image_container {
          width: 30%; }
          .map_results .map_listings .map_listings_results .result_item .result_item_info .image_container .image {
            width: 100%; }
        .map_results .map_listings .map_listings_results .result_item .result_item_info .info {
          padding-left: 10px;
          width: 70%; }
        .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 {
      padding: 10px 20px;
      background-color: #f1f1f1; }
      .map_results .map_route input.map_direction_input {
        width: 100%;
        padding: 5px; }
      .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 {
      color: #fff !important; }
  
  #mapFilterNavigation {
    position: absolute;
    height: auto; }
    #mapFilterNavigation h5 {
      padding: 11px 15px;
      margin: 0;
      font-size: 11px;
      margin: 0; }
    #mapFilterNavigation.minimized {
      overflow: hidden !important; }
      #mapFilterNavigation.minimized h5 {
        font-weight: normal; }
    #mapFilterNavigation .filter_minimize {
      cursor: pointer; }
    #mapFilterNavigation a {
      display: block;
      padding: 8px;
      cursor: pointer;
      text-decoration: none;
      color: #000;
      text-transform: capitalize;
      text-align: left; }
      #mapFilterNavigation a img {
        padding-right: 10px; }
      #mapFilterNavigation a.active, #mapFilterNavigation a:hover {
        background-color: #5b8cc1;
        color: #fff; }
      #mapFilterNavigation a.map-marker-filter-all {
        text-align: center; }
  
  .ucwords {
    text-transform: capitalize; }
  
  span.stars {
    margin-bottom: 10px; }
  
  span.stars, span.stars span {
    display: block;
    background: url("../js/core/map/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: 37px;
    line-height: 22px;
    width: 32px;
    padding: .6em;
    text-align: center;
    cursor: pointer;
    color: #fff;
    position: absolute;
    font-size: 1em;
    font-weight: bold;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    background: url("../js/core/map/m2.png") no-repeat; }
  
  .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: 20px;
    width: 100%; }
    .map_filter_box .map_filter_input {
      float: right;
      position: relative;
      width: 0%;
      min-width: 50px;
      height: 50px;
      overflow: hidden;
      -webkit-transition: width 0.3s;
      transition: width 0.3s;
      -webkit-backface-visibility: hidden; }
      .map_filter_box .map_filter_input.input_open {
        width: 100%; }
      .map_filter_box .map_filter_input .map_search_input {
        position: absolute;
        top: 0;
        right: 0;
        border: none;
        background: #fff;
        width: 100%;
        height: 50px;
        margin: 0;
        z-index: 10;
        padding: 10px 55px 10px 10px;
        font-family: inherit;
        font-size: 20px;
        color: #2c3e50;
        border-left: 5px solid #5b8cc1; }
      .map_filter_box .map_filter_input .map_search_icon {
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
        margin: 0;
        line-height: 50px;
        text-align: center;
        color: #fff;
        background: #5b8cc1 url("../js/core/map/search.png") no-repeat center center;
        z-index: 90;
        font-size: 22px;
        font-family: 'icomoon';
        speak: none;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        cursor: pointer; 
      }

      .map_filter_box {
        margin-top:-20px;
      }
  
  #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%); }
  
  @media only screen and (min-width: 769px) and (max-width: 1000px) {
    .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_container {
      width: 100%; }
  
    .map_results {
      clear: both;
      width: 100%; } }
  .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; }
  