﻿.mb50 {
    margin-bottom: 50px;
}

a, a:hover a:focus {
    font-weight: bold;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.navbar-default .navbar-nav > .active > a {
    background: none;
    color: #cef76e !important;
}

.navbar-default.affix .navbar-nav > li.active > a,
.navbar-default.affix .navbar-nav > li:hover > a {
    color: #94b200 !important;
}

.logo.fl img {
    height: 60px !important;
}

.nav_drop_ar {
    position: relative;
}

.service_nav i.fa {
    margin-right: 10px;
}

.breadcrumb {
    padding: 0;
}

    .breadcrumb a {
        font-size: 18px;
    }

    .breadcrumb i.fa {
        margin: 0 5px 0 12px;
    }

    .breadcrumb > li + li::before {
        padding: 0;
        content: none;
        color: unset;
    }

.fleft {
    float: left;
}

.fright {
    float: right;
}

.col-lg-12.description p {
    font-size: 15px;
}

    .col-lg-12.description p:last-child {
        margin-bottom: 50px;
    }

.description h4 {
    font-size: 28px;
    color: #404040;
    text-transform: none;
    margin-bottom: 20px;
}

.description .fleft {
    margin: 0 25px 15px 0;
}

.description .fright {
    margin: 0 0 15px 25px;
}

.description p,
.description li {
    color: #000;
}

.description h4 {
    padding-top: 20px;
}

    .description h4:first-child {
        padding-top: 0;
    }

.request_col h3 {
    color: #fff;
}

.larger {
    font-size: 1.2em;
}

.btn.btn_full {
    font-size: 15px;
    color: #7c6f1c;
    background: #f8de32;
    width: 100%;
    height: 45px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 45px;
    padding: 0px;
}

.service_logo {
    display: table;
    margin-top: 50px;
}

    .service_logo > div {
        display: table-cell;
        vertical-align: middle;
        width: 40%;
    }

        .service_logo > div:first-child {
            padding-right: 20px;
        }

        .service_logo > div:last-child {
            padding-left: 20px;
        }

.service_page .request_col {
    float: none;
    width: 100%;
    padding: 0;
    /*margin-top: 30px;*/
}

    .service_page .request_col .request_col_inn {
        border: none;
    }

    .service_page .request_col h4 {
        color: #fff;
        text-transform: none;
        font-size: 25px;
    }

    .service_page .request_col p {
        color: #fff;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .service_page .request_col textarea {
        height: 200px;
    }

.service_page #service_form_container {
    display: none;
}

textarea {
    resize: none;
}

    input.form-control,
    textarea.form-control {
        color: #000;
    }

#contact-form .btn.btn_full {
    width: unset;
    padding: 0 30px;
}

.contact_info h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

#contact-form .form-group p {
    margin-bottom: 5px;
}

.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #333 !important;
    opacity: 1;
}

.ajaxprogress {
    height: 43px;
}

    .ajaxprogress img {
        position: absolute;
        width: 55px;
        height: 55px;
        left: calc(50% - 23px);
        top: -7px;
    }

.blog_info p.description i {
    margin: 0 10px;
}

.blog_info p.description a.read_more {
    font-size: .8em;
}

    .blog_info p.description a.read_more i {
        margin: 0;
    }

.blog_div {
    position: relative;
}

    .blog_div:first-child {
        margin-top: 27px;
    }

    .blog_div.teaser p {
        margin-bottom: 0;
    }

    .blog_div:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 36px;
        left: 0;
        top: -36px;
        background: url(/images/grass-bg.png) center center repeat-x;
    }

.good_lawn_list a {
    font-weight: normal;
}

.pagination_container {
    text-align: center;
}

    .pagination_container:first-child li {
        margin-bottom: 70px;
    }

#minimal-bootstrap-carousel .carousel-inner {
    background-color: #1E1E1E;
}

    #minimal-bootstrap-carousel .carousel-inner .item::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.35);
    }

    /*#minimal-bootstrap-carousel .carousel-inner .bg {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 1180px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }*/
    .inner_page_bnr .bg {
        position: absolute;
        background-size: cover;
        width: 100%;
        min-height: 438px;
        top: 0;
        left: 0;
        opacity: 0.5;
        filter: alpha(opacity=50);
        z-index: 1;
    }

.inner_page_bnr .breadcrumb_bg {
    position: relative;
    z-index: 2;
}

h3 .lytgreen-head a {
    color: #9fc612;
    text-decoration: none;
    border-bottom: 2px solid #9fc612;
    box-shadow: inset 0 -4px 0 #9fc612;
    -webkit-box-shadow: inset 0 -4px 0 #9fc612;
}

    h3 .lytgreen-head a:hover {
        color: #000;
    }

.hideDiv {
    display: none;
}

#service_form_container p {
    color: #fff;
}
