 
.white-bg {
    background: whitesmoke;
    padding: 10px;
}

i.fa.fa-star {
    color: gold;
}
/* SLIDE OUT FORM */
.custom-slide-out-wrapper {
    position: fixed;
    top: 50%;
    right: 0;
    background: #e7e7e7;
    padding: 40px 70px;
    z-index: 9999;
    border-radius: 10px 0px 0px 15px;
    -moz-transform: translateX(100%) translateY(-50%);
    -webkit-transform: translateX(100%) translateY(-50%);
    -o-transform: translateX(100%) translateY(-50%);
    -ms-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}.custom-slide-out-wrapper.active {
    -moz-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    box-shadow: 0px 40px 40px 0px rgba(28, 28, 28, 0.2);
}.custom-slide-out-content h3 {
    margin: 0 0 25px;
}.custom-slide-out-form form {
    margin: 0;
}.custom-slide-out-wrapper span.custom-form-toggle {
    position: absolute;
    left: 0;
    top: 50%;
    color:#ffffff;
    font-size: 24px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background:#2980B9;
    border-radius: 40px;
    box-shadow: 0px 25px 40px 0px rgba(28, 28, 28, 0.2);
    -moz-transform: translateX(-70%) translateY(-50%);
    -webkit-transform: translateX(-70%) translateY(-50%);
    -o-transform: translateX(-70%) translateY(-50%);
    -ms-transform: translateX(-70%) translateY(-50%);
    transform: translateX(-70%) translateY(-50%);
    cursor: pointer;
}input.slideOutInput[type="text"] {
    border-radius: 15px;
    font-size: 15px;
    line-height: 1.4;
    height: auto;
    border: none;
    padding: 10px 25px;
    margin-bottom: 10px;
    box-shadow: none !important;
    background: #ffffff;
    color: #000000;
    font-weight: normal;
}.custom-slide-out-form input[type="text"]::placeholder, .custom-slide-out-form .contactForm textarea::placeholder {
    color: #000000;
}.custom-slide-out-form .contactForm textarea {
    width: 100%;
    border-radius: 15px;
    line-height: 1.4;
    border: none;
    box-shadow: none !important;
    background: #ffffff;
    color: #000000;
    font-weight: normal;
    padding: 10px 25px;
    font-size: 15px;
    height: 100px;
    margin-bottom: 10px;
}.custom-slide-out-form .contactForm .captchaWrapper {
    border-radius: 15px;
    font-size: 15px;
    line-height: 1.4;
    height: auto;
    border: none;
    box-shadow: none !important;
    background: #ffffff;
    color: #000000;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 5px 15px;
    min-height: 0;
}.custom-slide-out-form .contactForm .captchaWrapper input {
    border: none;
    box-shadow: none;
    display: inline-block;
    width: auto;
    font-size: 15px;
    padding: 0 15px;
    margin: 0 0 0 30px;
    color: #000000;
}.custom-slide-out-form .contactForm .captchaWrapper img {
    max-width: 25%;
}.custom-slide-out-form .contactForm .captchaRefresh {
    vertical-align: top;
}.custom-slide-out-form .contactForm .submitWrapper {
    text-align: center;
    margin-top: 20px;
}.custom-slide-out-form .contactForm .submitWrapper button.submit {
    color: #ffffff;
    font-weight: normal;
    background: #2980B9;
    border: none;
    text-align: center;
    cursor: pointer;
    min-width: 200px;
    padding: 15px;
    border-radius: 10px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}.custom-slide-out-form .contactForm .submitWrapper button.submit:hover {
    box-shadow: 0px 25px 40px 0px rgba(28, 28, 28, 0.2);
    -moz-transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
/* END SLIDE OUT FORM */            
.phone-wrapper a:nth-child(1) {
    margin-top: 31px;
    display: inline-block;
}

.phone-wrapper a {
    color: #04742c;
    font-size: 26px;
    text-align: center;
    line-height: 1;
}

.margin-top {
    margin-top: 50px !important;
}

.review-button {
    padding: 15px 30px;
    color: #ffffff;
    background: #d10d0d;
    font-size: 20px;
    margin: 30px 0;
    display: inline-block;
}

.review-button:hover, .review-button:focus, .review-button:active {
    color: #ffffff;
    background: #e22323;
}

.slider-texture {
    background: url("https://schnelltreeservice.com/wp-content/themes/ui6/images/overlay.png");
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1200px;
}

.header-wrapper {
    border-top: 10px solid #04742C;
}

.top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
    background: #04742c none repeat scroll 0 0;
    color: #ffffff;
    line-height: 46px;
    padding: 15px 15px 0;
}

