@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
@import url('https://fonts.googleapis.com/css?family=Tinos');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');

body {
    background: #ffffff;
}
p,span, a {
    font-family: 'Tinos';
    font-size: 16px;
    line-height: 1.4em;
}
p,span {
    color:#112b2c;
}
a:hover {
    transition: background 0.4s, border-color 0.4s, color 0.4s;
}
.title, .component-content h2 {
    text-shadow: none;
    border-bottom: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
h2,h3,h4,h5,h6 {
    font-family: 'Tinos', sans-serif;
    line-height: 1.3em;
    color:#112b2c;
}
#rt-drawer {
    background: #F3F3F3;
    box-shadow: none;
    padding-top: 126px;
    border: 0px;
}
#rt-top-surround {
    background: #F3F3F3;
    border: 0px;
    box-shadow: none;
    text-shadow: none;
    position: fixed;
	width: 100%;
	z-index:1000;
}
#rt-header {
    background: #fff;
    border-bottom: 0px;
    text-shadow: none;
    padding: 20px 0px;
    transition: 0.36s all cubic-bezier(0.55, 0.09, 0.68, 0.53);
}
#rt-top-surround.small-header #rt-header {
    padding:0px;
    box-shadow:0 2px 10px 1px rgba(0, 0, 0, 0.09);
    transition: 0.36s all cubic-bezier(0.55, 0.09, 0.68, 0.53);
}
.rt-block._main-logo {
    padding: 0px;
}
.custom_main-logo h2 a {
    color: #151515;
    margin: 0px !important;
    font-size: 26px;
    font-family: 'Courgette', cursive;
    font-weight: normal;
}
#rt-top-surround .custom_main-logo h2 a:hover {
    color: #151515;
}
.custom_main-logo h2 img {
    margin-top: -20px;
}
.rt-block.logo-block,.rt-block.menu-block {
    padding: 0px;
}
.rt-block.menu-block ul li .item {
    text-shadow: none;
    color: #151515;
    font-family: 'Raleway';
    text-transform: uppercase;
}
.menu-block .gf-menu li:hover > .item {
    color:#151515 !important;
}
.menu-block .gf-menu.l1 {
    margin-top: 25px;
}
.menu-block ul.gf-menu .dropdown {
    border: 0px;
    border-radius: 0px;
}
.menu-block ul.gf-menu .dropdown ul li a {
    color: #fff;
}
.gf-menu .dropdown ul li:hover > .item {
    border-radius: 0px;
    border: 1px solid transparent;
    box-shadow: inset 0px 1px 0px transparent, inset 0px 2px 0px transparent, 0px 1px 1px transparent;
    background: transparent;
    border-top:0px;
}
.gf-menu.l1 > li.active,.rt-block.menu-block  .gf-menu.l1 > li:hover {
	background: transparent !important;
	border: 1px solid transparent !important; 
    box-shadow: inset 0px 1px 2px transparent, 0px 1px 0px transparent !important;
    padding-top:0px !important;
}
.rt-block.menu-block .gf-menu.l1 > li.active a.item,.rt-block.menu-block .gf-menu.l1 > li a.item:hover {
 	color:#fb8754 !important;
}
.gf-menu li {
    margin-right:0px;
}
#rt-showcase {
    background: #ffffff;
    box-shadow: none;
    text-shadow: none;
    border-bottom: 0px;
}
.rt-block.slideshow-image {
    margin: 0px;
    padding: 0px;
}
.rt-showcase-pattern {
    background: #ffffff;
}
#rt-showcase .rt-showcase-pattern > .rt-container,#rt-showcase .rt-showcase-pattern > .rt-container .rt-grid-12,.menu-home #rt-utility > .rt-container,.menu-home #rt-utility > .rt-container .rt-grid-12 {
    width: 100%;
}
.showcase-img-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position:relative;
}
.k2ItemsBlock.slideshow-image ul li {
    width: 100%;
}
.introtext-container h2 {
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
}
.showcase-img-container::before {
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.showcase-img-container img {
    visibility: hidden;
}
.introtext-container {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}
.k2ItemsBlock.showcase ul li:not(.clearList) {
    padding: 75px 0px;
    width: 100%;
    margin: 0px;
}
.introtext-container h2 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    color: #f8f3cc;
    width: 78%;
    line-height:1em;
}
.introtext-container h2.about-text {
    width:auto;
}
.showcase-pager {
    text-align: center;
}
.introtext-container p {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Tinos';
    font-style: italic;
    font-size: 29px;

}
.introtext-container a {
    background: #78aa3a;
    color: #fff;
    padding: 11.5px 20px;
    background:background 0.3s ease;
    margin-top: 15px;
    display: table;
}
.introtext-container a:hover {
    background: #112b2c; 
    background:background 0.3s ease;
}
.arrow-prev {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 999;
    font-size: 21px;
    left: 0px;
    margin-left: 10px;
    cursor:pointer;

}
.arrow-next {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 999;
    font-size: 21px;
    right: 0px;
    margin-right: 10px;
     cursor:pointer
}
.arrow-next:hover, .arrow-prev:hover {
    color:#fff;
}
.showcase-pager > div {
    border-radius: 100%;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #3a3939;
    margin: 0px 3px;
    cursor:pointer;
}
.showcase-pager > div.cycle-pager-active {
    background:#3a3939;
}
.k2ItemsBlock.featured .moduleItemIntrotext {
    margin-right: 30px;
    position: relative;
}
.k2ItemsBlock.featured ul li {
    float: left;
    width: 33.33%;
}
.container-title-feature {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background: rgba(120, 170, 58, 0.8);
}
.container-title-feature h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 23px;
    font-weight: normal;
}
.custom-feature-text-container h3,h3.generic-bottom {
    color: #112b2c;
    font-weight: 700;
    margin: 0px;
    text-align: center;
    font-size: 32px;
}
.custom-feature-text-container {
    margin-bottom: 40px;
}
#rt-feature .rt-block.featured h2.title,h2.generic-top,.rt-block._your-lawn h2 {
    color: rgb(70, 52, 43);
    font-family: 'Dancing Script', cursive;
    text-align: center;
    font-size: 25px;
    margin: 25px 0 0 0;
    padding: 0px;
    font-weight: normal;
}
.rt-block._your-lawn h2 {
    margin-bottom: 25px;
}
.rt-block.middle {
    margin: 0px;
    padding: 0px;
}
.middle-img-container {
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-image:url('../images/middlelivebg.jpg') !important;
}
.middle-text-container {
    position: absolute;
    text-align: center;
    bottom: -100px;
}
.middle-inside-text {
    width: 50%;
    margin: 0 auto;
    background: rgba(120, 170, 58, 0.9);
    padding: 40px 90px;
}
.middle-img-container img {
    visibility: hidden;
}
.middle-inside-text h2 {
    color: rgb(255, 255, 255);
    font-size: 29px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 15px;
}
.middle-inside-text p {
    color: #EEF4E7;
    letter-spacing: 1.5px;
    font-weight: lighter;
}
.middle-img-container::before {
    content: '';
    background: url("../images/middle-bg.png") repeat-x;
    height: 23px;
    width: 100%;
    position: absolute;
    top: -5px;
    left: 0;
}
.middle-img-container::after {
    content: '';
    background: url("../images/bg-middle-top.png") repeat-x;
    height: 23px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.k2ItemsBlock.middle .moduleItemIntrotext {
    margin-top: 60px;
}
.menu-home #rt-utility {
    margin-bottom: 160px;
}
.menu-home #rt-mainbody .blog-featured > h1 {
    display: none;
}
.menu-home h2[itemprop="name"] {
    display: none;
}
.menu-home .blog-featured ul.actions {
    display: none;
}
.menu-home section.blog-featured {
    border: 4px solid #78aa3a;
    padding: 25px;
}
.menu-home section.blog-featured .items-leading {
    border: 1px solid #78aa3a;
    padding: 25px;
    margin-bottom: 0px;
}
ul.reasons {
    margin-top: 25px;
    list-style: none;
}
ul.reasons li p i {
    font-size: 24px;
    color: #78aa3a;
}
.rt-block.green-difference .moduleItemIntrotext > div {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}
.rt-block.green-difference .moduleItemIntrotext {
    margin-top: 40px;
}
.menu-home #rt-extension {
    background: #78AA3A;
    margin-top: 40px;
}
.custom_social-icon ul li {
    display: inline-block;
    width: 22%;
    margin-right: 2%;
}
.menu-home #rt-bottom .rt-block._latest-articles .newsflash-title_latest-articles {
    display: none;
}
.rt-block._latest-articles ul.newsflash-vert_latest-articles .newsflash-item {
    width: calc(33.33% - 50px);
    float: left;
    padding: 25px;
    list-style: none;
}
.custom_social-icon ul {
    margin: 0px;
}
.custom_social-icon ul li img:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.rt-block.text-gallery {
    margin: 0px;
    padding: 0px;
}
.k2ItemsBlock.text-gallery ul.sigProContainer li {
    margin: 2px;
    float: left;
}
.k2ItemsBlock.text-gallery ul.sigProContainer li .sigProLinkOuterWrapper {
    float: none;
    background: transparent;
    margin: 0px;
    padding: 0px;
}
.k2ItemsBlock.text-gallery ul.sigProContainer li .sigProLinkOuterWrapper .sigProLinkWrapper  {
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.customer-right {
    display: inline-block;
    width: 48%;
    margin-left: 2%;
}
.customer-left {
    display: inline-block;
    width: 49%;
    vertical-align: top;

}
.k2ItemsBlock.text-gallery .generic-bottom {
    margin-bottom: 40px;
}
.k2ItemsBlock.text-gallery .moduleItemIntrotext {
    margin-top: 60px;
}
ul.sigProClassic li.sigProThumb a.sigProLink:hover {
    opacity: 0.7;
    transition: 0.6s ease;
}
#rt-footer {
    background: #12191B;
    box-shadow: none;
    border: 0px;
    padding: 40px 0px;
}
#rt-footer-surround {
    margin-top: 60px;
}
.custom_footer-contact p,.custom_footer-contact p a {
    color: rgba(255, 255, 255, 0.5);
}
.custom_footer-contact ul {
    margin: 0px;
}
.custom_footer-contact ul li a {
    color: rgba(255, 255, 255, 0.5);
}
.custom_footer-contact ul li a:hover {
    background:#78aa3a;
}
.custom_footer-contact ul li {
    display: inline-block;
    margin-right: 5px;
}
p.social-header {
    margin-bottom:0px;
}
.k2ItemsBlock.reviews ul li:not(.clearList) .moduleItemIntrotext {
    background-image:url('../images/bg-review.png');
    background-repeat:no-repeat;
    padding:50px;
}
.k2ItemsBlock.reviews {
    margin-top: 40px;
}
.k2ItemsBlock.reviews p {
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
}
.k2ItemsBlock.reviews a {
    font-style: normal;
    background: #ebebeb;
    color: #112b2c;
    padding: 10px 24px;
    cursor:pointer;
}
.k2ItemsBlock.reviews a:hover {
    background:#78aa3a;
    color:#fff;
}
#form_1 .fabrikElement input.text,#form_1 textarea {
    margin-bottom: 0px;
    width: 85%;
}
#form_1 .fabrikElement select {
    width: 90%;
}
#get_a_free_quote___pet_waste_removal_ .fabrikgrid_radio.span3 {
    width: 48%;
}
#form_1 .row-fluid.nav {
    display: none;
}
.k2ItemsBlock.reviews .moduleItemIntrotext h3.generic-bottom {
    text-align: left;
    color: #fff;
    font-style: italic;
}
.fabrikActions.form-actions {
    margin: 0px;
    padding: 0px;
    background: transparent;
    border: 0px;
}
#fabrikSubmit_1 {
    background: #78aa3a;
    border: 0px;
    border-radius: 0px;
    text-shadow: none;
    font-family: 'Tinos';
    font-size: 16px;
    padding: 3px 30px;
    box-shadow: none;

}
#fabrikSubmit_1:hover {
    background:#112b2c;
}
#form_1 .row-fluid {
    float: left;
    width: 50%;
}
#form_1 .fabrikActions .span4 {
    width: 100%;
    margin: 15px 0 0 0;
    text-align: center;
}
#form_1 .fabrikActions .row-fluid {
    width: 100%;
    float: none;
}
legend.legend {
    display: none;
}
#get_a_free_quote___service_needed .fabrikgrid_radio.span3 {
    width: 100%;
}
#form_1 .fabrikLabel,label.radio span {
    color: rgba(255, 255, 255, 0.5);
    font-family:'Tinos';
}
#rt-footer .module-title h2.title {
    color: #fff;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.1em;
}
.rt-block._recent-blog-posts ul li a span,.rt-block.footer-menu ul.menu li a span {
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
}
.rt-block._recent-blog-posts ul li a:hover span,.rt-block.footer-menu ul.menu li a:hover span {
    color: #78aa3a;
}
ul.latestnews_recent-blog-posts,.rt-block.footer-menu ul.menu {
    margin: 0px;
    list-style: none;
}
.rt-block.footer-menu ul.menu a::before {
    content:'';
    display:none;
}
ul.latestnews_recent-blog-posts li,.rt-block.footer-menu ul.menu li  {
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 0px;
}
ul.latestnews_recent-blog-posts li:first-child,.rt-block.footer-menu ul.menu li:first-child {
    padding-top: 0px;
}
.rt-block.other-pages {
    margin: 0px;
    padding: 0px;
}
.other-pages-image img {
    visibility: hidden;
}
.other-pages-image {
    background-position: center bottom;
    background-attachment: fixed;
    background-size: cover;
    background-image:url('../images/bg-other.jpg') !important;
}
.other-pages-tittle {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.other-pages-tittle h1 {
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Tinos';
}
.service-img-container a {
    display: block;
    width: 100%;
    height: 100%;
    transition: opacity 0.6s ease;
}
.service-img-container a:hover {
    opacity:0.7;
    transition: opacity 0.6s ease;
}
.outer-wrapper-text .wrapper-on-service {
    display: inline-block;
    width: calc(48% - 50px);
}
.outer-wrapper-text .wrapper-on-service:last-child {
    margin-left: 40px;
}
#rt-copyright .rt-block {
    margin: 0px;
    text-align: center;
    font-family: 'Raleway';
}
.wrapper-on-service {
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.075);
    padding: 25px;
}
.title-services-text h2 a {
    color: #112b2c;
    transition: opacity 0.6s ease;
}
.title-services-text h2 a:hover {
    opacity:0.7;
    transition: opacity 0.6s ease;
}
.title-services-text h2 {
    text-align: center;
    margin: 0px;
    line-height: 1em;
}
.rt-block._your-lawn .module-surround {
    margin-top: 50px;
}
h2[itemprop="name"] {
    display: none;
}
#rt-mainbody ul li {
    font-family: 'Tinos';
    font-size: 16px;
    line-height: 1.3em;
    list-style: none;
   
}
.menu-commercial-services #rt-mainbody ul.commercial-above-ul li {
     width: 50%;
    float: left;
}
#rt-mainbody ul li i {
    color: #78aa3a;
}
.lawn-care-right {
    display: inline-block;
    vertical-align: top;
}
.lawn-care-left {
    display: inline-block;
    vertical-align: top;
}
.lawn-care-wrap {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.lawn-care-left img {
    padding: 25px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.075);
}
.spacer-header {
    margin-bottom:25px !important;
}
body:not(.menu-home) #rt-main {
    margin: 50px 0px;
}
.work-with {
    border: 4px solid #78aa3a;
    padding: 25px;
    text-align: center;
    margin: 0 auto;
    width: 50%;
}
.work-with-inside {
    border:1px solid #78aa3a;
    padding:25px;
}
.pesticides-img {
    float:left;
    margin-right:25px;
}
.img-width {
    float:left;
    margin-right:25px;
    width:40%;
}
h2.coloring-heading {
    margin: 40px 0 40px 0 !important;
    padding: 25px 50px;
    background: #78aa3a;
    color: #fff;
    text-align: center;
}
.box-organic h2 {
    font-size: 21px;
    line-height: 1.1em;
    margin: 0px;
}
.box-organic {
    float: left;
    width: calc(33.33% - 50px);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.075);
    padding: 25px;
    text-align: center;
    min-height: 447px;
}
.test-wrapper {
    float: none;
    width: calc(32.33% - 75px);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.075);
    padding: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    text-align: center;
    display:inline-block;
    vertical-align:top;
}
.test-wrapper.text-testi.column-testi-one {
    min-height: 178px;
}
.test-wrapper.text-testi.column-testi-two {
    min-height: 312px;
}
.text-secondary.color-secondary {
    font-size: 14px;
}
.menu-lawn-care-blog section.blog  > h1 {
    display: none;
}
.menu-lawn-care-blog .component-content .blog h2 {
    margin: 0px;
}
.menu-lawn-care-blog .items-row .item {
    padding: 25px;
    width: calc(48% - 38px);
    margin-right: 10px;
}
.menu-lawn-care-blog .items-row article.item:nth-child(2n+1) {
    border-right: 1px solid #e8e8e8;
}
.menu-lawn-care-blog section .items-row {
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.075);
}
p.readmore {
    background: #78aa3a;
    border: 0px;
    box-shadow: none;
    text-shadow: none;
    padding: 7px 24px;
    border-radius: 0px;

}
p.readmore:hover {
    background: #112b2c;
    transition: background 0.6s ease;
}
.items-more {
    display: none;
}
.menu-lawn-care-blog div[itemprop="articleBody"],.common-class div[itemprop="articleBody"] {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.075);
    padding: 25px;
}
.icon-chevron-right,.icon-chevron-left {
    display: none !important;
}
ul.pager.pagenav span {
    border-radius: 0px !important;
    border: 0px !important;
    background-color: transparent !important;
}
.contact-form-left {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
.contact-form-right {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
#form_2 .row-fluid.nav,#form_3 .row-fluid.nav {
    display: none;
}
#form_2 input,#form_3 input {
    width: 85%;
    border-radius: 0px;
    background: #FCFCFC;
    height: 25px;
    border: 1px solid #e7e7e7;
}
#form_3 select {
    width: 87%;
    border-radius: 0px;
    background: #FCFCFC;
    height: 25px;
    border: 1px solid #e7e7e7;
}
form.fabrikForm label {
    cursor: default;
    font-family: 'Tinos';
    font-size: 16px;
}
#form_2 textarea,#form_3 textarea {
    width: 85%;
    border-radius: 0px;
    background: #fcfcfc;
    border: 1px solid #e7e7e7;
}
#fabrikSubmit_2,#fabrikSubmit_3 {
    background: #78aa3a;
    border: 0px;
    border-radius: 0px;
    text-shadow: none;
    font-family: 'Tinos';
    font-size: 16px;
    padding: 3px 30px;
    box-shadow: none;
}
#fabrikSubmit_2:hover,#fabrikSubmit_3:hover {
    background: #112b2c;
}
#form_3 #career_form___i_certify_0_input_0 {
    width: auto !important;
}
#career_form___i_certify .fabrikgrid_checkbox {
    width: 100%;
}
/*Large Mode */
@media only screen and (min-width: 1200px) {

}

