@charset "UTF-8";

/* CSS Document */

.service-box h2 {
    margin-top: 50px;
}
.hr {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.hr:before,
.hr:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #25933e;
}
.hr:before {
    margin-left: -50%;
    text-align: right;
}
.gallery .hr {
    margin: 0 auto;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
}
span.red {
    color: red;
}
.gallery img {
    border: 1px solid #25933e;
    margin: 10px;
}
.hr img {
    border: none;
}
.gallery h2 {
    margin-top: 0 !important;
}
body {
    font-family: "Open Sans";
}
.sidebar img {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #25933e;
}
.sidebar {
    padding-top: 20px;
}
.gallery-section {
    border-bottom: 1px solid;
}
.full .navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.full .navbar .navbar-collapse {
    text-align: center;
}
p {
    font-size: 14px;
    line-height: 25px;
}
ul {
    list-style: none;
    padding: 0;
}
.fr {
    float: right;
}
.gallery img.first {
    margin-left: 0;
}
.gallery h2 {
    margin-top: 10px;
}
.gallery {
    padding-top: 20px;
}
h2 {
    color: #25933e !important;
    font-size: 18px;
    font-weight: 400;
}
h1 {
    font-weight: 400;
    color: #25933e;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    font-size: 1.8em;
}
#services-container a {
    color: #25933e;
    text-decoration: none;
}
#image-header-container img {
    margin: 0 auto !important;
}
#image-header-container {
    margin-bottom: 45px;
}
.full .navbar-default {
    border: 0px !important;
}
.navbar {
    margin-bottom: 0;
}

/* =INTRO HEADER CONTAINER
----------------------------------------------- */

.full {
    width: 100% !important;
    border-bottom: 2px solid #fff;
}
.full #intro-header-container {
    border-bottom: 2px solid #fff;
}
#intro-header-container a {
    color: #fff;
}
#opening-container {
    margin: 0 auto;
    width: 75%;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
}
#intro-header-container {
    background-color: #000;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    border-bottom: 1px solid #fff;
}
#intro-header-container p {
    font-size: 15px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
#intro-header-container .intro-section {
    border-right: 1px solid #fff;
}

/* =MAIN IMAGE BACKGROUND CONTAINER
----------------------------------------------- */

#main-image-container {
    height: 1096px;
    background: url(../images/default/main-background-image.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media (max-width:1100px) {
    #main-image-container {
        height: 100%;
    }
    #opening-container {
        margin: 0 auto;
        width: 100%;
    }
}
@media (max-width:767px) {
    .navbar {
        margin: 0;
    }
}
.img-logo {
    margin-left: 25px;
}

/* =WELCOME CONTAINER
----------------------------------------------- */

@media (max-width:767px) {
    #welcome-container {
        margin-top: 90px;
        /* display:none; */
    }
    .intro-section {
        border: none !important;
    }
    .navbar .nav,
    .navbar .nav > li {
        float: none;
        margin: 0 !important;
        display: block !important;
    }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover {
        background-color: #196b2c;
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar-nav li:hover {
        background-color: #196b2c;
    }
    .navbar-nav li a:hover {
        color: #fff !important;
    }
/* -CC -
    .navbar {
        margin-bottom: 90px;
    }
*/
    .footer-col-4 {
        text-align: left !important;
    }
    .footer-col-3 {
        padding-top: 0 !important;
    }
    #footer-container .col-md-3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .service-box-content {
        height: 150px !important;
    }
    a.read-more {
        bottom: 50px !important;
    }
}
@media (max-width:991px) {
    #welcome-container h1 {
        display: none;
    }
    #welcome-container p {
        display: none;
    }
    #welcome-container {
        opacity: 0.6;
        position: absolute;
        top: 0px !important;
    }
    .img-logo {
        margin: 0 auto;
    }
    .intro-section {
        border: none !important;
    }
    .navbar .nav,
    .navbar .nav > li {
        margin-left: 12px !important;
        margin-right: 12px !important;
    }
    a.read-more {
        left: 4px !important;
        width: 95% !important;
        margin: 0 auto !important;
        display: block !important;
    }
    .service-box-content {
        height: 320px;
    }
    .footer-col-4 {
        text-align: left !important;
    }
    .footer-col-3 {
        padding-top: 0 !important;
    }
}
@media (min-width:992px) {
    .service-box-content {
        height: 210px;
    }
}
@media (max-width:1199px) {
    #opening-container {
        margin: 0 auto;
        width: 100%;
    }
    .footer-col-3 {
        padding-top: 25px;
    }
}
@media (min-width:1200px) {
    .footer-col-3 {
        font-size: 16px;
        padding-top: 0px;
    }
}
@media (max-width:1100px) {
    .footer-col-3 {
        font-size: 13px;
        padding-top: 50px;
    }
}

