h1 {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 20px;
}

p {
    font-size: 22px;
    font-family: Lato;
    color: #454545;
    line-height: 145%;
    margin-bottom: 0.75em;
}

ul {
    margin-bottom: 0;
}

li {
    font-size: 18px;
    font-family: Lato;
    color: #454545;
    line-height: 145%;
}

b {color: #049504}

.navbar-default {
    background-color: white;
    background-color: rgba(255, 255, 255, 1);
}

div.navbar-header {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.very_short_business_name {
    font-size: 34px;
}

.short_business_name {
    font-size: 26px;
}

.long_business_name {
    font-size: 16px;
}

div.navbar-header table {
    height: 105px;
    border-collapse: collapse;
}

a.btn {
    background-color: #2bb500 !important;
    color: white !important;
    font-weight: bold !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 20px !important;
    letter-spacing: 1px !important;;
    border-style: none !important;
    border-bottom: 3px solid #249700 !important;
    cursor: default !important;
    outline: none !important;
}

.header_photo {
    height: 550px;
    background-size: 100% auto;
    background-position: 0 50%;
    transition: background-image 1s ease-in;
}

.main_content {
    margin-top: 40px;
}

.col-md-9 .row {
    margin-bottom: 15px;
}

.cities_list {
    margin-top: 30px;
    font-size: 16px;
    font-style: italic;
}

.disclaimer {
    font-size: 14px;
    color: #aaa;
}

.rating_box {
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 18px;
}

.service_area {
    padding: 12px 15px 15px 15px;
    border: 1px solid #eee;
    border-radius: 18px;
}

.rating_box {
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    color: #ff7800;
}

.rating_mobile {
    margin: 5px 0 5px 0;
    font-size: 18px;
    color: #ff7800;
}

.service_area::after {
   content: "";
   display: block;
   clear: both;
}

.service_area img {
    width: 100%;
    border-radius: 12px;
    max-width: 250px;
    float: left;
}

.service_area p {
    margin-bottom: 7px;
    font-size: 18px;
}

.service_area a.btn {
    margin-top: 10px;
}

footer .container-fluid {
    background-color: #ececec;
    margin-top: 25px;
    padding: 35px 0 35px 0;
}

footer h3 {
    font-size: 18px;
    font-family: Lato;
    font-weight: bold;
    margin: 0 0 15px 0;
}

footer a {
    color: #454545;
    font-weight: bold;
}

footer a:hover {
    color: #454545;
}

footer p {
    font-size: 16px;
}

footer table tr td, footer table tr th {
    font-size: 16px;
    font-family: Lato;
    color: #454545;
    padding: 0 10px 3px 0;
}

footer div.privacy {
    margin-top: 25px;
}

footer div.privacy a {
    font-weight: normal;
    color: #929292;
}
.sidebar-img img {
	width: 80%;
	margin: 0 30px;
	padding: 0 0 25px 0;
}
.logo {
	width: 50%;
}

.profile-pic img {
  border-radius: 4px;
}
h3 {
}
.profile-info h3 {
  font-size: 14px;
  font-weight: bold;
  color: #0073bb;
  margin: 0;
}
.profile-pic {
  float: left;
}
.profile-info {
  float: left;
  margin-left: 15px;
}
.profile-town {
  color: #333;
  font-size: 13px;
  font-weight: bold;
}
.profile-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
}
.profile-info ul li {
  font-size: 12px;
  color: #333;
}
.review-star span {
  color: #333;
}
.review-text p {
  font-size: 14px;
  margin-right: 65px;
}
.review-item {
	margin: 20px 0;
}

@media only screen and (max-width: 991px) {
    .navbar-header {
        width: 100%;
        text-align: center;
        margin: 0 !important;
    }

    .navbar-header table {
        width: 100%;
    }

    .navbar-header table tr td {
        padding: 7px 0 7px 0;
    }

    .header_photo {
        height: 280px;
    }

    .rating_box {
        font-size: 18px;
    }

    .service_area {
        padding: 0;
        border-style: none;
        margin-bottom: 20px;
    }

    .service_area img {
        width: 150px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .very_short_business_name {
        font-size: 22px;
    }

    .short_business_name {
        font-size: 20px;
    }

    .header_photo {
        height: 200px;
    }

    .main_content {
        margin-top: 25px;
    }

    .copyright {
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {

    .hidden-xxs {
        display: none;
    }

    .service_area img {
        width: 120px;
        margin-right: 0px;
        margin-left: 15px;
        float: right;
    }

    .service_area p {
        font-size: 16px;
    }

    .header_photo {
        height: 175px;
    }

}

@media only screen and (min-width: 481px) {

    .hidden-above-xxs {
        display: none;
    }

}