/* Desktop Modes*/ 
@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .gf-menu.l1 > li > .item {
        font-size: 11px;
        padding-left: 0px;
        padding-bottom: 0px;
    }
    .gf-menu li.parent > .item::after {
        right: 8px;
        margin-top: -9px;
    }
    .introtext-container h2 {
        font-size:48px;
    }
    .custom_footer-contact a {
        font-size: 14px;
    }
    .outer-wrapper-text .wrapper-on-service {
        width: calc(47% - 50px);
    }
    .menu-lawn-care-blog .items-row .item {
        width: calc(47% - 38px);
    }
}

/* Tablet Modes */
@media (min-width: 768px) and (max-width: 959px) {
    .rt-block.logo-block #rt-logo {
        width: 150px !important;
        background-size: 100% !important;
        height: 45px !important;
    }
    #rt-header .rt-container .rt-grid-8.rt-omega {
        width: 584px;
    }
    #rt-header .rt-container .rt-grid-4 {
        width: 180px;
    }
    .gf-menu.l1 > li > .item {
        font-size: 12px !important;
        padding-left: 0px;
        padding-right: 0px;
    }
    .menu-block .gf-menu.l1 {
        margin-top: 7px;
    }
    #rt-drawer {
        padding-top:99px;
    }
    .introtext-container h2 {
        font-size: 42px;
    }
    .introtext-container p {
        font-size:26px;
    }
    .container-title-feature h3 {
        font-size:18px;
    }
    .middle-text-container {
        position: inherit;
        bottom: inherit;
        margin-top: 50px;

    }
    .middle-inside-text {
        width: 70%;
        padding: 25px;
    }
    .menu-home #rt-utility {
        margin-bottom: 50px;
    }
    ul.sigProContainer li:nth-child(2n+1) {
        margin-right: 11px !important;
    }
    .k2ItemsBlock.text-gallery ul.sigProContainer li {
        width:47%;
    }
    .custom_footer-contact p a {
        font-size: 12px;
    }
    .gf-menu li.parent > .item::after {
        display: none;
    }
    .outer-wrapper-text .wrapper-on-service {
        width: calc(46% - 50px);
    }
    .box-organic {
        float: none;
        width: calc(100% - 50px);
        min-height: inherit;
        margin-bottom: 25px;
    }
    h2.coloring-heading {
        padding: 25px;
        font-size: 21px;
        line-height: 1.3em;
    }
    .test-wrapper {
        width: calc(49.33% - 75px);
    }
    .menu-lawn-care-blog .items-row .item {
        width: calc(46% - 38px);
    }
}

