/**/

h1.main-page-title {
  float: left;
}
.breadcrumbs + h1 {
  position: relative;
}
.breadcrumbs + h1::after {
  content: "";
  position: absolute;
  background-image: url("./images/logo_tourism.png?v=3");
  background-size: 150px;
  background-repeat: no-repeat;
  width: 200px;
  height: 55px;
  left: 0;
  top: 0;
}
.join-button {
  display: block;
  padding: 10px 15px;
  border-radius: 30px;
  border: 1px solid #ddd;
  float: right;
}

@media (max-width: 991px) {
  h1.main-page-title {
    float: none;
  }
  .join-button {
    float: none;
    margin-bottom: 30px;
  }
  .breadcrumbs + h1::after {
    background-size: 60px;
    left: -30px;
  }
}

.business-main {
}
.biz-search {
  position: relative;
  width: 100%;
  max-width: 728px;
  border-radius: 100vw;
  border: 2px solid var(--site6);
  padding: 0.25rem 0.75rem;
}
.biz-search button {
  background: var(--site6);
  position: absolute;
  top: 50%;
  left: 0.5rem;
  height: inherit;
  transform: translate(0, -50%);
  width: fit-content;
  border-radius: 100vw;
  width: 100%;
  max-width: 180px;
  padding: 0.25rem;
  font-size: 1.4rem;
  color: #fff;
  outline: none;
  border: none;
}

.biz-search input {
  border: none;
  outline: none;
  width: calc(100% - 150px);
  padding: 0.75rem;
  border-radius: 100vw;
}

.btn.btn-rounded {
  border-width: 2px;
  padding: 0.4rem 1.5rem;
  border-radius: 100vw;
  font-size: 1.25rem;
}

.business-main .category {
  min-height: 65px;
  border: #f1f1f1 1px solid;
  margin-bottom: 30px;
  display: flex;
  color: inherit;
}

.business-main .category:after {
  clear: both;
}

.business-main .category h2 {
  overflow: hidden;
  font-size: 1.75rem;
}

.business-main .icon {
  /* background: #111; */
  float: left;
  width: 65px;
  height: 65px;
  padding: 10px;
  /* filter:brightness(0.5); */
}

.business-main .icon img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.business-main .push {
  padding: 1rem;
}

.business-main .sub-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

.row-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}

iframe {
  height: 750px !important;
  border: 1px solid #f36146;
  padding: 1rem;
}
/* 
.business-main [class^="col-"]:nth-child(12n+1) .category .icon {
	background: #297fb5;
}

.business-main [class^="col-"]:nth-child(12n+2) .category .icon {
	background: #29b5a9;
}

.business-main [class^="col-"]:nth-child(12n+3) .category .icon {
	background: #29b55e;
}

.business-main [class^="col-"]:nth-child(12n+4) .category .icon {
	background: #a3b529;
}

.business-main [class^="col-"]:nth-child(12n+5) .category .icon {
	background: #b58529;
}

.business-main [class^="col-"]:nth-child(12n+6) .category .icon {
	background: #b53629;
}

.business-main [class^="col-"]:nth-child(12n+7) .category .icon {
	background: #c32e63;
}

.business-main [class^="col-"]:nth-child(12n+8) .category .icon {
	background: #c32e94;
}

.business-main [class^="col-"]:nth-child(12n+9) .category .icon {
	background: #8535b3;
}

.business-main [class^="col-"]:nth-child(12n+10) .category .icon {
	background: #3a4eb3;
}

.business-main [class^="col-"]:nth-child(12n+11) .category .icon {
	background: #3a73b3;
}

.business-main [class^="col-"]:nth-child(12n+12) .category .icon {
	background: #5e8a90;
} */

/**/

.business ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.business ul > li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

@media (min-width: 481px) {
  .business ul > li {
    display: table;
    width: 100%;
  }
}

.business ul > li a {
  text-decoration: none;
}

