body {
    background-color: #f2f2f2;
    overflow-x: hidden;
}

#wrapper {
    width: 100%;
    max-width: 1292px;
    margin: 0 auto;
}

.top-level {
    background-color: #f5f5f5;
}

.banner {
    text-align: center;
    background-color: transparent;
}

.banner span, .banner a {
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
}

.banner a {
    color: #fff;
    text-decoration: underline;
}

.navbar-text a {
    color: #333;
    text-decoration: underline;
}

.banner a:hover {
    color: #000;
}

.large-font {
    font-size: 24px;
}

.monster-green {
    color: #38B981;
}

a.monster-green:hover {
    color: #2c9266;
}

.btn-success {
    background-color: #38B981;
    border-color: #32a573;
}

.btn-success:hover {
    background-color: #2c9266;
    border-color: #267e58;
}

.center {
    text-align: center;
}

.hero {
    background-image: url('/img/hero.jpg');
    background-size: cover;
    height: 640px;
}

.hero .content {
    padding-top: 160px;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.center-margin {
    margin-left: auto;
    margin-right: auto;
}

.hero-text {
    font-size: 44px;
    margin-bottom: 10px;
    color: #333;
}

.hero-form .btn {
    display: block;
    margin: 10px auto 0 auto;
}

.padding-medium {
    padding: 50px 0;
}

.services {
    height: 400px;
    background-color: #ffffff;
    padding: 20px;
}

.center-div {
    display: inline-block;
    margin: 0 auto;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.modal-body {
    padding: 5px 20px;
}

.modal-body h4 {
    border-bottom: 1px solid #f2f2f2;
}

.gray {
    color: #d2d2d2;
}

.section-header {
    text-align: center;
    font-size: 35px;
    padding-top: 30px;
    font-family: 'Lato', Helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 50px;
}

.section-header p {
    font-size: 14px;
    font-weight: 300;
}

.list-wrapper {
    font-size: 14px;
    margin-bottom: 15px;
}

.list-number {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 44px;
    margin-bottom: 14px;
    border: 1px solid #333;
    border-radius: 50%;
    font-size: 18px;
    font-family: 'Lato', Helvetica, sans-serif;
    font-weight: 300;
    text-align: center;
    box-sizing: border-box;
}

.list-icon {
    font-size: 48px;
}

.list-icon.family {
    position: relative;
    height: 68px;
}

.list-icon img {
    position: absolute;
    top: -10px;
}

.testimonial {
    height: 400px;
    position: relative;
    background-color: #fff;
    background-image: url('/img/20140226_101421.jpg');
    background-position: 0 -150px;
    background-size: cover;
}

.clearfix {
    background-color: #fff;
}

.about {
    background-color: #f2f2f2;
    padding: 20px;
}

.yelp-wrapper {
    position: absolute;
    height: 180px;
    width: 250px;
    bottom: 32px;
    right: 100px;
}

.yelp-container {
    background-color: #fff;
    border: 1px solid transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
    padding: 20px;
}

.yelp-text {
    font-weight: 300;
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 14px;
    height: 54px;
    padding-top: 20px;
}

.yelp-text a {
    width: 250px;
    display:inline-block;
    overflow: hidden;
    color: #333;
    text-decoration: underline;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.yelp-logo {
    display: block;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #38B981;
}

.yelp-image img {
    border: 1px solid transparent;
    height: 50px;
    width: 50px;
    border-radius: 25px;
}

.yelp-controlls {
    padding-top: 10px;
}

.yelp-back, .yelp-forward {
    display: inline-block;
    width: 30px;
    height: 100%;
    vertical-align: middle;
}

.yelp-rating {
    margin: 10px auto;
    width: 85px;
    height: 18px;
    background-image: url('/img/stars_map.png');
    background-repeat: no-repeat;
}

.yelp-no-star {
    background-position: 0 0;
}

.yelp-one-star {
    background-position: 0 -19px;
}

.yelp-one-half-star {
    background-position: 0 -38px;
}

.yelp-two-star {
    background-position: 0 -57px;
}

.yelp-two-half-star {
    background-position: 0 -76px;
}

.yelp-three-star {
    background-position: 0 -95px;
}

.yelp-three-half-star {
    background-position: 0 -114px;
}

.yelp-four-star {
    background-position: 0 -133px;
}

.yelp-four-half-star {
    background-position: 0 -152px;
}

.yelp-five-star {
    background-position: 0 -171px;
}

.locations {
    padding: 20px;
    background-color: #38B981;
    color: #fff;
}

.contact {
    background-color: #fff;
    padding: 20px;
}

.contact-group {
    font-size: 30px;
}

.contact-group-icon {
    display: inline-block;
    width: 30px;
}

.contact-group-icon i, .contact-group-content span  {
    vertical-align: middle;
}

.contact-group-content {
    display: inline-block;
    margin-left: 10px;
}

.launch-modal {
    font-size: 12px;
    vertical-align: top;
}

.launch-modal i {
    vertical-align: top;
}

.modal-header .close {
    margin-top: 5px;
}

.modal-left {
    background-color: #38B981;
    color: #fff;
    height: 100%;
}

.modal-row {
    margin: -15px -15px;
}

.modal-body .modal-row {
    margin: -15px -20px;
}

.modal-footer {
    padding-bottom: 0;
}

.modal-footer .modal-row {
    margin: -25px -20px;
}

.modal-left h4 {
    border: none;
}

.modal-content {
    border-radius: 0;
}

.modal-body address {
    display: inline-block;
    margin: 15px 0px;
}

.modal-icon {
    font-size: 14px;
}

.add-height {
    height: 130px;
}

.input-title {
    color: #fff;
    font-size: 18px;
}

.modal-icon i {
    font-size: 24px;
}

.modal-icon a {
    text-decoration: none;
    color: #fff;
}

.modal-icon a:hover {
    color: #000;
}

.jax-replace {
    height: 376px !important;
}

.fix-modal-icon {
    display: inline-block;
    margin-left: 6px;
}

.fix-modal-icon i {
    display: inline-block;
    margin-right: 5px;
    color: #000;
}

.form-row {
    margin: 0;
}

.form-row .form-group {
    margin-right: 10px;
}

.address-contact {
    color: #fff;
    text-decoration: underline;
}

.address-contact:hover {
    color: #000;
}

.footer {
    padding-top: 40px;
}

.navbar {
    opacity: 0;
    transition: all linear 100ms;
}

.navbar.fade-in {
    opacity: 1;
    transition: all linear 200ms;
}

.navbar-header .not-brand {
    display: inline-block;
    margin: 10px;
    color: #333;
    text-decoration: underline;
}

.carousel-inner img {
    width: 100%;
    max-height: 720px;
}

.social-icons {
    margin-top: 10px;
}

.social-icons a {
    font-size: 26px;
    color: #000;
}

.social-nav {
    height: 20px;
}

.social-nav a {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    font-size: 16px;
}

.social-nav-fix {
    position: relative;
    top: -6px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus, select, input[type="phone"]:focus, .form-control:focus {   
border-color: rgba(56, 185, 129, 0.8);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(56, 185, 129, 0.6);
outline: 0 none;}

@media (max-width: 992px) {
    .testimonial {
        background-size: auto;
    }
    
    .jax-replace {
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .hero-text {
        font-size: 35px;
    }
        
    .section-header {
        text-align: left;
    }
    
    .yelp-wrapper {
        width: 200px;
        left: 50px;
    }
    
    .yelp-text a {
        width: 200px;
    }
    
    .form-row .form-group {
        margin-right: 0;
    }
    
    .add-height {
        height: 30px;
    }
    
    .jax-replace {
        height: auto !important;
    }
}