/* editted -CC- */

@media (max-width:991px) {
    #welcome-container {
        /* height:420px; */
    }
    #welcome-container {
        /* height: 300px; */
        /* margin-bottom: 110px; */
    }
}
#welcome-container {
    position: relative;
    /* top: 300px; */
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
@media all and (max-width: 768px) {
    #welcome-container {
        margin-bottom: 80px;
    }
    #welcome-container img {
        max-width: 33.33%;
        min-width: 160px;
    }
}
@media all and (min-width: 768px) and (max-width: 1100px) {
    #welcome-container {
        margin: 150px 0 250px;
    }
}
@media all and (max-width: 991px) {
    #welcome-container {
        opacity: 0.6;
    }
    #welcome-container img {
        display: block;
        margin: 0 auto;
    }
    #welcome-container .col-md-3 {
        width: 100%;
    }
    #welcome-container .col-md-9 {
        display: none;
    }
}
@media all and (max-width: 1100px) {
    #welcome-container {
        opacity: 0.8;
    }
}
@media all and (min-width: 1101px) {
    #welcome-container {
        top: 275px;
        margin-bottom: 600px;
    }
}

/* End editted -CC- */

#welcome-container p {
    font-weight: 700;
}
#welcome-container h1 {
    font-family: 'Lusitana', serif;
    font-weight: 400;
    font-size: 48px;
    margin-top: 80px;
    border: none;
    color: #3c3c3c;
}

/* =NAVIGATION BAR CONTAINER
----------------------------------------------- */

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar .nav,
.navbar .nav > li {
    margin-left: 25px;
    margin-right: 25px;
    float: none;
    display: inline-block;
    *display: inline;
    /* ie7 fix */
    *zoom: 1;
    /* hasLayout ie7 trigger */
    vertical-align: top;
}
.navbar-inner {
    text-align: center;
}
.navbar-default .navbar-nav > li > a {
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background: #196b2c;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
}
.navbar-default {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#289441+45,1f7833+100 */
    background: #289441;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0NSUiIHN0b3AtY29sb3I9IiMyODk0NDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWY3ODMzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #289441 45%, #1f7833 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #289441), color-stop(100%, #1f7833));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #289441 45%, #1f7833 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #289441 45%, #1f7833 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #289441 45%, #1f7833 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #289441 45%, #1f7833 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#289441', endColorstr='#1f7833', GradientType=0);
    /* IE6-8 */
    border: 2px solid #fff;
    border-radius: 0px;
    border-top: 1px solid #fff;
}

/* =SERVICE BOX CONTAINER
----------------------------------------------- */

@media (max-width:1199px) {
    #services-container .hr {
        display: none;
    }
}
@media (max-width:991px) {
    #services-container .col-md-6 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    #service-box-row-one {
        height: 100% !important;
    }
    #service-box-row-two {
        height: 100% !important;
    }
    #service-box-row-three {
        height: 100% !important;
    }
    #service-box-row-four {
        height: 100% !important;
    }
    #service-box-row-five {
        height: 100% !important;
    }
    #service-box-row-six {
        height: 100% !important;
    }
}
#service-boxes {
    /* margin-top:-250px; */
}
#services-container ul li {
    list-style: none;
}
#services-container ul {
    padding-left: 15px;
}
#service-box-row-one {
    height: 320px;
}
#service-box-row-two {
    height: 300px;
}
#service-box-row-three {
    height: 360px;
}
#service-box-row-four {
    height: 300px;
}
#service-box-row-five {
    height: 390px;
}
#service-box-row-six {
    height: 390px;
}
#service-box-container h2 {
    color: #fff !important;
}
#service-box-container {
    margin-bottom: 30px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0ee+0,bddeb0+74 */
    background: #f0f0ee;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc0JSIgc3RvcC1jb2xvcj0iI2JkZGViMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #f0f0ee 0%, #bddeb0 74%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0ee), color-stop(74%, #bddeb0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f0ee 0%, #bddeb0 74%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0f0ee 0%, #bddeb0 74%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f0f0ee 0%, #bddeb0 74%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f0f0ee 0%, #bddeb0 74%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f0f0ee', endColorstr='#bddeb0', GradientType=0);
    /* IE6-8 */
    border-top: 4px solid #9a8f80;
}

