.place-header {
  color: var(--prime1);
  padding: 20px 0;
  /*padding-right: 100px;*/
  position: relative;
}

.place-header .breadcrumbs a {
  color: rgba(255, 255, 255, 0.8);
}

.place-header .place-logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: #ddd;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.place-header .place-logo img {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.place-header h1 {
  margin-top: 5px;
}

/**/

.business-main {
  margin: 0;
}

.business-main .category {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}

.business-main .category:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}

.business-main .category .pic {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.business-main .category .pic img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.business-main .category:hover .pic img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.business-main .category .overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.business-main .category .icon {
  position: absolute;
  top: 15px;
  right: 15px;
}

.business-main .category .name {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 3em;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .business-main .category .name {
    font-size: 2em;
  }
}

/**/

.business ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.business ul > li {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 20px;
}

@media (min-width: 481px) {
  .business ul > li {
    display: table;
    width: 100%;
  }
}

.business ul > li a {
  text-decoration: none;
}

@media (min-width: 481px) {
  .business ul > li .pic {
    display: table-cell;
    vertical-align: top;
    width: 250px;
  }
}

.business ul > li .pic img {
  width: 100%;
}

@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: 991px) {
  .business ul > li .details {
    display: none;
  }
}

@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 img {
  width: 100%;
}

.business-profile .info {
  margin: 0 0 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.business-profile .info a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.business-profile .info:last-child {
  margin: 0 0 0 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.business-profile .info .caption {
  display: inline-block;
  min-width: 200px;
}

.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;
}

/**/

.join fieldset {
  border: 1px solid #1978bb;
  padding: 20px;
  margin-bottom: 10px;
}

.join legend {
  padding: 0.2em 0.5em;
  background: #1978bb;
  color: #fff;
  text-align: right;
}

.join fieldset .fld {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
}

.join fieldset .label {
  display: block;
}

@media (min-width: 768px) {
  .join fieldset .label {
    float: right;
    min-width: 150px;
  }

  .join fieldset .content {
    float: right;
    margin: 0 20px;
  }

  .join fieldset .info {
    float: right;
  }
}

.join fieldset input,
.join fieldset select,
.join fieldset textarea {
  width: 300px;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #aaa;
}

.join fieldset textarea {
  height: 80px;
}

@media (max-width: 480px) {
  .join fieldset input,
  .join fieldset select,
  .join fieldset textarea {
    width: 100%;
  }

  .join fieldset select#categories {
    width: 300px;
  }
}

.join .info {
  padding: 10px;
  background: #d9edf7;
  margin-bottom: 10px;
}

.join .error {
  padding: 10px;
  background: #f2dede;
  margin-bottom: 10px;
}

.join .sent {
  padding: 10px;
  background: #dff0d8;
  font-size: 1em;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .join fieldset .submit-fld {
    margin-right: 170px;
  }
}

.join fieldset .submit-fld button {
  font-size: 1.2em;
}

/**/

.page-wrapper {
  padding: 0;
}

.page-wrapper .side {
  background: #f1f1f1;
  border-left: 1px solid #ddd;
  margin-right: -15px;
  padding: 30px;
}
