@media (max-width: 768px) {
  /* Styles */
  .mapboxgl-ctrl-top-right {
    position: fixed !important;
    top: 56px !important; }
  .form {
    left: 0 !important; }
  #tab3.ui-autocomplete {
    width: 266px !important;
    max-width: 266px !important; } }

body {
  font-family: 'Roboto', 'Helvetica', sans-serif; }


.mapboxgl-ctrl-top-right {
  position: fixed;
  top: 16px; }

.myHeader {
  display: block;
  height: 60px;
  background-color: #FF7F50; }

nav span {
  position: relative;
  top: -6px;
}


  .myHeader .close:before,
  .myHeader .kube-close:before {
    content: ""; }

.divider {
  height: 16px; }

.spacer {
  width: 16px; }

.padding-8 {
  padding: 8px; }

ul {
  margin: 0; }

ul li {
  list-style: none; }

a {
  text-decoration: none; }

.shadow {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.4); }

.close {
  position: absolute;
  top: 8px;
  right: 8px; }

.loc-group-div div {
  text-align: center;
  width: 75%;
  box-sizing: border-box;
  line-height: 18px;
  font-size: 12px;
  text-transform: uppercase; }



.card {
  transition: 0.3s;
  margin: 15px; }
  .card img {
    margin: 0;
    width: 100%; }
  .card .container {
    padding: 8px 16px; }

.card-small {
  margin: 8px;
  display: flex; }
  .card-small .container {
    width: calc(100% - 100px); }
    .card-small .container span:first-child, .card-small .container p {
      width: 100%; }
  .card-small img {
    padding-top: 12px;
    margin: 0;
    max-width: 100px;
    height: auto; }

.botTab {
  z-index: 600;
  position: fixed;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
  background: #fff;
  min-height: 60px; }
  .botTab span, .botTab p {
    display: block;
    padding: 12px;
    margin: 0; }
  .botTab span:first-child {
    width: 75%; }
  .botTab p {
    padding-top: 0;
    width: 70%; }
  .botTab a {
    padding-left: 12px; }
  .botTab .close-text {
    width: calc(30% - 16px);
    top: 36px !important; }
    .botTab .close-text span {
      font-family: 'Roboto', 'Helvetica', sans-serif;
      font-weight: 500;
      display: inline-block;
      padding: 8px 0 8px 8px;
      text-align: left; }
  .botTab button {
    position: absolute;
    top: -32px;
    right: 24px; }
  .botTab li:not(:last-child) {
    border-bottom: 1px solid #d4d4d4; }

.viewList {
  width: calc(100% - 36px); }
  .viewList span {
    padding: 6px 0 0 0; }
  .viewList i {
    padding: 12px;
    vertical-align: middle;
    color: #FF7F50; }

.fullItem {
  z-index: 999;
  transition: 0.2s;
  position: fixed;
  top: 0 !important;
  bottom: 0;
  min-height: 100% !important;
  overflow: auto !important;
  background: #fff; }

  .imageDiv{
  text-align: center;
  background-color: #272727;
  line-height: 0px;
  }
  .fullItem img {
    max-height: 200px;
    height: 200px;
 }
  .fullItem .detail {
    border-bottom: 1px solid #d4d4d4; }
    .fullItem .detail span, .fullItem .detail p, .fullItem .detail h5 {
      display: block;
      width: 100%;
      padding: 12px;
      margin: 0; }
    .fullItem .detail button {
      position: absolute;
      top: 230px;
      right: 24px; }
    .fullItem .detail .card-small {
      border-bottom: 0.3px solid #d4d4d4; }
      .fullItem .detail .card-small .container {
        width: 100%; }
        .fullItem .detail .card-small .container a {
          padding-left: 16px; }
    .fullItem .detail #shareLoc {
      display: block;
      width: 100%; }

.openList {
  min-height: 100% !important;
  top: 0 !important;
  overflow: auto !important; }

.group {
  display: flex; }
  .group span {
    display: inline-block;
    width: 24%;
    text-align: center; }
    .group span a span {
      position: relative;
      top: -6px; }

.modal-box {
  z-index: 400;
  background-color: rgba(255, 255, 255, 0.9);
  vertical-align: middle; }

.modal {
  top: 20%; }
  .modal .close {
    opacity: 0.7;
    right: -80px; }
  .modal span:first-child {
    width: 100%;
    padding: 0; }
  .modal .modal-btn {
    width: 100% !important; }
  .modal .modal-btn a {
    display: flex;
    padding-left: 0; }
    .modal .modal-btn a i {
      color: #FF7F50;
      padding-right: 16px; }