/*#felling-box{
	background:url(../images/home-service-blocks/felling-bg.png) no-repeat;
}*/

#dismantling-box {}
#reductions-box {}
#planting-box {}
#service-box-container h2 {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin: 20px 0 0;
    text-align: center;
}
.service-box-heading img {
    margin-top: -70px !important;
    margin: 0 auto;
}
.service-box-heading {
    background-color: #25933e;
    border: 1px solid #d2e9dc;
    padding: 30px 20px;
    padding-bottom: 20px;
    min-height: 100%;
}
@media (max-width:767px) {
    .navbar .nav,
    .navbar .nav > li {
        margin: 0 !important;
    }
    #service-box-container .col-md-3 {
        width: 100% !important;
        padding: 0;
    }
    .service-box {
        margin-top: 50px;
    }
}
#service-box-container .col-md-3 {
    width: 25%;
    padding: 0;
}
.service-box-content {
    background-color: #fff;
    padding: 10px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(237, 237, 237, 0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(237, 237, 237, 0.75);
    box-shadow: 0px 5px 5px 0px rgba(237, 237, 237, 0.75);
    margin-bottom: 20px;
}
a.read-more {
    -webkit-box-shadow: 0px -1px 5px 0px rgba(74, 74, 74, 0.75);
    -moz-box-shadow: 0px -1px 5px 0px rgba(74, 74, 74, 0.75);
    box-shadow: 0px -1px 5px 0px rgba(74, 74, 74, 0.75);
    left: 37px;
    position: absolute;
    bottom: 35px;
    background-color: #25933e;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    margin-top: 30px !important;
    display: block;
    width: 75%;
    margin: 0 auto;
}

/* editted -CC- */

@media all and (max-width: 767px) {
    #service-box-container .container {
        margin-top: -50px;
    }
}

@media all and (min-width: 768px) and (max-width: 1100px) {
    #service-box-container .container {
        margin-top: -106px;
    }
}

@media all and (min-width: 1101px) {
    #service-box-container .container {
        margin-top: -250px;
    }
}

/* End editted -CC- */


/* =FOOTER CONTAINER
----------------------------------------------- */

#footer-container a {
    color: #fff;
}
#footer-container {
    margin-top: 50px;
    background-color: #000;
    padding-top: 15px;
}
#footer-container ul li {
    line-height: 25px;
    color: #fff;
    text-transform: uppercase;
}

/* =COPYRIGHT CONTAINER
----------------------------------------------- */

#copyright-container {
    border-top: 2px solid #25933e;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
}
.dentons-footer > a {
    float: right;
    margin-left: 5px;
}
.footer-copyright {
    font-weight: 600;
    font-size: 11px;
    color: #fff;
}
.footer-first {
    font-weight: 700;
}
.footer-address-first {
    font-size: 14px !important;
}
span.nc {
    text-transform: none;
}
ul.navigation-list {
    letter-spacing: 2px;
}
.footer-right {
    text-align: right;
}
.footer-col-1 {
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 70px;
}
.footer-col-2 {
    margin-top: 38px;
    font-size: 12px;
    letter-spacing: 2px;
}
.footer-col-4 {
    padding-top: 32px;
    font-size: 14px;
    text-align: right;
}
.footer-col-1,
.footer-col-2 {
    margin-top: 70px;
}
.footer-col-4 {
    margin-top: 38px;
}

/* =FORMS
--------------------------------------------------------------------------------*/