.top-bar-section li:not(.has-form) a:hover:not(.button) {
    background: #588F3C;
    color: #ffffff;
}

.theo {
    float: left;
    margin-right: 15px;
}

.logo {
    padding-bottom: 5px;
}

.top-bar-section .dropdown li:hover:not(.has-form) > a:not(.button) {
    background: #588F3C;
    color: #ffffff;
    padding: 15px 15px 0;
    border: none;
}

.top-bar {
    background: none;
    height: 60px;
}

.top-bar-section ul {
    float: right;
}

.top-bar-section ul li.active > a {
    background: none;
    color: #04742C;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #04742c;
    font-size: 11px;
    line-height: 46px;
    padding: 15px 15px 0;
}

.top-bar-section ul li:hover:not(.has-form) > a {
    background: #588F3C;
    color: #ffffff;
}

.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    background: none repeat scroll 0 0 #ffffff;
    color: #04742C;
    border: none;
}

.top-bar .top-bar-section ul li {
    margin: 0;
    background: none;
}

.top-bar .top-bar-section ul li a {
    color: #04742C;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.top-bar-section .has-dropdown > a::after {
    border-color: #588F3C transparent transparent;
    top: 60%;
}

.company-details-wrapper {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 2px solid #04742c;
    float: left;
    padding: 0 6px;
    width: auto;
    z-index: 10;
}

.contact-phone-wrapper .contact-phone.phone {
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 60px;
    margin: 0;
}

.header-company-serviceorder {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 32px;
    margin: 0;
}