.business ul > li .pic {
  width: 120px;
  height: 120px;
  border: 1px solid #ddd;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .business ul > li .pic {
    display: block;
    width: auto;
    height: auto;
  }
}

.business ul > li .pic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .business ul > li .pic img {
    max-height: 120px;
  }
}

@media (min-width: 481px) {
  .business ul > li .info {
    display: table-cell;
    vertical-align: top;
    padding: 0 10px;
  }
}

.business ul > li .info h3 {
  margin: 0;
}

.business ul > li .info p {
  color: #777;
}
@media (max-width: 1200px) {
  .biz-search {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .business ul > li .details {
    display: none;
  }
  .row-buttons .biz-search button span {
    display: none;
  }
  .biz-search button {
    width: 45px;
  }
}

@media (min-width: 992px) {
  .business ul > li .details {
    display: table-cell;
    vertical-align: top;
    width: 250px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
  }

  .business ul > li .details p {
    border-bottom: 1px solid #f1f1f1;
    margin: 0;
    padding: 5px 0;
  }

  .business ul > li .details p:first-child {
    padding: 0 0 5px 0;
  }

  .business ul > li .details p:last-child {
    border-bottom: 0;
  }

  .business ul > li .details p span {
    font-size: 14px;
  }

  .business .address {
    color: #1978bb;
  }

  .business .phone {
    color: #65bb19;
  }
}

.business ul > li:after {
  clear: both;
  display: block;
  content: "";
}

.no-results {
  text-align: center;
  font-weight: 300;
  font-size: 1.6em;
}

/**/

/* .business-profile .picture {
  text-align: center;
} */

.business-profile .picture img {
  max-width: 100%;
  aspect-ratio: 1;
  max-height: 300px;
}

.business-profile .info {
  margin: 0 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  line-height: 1rem;
}

.business-profile .info .fa-stack {
  float: right;
  margin-left: 5px;
}

.business-profile .info a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.business-profile .info a:hover {
  color: #005b9b;
}

.business-profile .info:last-child {
  margin: 0 0 0 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.business-profile .info .icon-address {
  color: #1978bb;
}

.business-profile .info .icon-phone {
  color: #19bba2;
}

.business-profile .info .icon-mobile {
  color: #19bb43;
}

.business-profile .info .icon-fax {
  color: #bbaa19;
}

.business-profile .info .icon-email {
  color: #bb5a19;
}

.business-profile .info .icon-website {
  color: #bb1919;
}

.business-profile .info .icon-facebook {
  color: #45619d;
}

.business-profile .info .value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**/

.join {
  margin-top: 30px;
}

.join .fld {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}

.join .label {
  display: block;
}

@media (min-width: 768px) {
  .join .label {
  }

  .join .content {
  }

  .join .info {
  }
}

.join input,
.join select,
.join textarea {
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #aaa;
}

.join textarea {
  height: 80px;
}

@media (max-width: 480px) {
  .join input,
  .join select,
  .join textarea {
    width: 100%;
  }

  .join select#categories {
    width: 300px;
  }
}

.join .info {
}

.join .error {
  padding: 10px;
  background: #f2dede;
  margin-bottom: 10px;
}

.join .sent {
  padding: 10px;
  background: #dff0d8;
  font-size: 1em;
  margin: 20px 0;
}

.join .submit-fld button {
  font-size: 1.2em;
}

.join .req {
  font-weight: bold;
  color: red;
  border-bottom: 1px dotted #cdcdcd;
}

/**/

.orderByHolder {
  margin-bottom: 20px;
}

/**/

.select-position {
  height: 400px;
  position: relative;
}

#map-canvas {
  height: 100%;
}

.confirmation {
  display: none;
}

.controls {
  margin-top: 16px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.pac-container {
}

#type-selector {
  color: #fff;
  background-color: #4d90fe;
  padding: 5px 11px 0px 11px;
  display: none;
}

#type-selector label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}