.alpha {
    padding-left: 0;
}
.omega {
    padding-right: 0;
}
#contactus-form {
    padding-left: 0px;
    border: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#contactus-form fieldset {
    padding: 8px 0;
    border: 0;
    float: left;
    margin: 10px;
    margin-left: 0px !important;
}
#contactus-form h3 {
    margin: 10px 0 10px 0;
    color: #8755A1;
    text-transform: none;
    font-size: 2em;
    font-weight: 300;
}
#contactus-form p {
    padding: 0 0 10px 0;
    font-size: 12px;
}
#contactus-form label,
textarea,
select {
    display: block;
    padding-top: 3px;
    color: #555;
    font-weight: 400;
}
#contactus-form label {
    margin: 5px 5px 10px 0;
    text-align: left;
    width: 175px;
    padding-right: 5px;
    font-size: 12px;
}
#contactus-form input {
    display: block;
    height: 36px;
    width: 400px;
    border: 1px solid #ccc;
    font-size: 12px;
    font-weight: 400;
    padding: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#contactus-form textarea {
    width: 550px;
    height: 130px;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 7px;
    color: #555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#contactus-form input:hover,
#contactus-form textarea:hover,
#contactus-form select:hover {
    border: 1px solid #485fab;
}
#contactus-form input:focus,
#contactus-form textarea:focus {
    border: 1px solid #485fab;
}
#contactus-form p.disclaimer {
    font-size: 1em;
    color: #555;
    padding: 15px 30px 15px 0;
    line-height: 1.2em;
}
#contactus-form .submit {
    float: none;
    height: 39px;
    width: 112px;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em;
    margin: 15px 0 25px 0;
    background: #25933e;
    border: none;
}
#contactus-form .submit:hover {
    background-position: 0 -39px;
    cursor: pointer;
    border: none;
}
#contactus-form br {
    clear: left;
}
#contactus-form select {
    color: #666;
    margin: 0 5px 5px 0;
    border: 1px solid #d8d8d8;
    width: 175px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fefefe;
    padding: 5px 5px 5px 10px;
    font-size: 1.2em;
    font-weight: 300;
    float: left;
}
#contactus-form .checkbox {
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 15px 0 15px 0;
}
#contactus-form a {
    color: #019be1;
    font-weight: 300;
    text-decoration: none;
}
#contactus-form a:hover {
    color: #019be1;
    text-decoration: underline;
}
#contactus-form label.error {
    float: none;
    color: #485fab;
    padding-left: .5em;
    vertical-align: top;
    width: 250px;
}
.required-text {
    color: #485fab;
}
.recaptcha-block {
    height: 129px;
    overflow: hidden;
}

/* Sidebar */

.sub-nav-title h3 {
    color: #fff;
    font-size: 1.4em !important;
    margin: 0;
    font-weight: 400;
    padding: 12px 0 8px 10px;
    text-transform: uppercase;
}
.sub-nav-title h3 a {
    color: #fff;
}
.sub-nav-title {
    background: url("../images/default/title-green-bg.png") repeat-x scroll center top transparent;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0px;
}
.sub-nav-block {
    background: url("../images/default/gradient-feature-block-bg.png") repeat-x scroll center top #fff;
    border-bottom: 1px solid #eeeeee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    margin: 0px;
    padding-top: 5px;
}
#sub-nav li a {
    color: #25933e;
    display: block;
    font-size: 12px;
    line-height: 1.6em;
    margin: 10px 10px 10px 0;
    text-decoration: none;
}
#sub-nav {
    font-size: 1.1em;
    line-height: 1.4em;
    list-style-type: none;
    margin: 0 10px;
    padding: 0;
    text-transform: uppercase;
}
.heading-hr {
    border-color: #000;
}
span.highlight {
    color: #25933e;
    font-weight: 600;
}
.logos img {
    margin-top: 5px;
    margin-bottom: 5px;
}
#about-content h2 {
    margin-top: 50px;
}
ul {
    padding-left: 0 !important;
}
ul.services-list {
    list-style: disc;
    padding-left: 15px !important;
}
@media (max-width:1199px) {
    .footer-col-1,
    .footer-col-2 {
        margin-top: 95px;
    }
    .footer-col-4 {
        margin-top: 63px;
    }
    .service-box-content {
        height: 270px;
    }
    #welcome-container p {
        font-size: 13px;
    }
}
@media (max-width:1100px) {
    .footer-col-3 {
        padding-top: 25px;
    }
}
@media (max-width:991px) {
    .service-box-content {
        height: 330px;
    }
    .footer-col-1,
    .footer-col-2 {
        margin-top: 20px;
    }
    .footer-col-4 {
        margin-top: 0;
    }
}
@media (max-width:767px) {
    .service-box-content {
        height: 200px !important;
    }
}
/* editted -CC- */
body {
    min-width: 300px;
}
/* End editted -CC- */