/* Mobile Modes */
@media (max-width: 767px) {
     .rt-block.logo-block #rt-logo {
        width: 150px !important;
        background-size: 100% !important;
        height: 45px !important;
    }
    #rt-header {
        padding: 5px 0px;
    }
    #rt-drawer {
        padding-top: 68px;
    }
    .introtext-container h2 {
        font-size:30px;
    }
    .introtext-container p {
        font-size:18px;
    }
    .introtext-container a {
        padding:6.5px 20px;
    }
    .k2ItemsBlock.featured ul li {
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }
    .middle-text-container {
        position: inherit;
        text-align: center;
        bottom: 0px;
        margin-top: 0px;
    }
    .middle-inside-text {
        width: calc(100% - 50px);
        padding: 25px;
    }
    .menu-home #rt-utility {
        margin-bottom: 25px;
    }
    .rt-block.green-difference .moduleItemIntrotext > div {
        display: block;
        width: 100%;
    }
    .customer-left {
        display: block;
        width: 100%;
    }
    .customer-right {
        display: block;
        width: 100%;
        margin-left: 0px;
    }
    .k2ItemsBlock.reviews ul li:not(.clearList) .moduleItemIntrotext {
        background: #7ABE3C;
        padding:15px;
    }
    .gf-menu-toggle {
        z-index: 1000;
        position:fixed;
    }
    body.gf-sidemenu-size-marginleft .gf-menu-toggle {
        margin-left: 200px;
    }
    ul.reasons {
        margin: 0px;
    }
    .custom-feature-text-container h3, h3.generic-bottom { 
        font-size: 25px;
    }
    #rt-feature .rt-block.featured h2.title, h2.generic-top, .rt-block._your-lawn h2 { 
        font-size:21px;
    }
    .outer-wrapper-text .wrapper-on-service:last-child {
        margin-left: 0px;
    }
    .outer-wrapper-text .wrapper-on-service {
        display: inline-block;
        width: calc(100% - 50px);
        margin-top: 15px;
    }
    .menu-commercial-services #rt-mainbody ul.commercial-above-ul li {
        width: 100%;
        float: none;
    }
    .lawn-care-left  {
        width: calc(100% - 50px);
    }
    .other-pages-tittle h1 {
        font-size: 12px;
        line-height: 1.1em;
    }
    .box-organic {
        float: none;
        width: calc(100% - 50px);
        min-height: inherit;
        margin-bottom: 25px;
    }
    .img-width {
        float: none;
        margin-right: 0px;
        width: 100%;
    }
     h2.coloring-heading {
        padding: 25px;
        font-size: 21px;
        line-height: 1.3em;
    }
    .work-with {
        width: calc(100% - 30px);
        padding: 15px;
    }
    .work-with-inside ul {
        margin: 0px;
    }
    .test-wrapper { 
        width: calc(100% - 75px);
        padding: 15px;
        margin-right: 0px
        margin-bottom: 25px;
    }
    body.menu-lawn-care-blog .items-row article.item {
        padding: 25px;
        width: calc(100% - 25px);
        margin-right: 0px;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.075);
        margin-bottom: 25px !important;
    }
    .menu-lawn-care-blog .items-row article.item:nth-child(2n+1) {
        border-right: none;
    }
    .menu-lawn-care-blog section .items-row {
        border-bottom: 0px;
        box-shadow: none;
        width: 100%;
    }
    .contact-form-right,.contact-form-left {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .introtext-container h2 {
        font-size: 18px;
        width:100%;
    }
    .introtext-container p {
        font-size: 15px;
    }
    .menu-home section.blog-featured {
        padding:15px;
    }
    .menu-home section.blog-featured .items-leading {
        padding:15px;
    }
    .custom_social-icon ul li {
        width: 46%;
    }  
    .other-pages-tittle h1 {
        font-size: 12px;
        line-height: 1.1em;
    }
}

#rt-topcus{overflow:auto;}

@media(min-width:768px){

    #rt-topcus span{display:block;}
    
}

#rt-top-surround{
  	z-index:10000
}