.header-company-title a {
    color: #252525;
    float: left;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 40px;
    font-weight: lighter;
    line-height: 52px;
    margin: 0;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

ul[id*="slider-"], ul[id*="slider-"] li {
    list-style: outside none none;
    margin: 0;
    max-width: 100%;
    width: 100% !important;
}

.slider-wrapper {
    height: 700px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider-wrapper ul[id*="slider-"] {
    height: 800px;
    z-index: -10;
}

.slider-wrapper .rhino-container {
    position: absolute !important;
}

.slider-wrapper .rhino-container ul, .slider-wrapper .rhino-container ul li.rhino-item {
    min-height: 740px !important;
    min-width: 1920px;
    width: 100% !important;
}

.slider-inner-wrapper {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.slider-inner-wrapper .title-container {
    background: none repeat scroll 0 0 #ffffff;
    padding: 0 40px;
}

.slider-inner-wrapper .cta-header .button {
    margin: 0 0 50px;
    background: #ffffff;
    color: #04742C;
    border-top: 4px solid #04742C;
    font-family: "Open Sans",sans-serif;
    font-size: 25px;
    font-weight: normal;
    padding: 0 30px;
    line-height: 50px;
}

.slider-inner-wrapper .title-container h1 {
    border-bottom: 1px solid #04742C;
    line-height: 50px;
    margin: 10px 0;
}

.title-container {
    display: inline-block;
}

.title-container h1 {
    border-bottom: 1px solid #04742C;
    line-height: 50px;
    margin: 10px 0;
    color: #04742C;
    font-weight: bold;
}

.midbar-section {
    width: 100%;
    clear: both;
    padding: 50px 0;
    position: relative;
}

.midbar-section .midbar-icon .fa {
    clear: both;
    display: block;
    float: none;
    font-size: 70px;
    margin: 0 0 15px;
}

.midbar-section .midbar-icon {
    margin: 0 0 15px;
    position: relative;
}

.midbar-section .fa.fa-briefcase {
    color: #04742C;
}

.midbar-section .fa.fa-gears {
    color: #588F3C;
}

.midbar-section .fa.fa-clock-o {
    color: #04742C;
}

.midbar-section .large-4 {
    border-right: 1px solid #e2e2e2;
}

.midbar-section .large-4:last-child {
    border-right: none;
}

.midbar-content-small {
    display: block;
    margin: 0 auto;
    max-width: 320px;
    width: 100%;
}

.darker-wrapper {
    background: #fff none repeat scroll 0 0;
    clear: both;
    padding: 30px 0;
    width: 100%;
}

.lighter-wrapper {
    background: none repeat scroll 0 0 #ffffff;
    clear: both;
    padding: 30px 0;
    width: 100%;
}

ul.about {
    float: left;
    width: 240px;
}

.home-image > img {
    display: block;
    margin: 50px auto 0;
}

.icon-list li .fa {
    color: #588F3C;
    font-size: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.map-wrapper {
    position: relative;
    z-index: -1;
}

button, .button {
    background: #04742C;
    color: #ffffff;
    font-family: "Open Sans",sans-serif;
    font-size: 25px;
    font-weight: normal;
    padding: 0 30px;
    line-height: 50px;
}

button:hover, button:focus, .button:hover, .button:focus {
    background: #588F3C;
    border-color: #588F3C;
}

button.tiny, .button.tiny {
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
}

.accent-one {
    color: #04742C;
}

.gallery h2 {
    text-align: center;
}

#imageData #imageDetails {
    font-family: Open Sans;
    text-align: center;
    font-size: 14px;
}

.footer-wrapper {
    background: none repeat scroll 0 0 #04742C;
    padding: 50px 0;
    width: 100%;
}

.footer-wrapper p.contact-info, .footer-wrapper p.contact-phone, .footer-wrapper p.contact-fax, .footer-wrapper p.contact-email {
    color: #b3b3b3;
    font-family: "Open Sans",sans-serif;
    font-size: 25px;
    font-weight: lighter;
    margin: 3px 0;
}

.footer-wrapper p.contact-info br {
    display: none;
}

.footer-title {
    margin: 0 0 15px;
}

.footer-wrapper h3 {
    color: #f7f7f7;
    font-family: "Open Sans",sans-serif;
    font-size: 40px;
    font-weight: normal;
    margin: 0;
}

.footer-image {
    margin: 0 0 35px;
}

.footer-wrapper .contact-phone.phone {
    display: block;
    text-align: right;
}

.footer-wrapper .contact-fax.fax {
    display: block;
    text-align: right;
}

.footer-wrapper .contact-email.email {
    display: block;
    text-align: right;
    word-wrap: break-word;
}

.social-icons {
    text-align: right;
}

.social-icons .fa {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 7px;
    color: #272727;
    font-size: 27px;
    line-height: 40px;
    margin: 32px 11px 15px 0;
    text-align: center;
    width: 32px;
}

.social-icons .fa:hover {
    background: #588F3C;
}

.payments {
    line-height: 3;
}

.disclaimer {
    background: none repeat scroll 0 0 #171717;
}

.disclaimer .lnm-image img {
    margin: 15px 0 0;
    opacity: 0.2;
}

.disclaimer p {
    font-size: 12px;
    color: #f1f1f1;
    opacity: .2;
}

/* Default Template Styles */
body {
    font-family: "Calibri",sans-serif;
}

h1, h1 a {
    color: #3a3a3a;
    font-family: "Open Sans",sans-serif;
    font-size: 25px;
    font-weight: lighter;
    line-height: 1.27em;
    margin: 25px 0;
}

h2 {
    color: #3a3a3a;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin: 25px 0;
}

h3 {
    color: #3a3a3a;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: lighter;
    line-height: normal;
    margin: 25px 0;
}

h4 {
    font-family: "Open Sans", sans-serif;
    color: #3a3a3a;
    font-weight: lighter;
    font-size: 20px;
    line-height: normal;
    margin: 25px 0;
}

p {
    font-family: "Open Sans", sans-serif;
    color: #252525;
    font-weight: lighter;
    font-size: 14px;
    margin: 15px 0;
}

section ul li {
    font-family: "Open Sans", sans-serif;
    color: #252525;
    font-weight: lighter;
    font-size: 14px;
    margin: 5px 0;
}

ul {
    list-style-type: none;
    margin: 0;
}

.strip-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.red-text {
    color: #e11212;
    font-weight: bold;
}

.subnav {
    background: none repeat scroll 0 0 #e0e0e0;
    display: block;
    float: left;
    height: 80px;
    margin: 0 3px;
    padding: 20px 40px;
}

.about-right > span {
    clear: both;
    display: block;
    font-size: 65px;
    line-height: 1.5;
}

.about-right {
    font-family: open sans;
    font-size: 40px;
    font-weight: lighter;
    line-height: 1;
}

.row {
    margin: 0 auto;
    max-width: 75rem;
    width: 100%;
}

.contain-to-grid {
    background: none !important;
}

.contain-to-grid .top-bar {
    max-width: 75em;
}

.page-wrapper {
    max-width: 75rem;
    clear: both;
}

.footer-wrapper {
    width: 100%;
    font-family: "Calibri", sans-serif;
}

.footer-inner-wrapper {
    margin: 0 auto;
    padding: 25px 0 0 0;
}

.footer-inner-wrapper h1 {
    padding: 0 0 25px 0;
}

.contactForm {
    margin-top: 20px;
}

.contactForm label {
    font-weight: bold;
    display: block;
}

.contactForm input {
    width: 100%;
    padding: 3px;
    margin-bottom: 5px;
}

.contactForm textarea {
    width: 100%;
}

.contactForm .captchaWrapper {
    margin-top: 10px;
}

.contactForm .captchaRefresh {
    vertical-align: top;
}

.contactForm .submitWrapper {
    text-align: center;
    margin-top: 30px;
}

.emailConfirmation {
    margin: 0 auto;
}

.emailConfirmation h1 {
    color: #00CC00;
}

p.contact-title {
    font-family: "Calibri", sans-serif;
    color: #151515;
    font-size: inherit;
    margin: 15px 0;
}

p.contact-info, p.contact-phone, p.contact-fax, p.contact-email {
    font-family: "Calibri", sans-serif;
    color: #151515;
    font-size: inherit;
    margin: 15px 0;
}

.fc-header-left, .fc-header-center, .fc-header-right {
    clear: both;
    display: block;
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .top-bar-section li:not(.has-form) a:not(.button) {
        font-size: 12px;
    }

    .slider-inner-wrapper .cta-header .button {
        margin: 0 0 50px;
        background: #ffffff;
        color: #04742C;
        border-top: 4px solid #04742C;
        font-family: "Open Sans",sans-serif;
        font-size: 18px;
        font-weight: normal;
        padding: 0 30px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1050px) {
    .company-details-wrapper {
        position: relative;
        width: 100%;
    }

    .slider-wrapper {
        height: 500px;
    }

    .slider-wrapper .rhino-container ul, .slider-wrapper .rhino-container ul li.rhino-item {
        min-width: 1200px;
    }

    .map-wrapper #gmap2 {
        pointer-events: none;
    }

    .footer-wrapper p.contact-info a, .footer-wrapper p.contact-phone a, .footer-wrapper p.contact-fax a, .footer-wrapper p.contact-email a {
        color: #b3b3b3;
    }

    #lightbox, #outerImageContainer, #imageContainer, #lightboxImage, #imageDataContainer {
        height: auto !important;
        max-width: 100% !important;
    }

    #lightbox {
        position: fixed!important;
        top: 0!important;
    }

    #imageContainer > #hoverNav a {
        bottom: 20px;
    }

    #prevLink, #nextLink {
        height: 100% !important;
        width: 50%;
    }

    #nextLink {
        background: url("./images/next.png") no-repeat 100% 50% !important;
        opacity: .6;
    }

    #prevLink {
        background: url("./images/prev.png") no-repeat 0 50% !important;
        opacity: .6;
    }
}

