.mapplic-container {
  background-color: #ffd400;
}
.mapplic-list-location h4 {
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    text-align: left;
    font-family: 'Open Sans';
    font-weight: 100;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 18px;
    margin-bottom: 2px;
}

.mapplic-list-location > a {
    background-color: #fff;
    border-left: 1px solid transparent;
    display: block;
    font-size: 14px;
    /* padding: 10px 20px; */
    /* min-height: 50px; */
    -webkit-transition: border 0.2s;
    -moz-transition: border 0.2s;
    transition: border 0.2s;
}
.mapplic-list-location > a {
    background-color: #ffd504;
    border-left: 0px solid #444;
    display: block;
    font-size: 14px;
    padding: 0 20px;
    min-height: inherit;;
    -webkit-transition: border 0.2s;
    -moz-transition: border 0.2s;
    transition: border 0.2s;
}
.mapplic-list-location {
    border-bottom: 0px;
    margin: 0;
}
.mapplic-container {
    width: 80%;
}
.mapplic-pin {
    background-image: none;
    background-size: 30px 40px;
    width: 30px;
    height: 40px;
    margin-top: -40px;
    margin-left: -14px;
    position: absolute;
    /* background-color: #000; */
}
.mapplic-tooltip-description, .mapplic-tooltip p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.5px;
}
.map-container {
    border: 15px solid #0c78b9;
    padding: 15px;
    background-color: #ffd504;
}
.mapplic-list-category > a {
    background-color: #888;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.05) inset;
    color: #fefdfd;
    display: block;
    font-size: 21px;
    line-height: 26px;
    padding: 10px 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-weight: 900;
    font-style: italic;
    /* background-color: #4477b6; */
    text-shadow: -2px -2px black, 2px -2px black, 2px 2px black, -2px 2px black;
}
.mapplic-sidebar {
  background-color: #ffd504;
    width: 20%;
    border-right: 2px solid rgb(243, 203, 4);
    padding-right: 10px;
}
form.mapplic-search-form {
    display: none;
}
.mapplic-list-category ol {
    border-bottom: 0px solid #eee !important;
    margin-top: 30px;
    margin-left: 10px;
}

.mapplic-list-location > a:hover {
    background-color: #ffd504;
    border-left: 2px solid;
    border-color: inherit;
}
.mapplic-list-category > a .mapplic-list-count {
    display:none;
}
.mapplic-list-container {
    padding-top: 0px;

}
.mapplic-element {
    background-color: #ffd504;
}
.mapplic-tooltip {
    background-color: #ed1c22;
}
.mapplic-tooltip-title {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin: 0 10px 0px 0;
    text-transform: uppercase;
    text-shadow: -1px -1px black, 1px -1px black, 1px 1px black, -1px 1px black;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 15px;
}
.mapplic-tooltip-triangle {
    border-color: #ed1c22 transparent transparent transparent;
}
@media (max-width: 1200px){
    .mapplic-list-location h4 {
      font-size: 12px;
  }

}
@media (max-width: 991px){
  .mapplic-sidebar {
    width: 100%;
  }
  .mapplic-container {
    width: 100%;
}
.mapplic-container {
  height: 400px!important;
}
.mapplic-element {
    height: auto !important;
}

}
@media (max-width: 701px){

.mapplic-container {
  height: 300px!important;
}


}
@media (max-width: 570px){

.mapplic-container {
  height: 250px!important;
}


}
@media (max-width: 400px){

.mapplic-container {
  height: 220px!important;
}


}