@media only screen and (max-width: 736px) {
    .top-bar {
        height: 45px;
    }

    .top-bar .title-area {
        background: #04742C!important;
    }

    .top-bar.expanded .toggle-topbar a {
        color: #ffffff;
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 20px;
    }

    .header-wrapper .large-7 {
        padding: 0;
    }

    .top-bar-section .dropdown li.active:not(.has-form) > a:not(.button), .top-bar-section .dropdown li:hover:not(.has-form) > a:not(.button), .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:hover:not(.button), .top-bar-section li:not(.has-form) a:hover:not(.button), .top-bar-section ul li:hover:not(.active) > a {
        padding: 0 20px;
    }

    .map-wrapper #gmap2 {
        pointer-events: none;
    }

    .slider-wrapper {
        height: 397px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .slider-wrapper .rhino-container ul, .slider-wrapper .rhino-container ul li.rhino-item {
        min-width: 736px;
    }

    .slider-inner-wrapper .cta-header .button {
        margin: 0;
        width: 100%;
    }

    .slider-inner-wrapper .title-container {
        padding: 0;
        font-size: 20px;
        display: none;
    }

    .ajax-events {
        text-align: center!important;
    }

    .footer-wrapper .social-icons, .footer-wrapper .payments {
        text-align: center!important;
    }

    .footer-wrapper p.contact-info, .footer-wrapper p.contact-phone, .footer-wrapper p.contact-fax, .footer-wrapper p.contact-email {
        font-size: 16px;
        text-align: center!important;
    }

    .footer-wrapper p.contact-info a, .footer-wrapper p.contact-phone a, .footer-wrapper p.contact-fax a, .footer-wrapper p.contact-email a {
        color: #b3b3b3;
    }

    .disclaimer {
        text-align: center;
    }

    #lightbox, #outerImageContainer, #imageContainer, #lightboxImage, #imageDataContainer {
        height: auto !important;
        max-width: 100% !important;
    }

    #lightbox {
        position: fixed!important;
        top: 0!important;
    }

    #imageContainer > #hoverNav a {
        bottom: 20px;
    }

    #prevLink, #nextLink {
        height: 100% !important;
        width: 50%;
    }

    #nextLink {
        background: url("./images/next.png") no-repeat 100% 50% !important;
        opacity: .6;
    }

    #prevLink {
        background: url("./images/prev.png") no-repeat 0 50% !important;
        opacity: .6;
    }
}

