a:link,
a:visited {
    text-decoration: none;
    color: #000;
}

a:hover,
a:active {
    color: gray;
}

p,
li {
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 26px;
}

ul li {
    color: #4f4d47;
    margin: 0 0 8px 0;
    font-size: 16px;
}
a.button {
    background: #4f4d47;
    color: white;
    display: inline-block;
    padding: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    font-size: 26px;
    font-weight: normal;

    margin: 15px 0;
    color: #4f4e47;
}

img {
    max-width: 100%;
}

.mainheading {
    font-size: 30px;
    text-transform: uppercase;
    padding: 20px 0;
    position: relative;
    left: -20px;
    margin: 0;
}

.subheading {
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px 0 0 20px;
    color: #4f4d47;
}

body {
    background-color: #fff;
    background-image: url(images/shattered.png);
    margin: 0;
    text-align: center;
    color: #000;
    font-family: "Merriweather", serif;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    text-align: left;
    position: relative;
    background-color: none;
    /*box-shadow:0px 2px 10px #4F4D47;*/
}

#header {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
    /*background-image:url(images/header.png);*/
}

#logo {
    width: 100%;
    margin: 20px 0;
}

#logo img {
    text-align: center;
}

#nav {
    position: relative;
    text-align: center;
    background-image: url("images/greybg.png");
}

#nav ul {
    margin: 0;
    padding: 10px;
}

#nav ul li {
    display: inline;
    padding: 0 0 0 20px;
    font-size: 12px;
    text-transform: uppercase;
}

#nav a:link,
#nav a:visited {
    text-decoration: none;
    color: #ebebeb;
}

#nav a:hover,
#nav a:active {
    color: #4f4d47;
}

#menu-expand {
    display: none;
    font-size: 30px;
}

#menu-expand i {
    line-height: 46px;
    color: white;
    cursor: pointer;
}

#menu-expand i:hover {
    color: #4f4d47;
}

/*FOR DROPDOWN*/
#navlist {
    margin: 0;
    padding: 0;
}

#navlist li {
    list-style: none;
    float: left;
}

#navlist li a {
    display: block;
    margin: 0 1px 0 0;
    padding: 0;
    text-decoration: none;
}

#navlist div {
    position: absolute;
    visibility: hidden;
    margin: 5px 0 0 0;
    padding: 0;
    background: #ffffff;
    width: auto;
    border: 1px solid #8f8f8f;
    z-index: 121;
    color: #545454;
}

#navlist div a {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    background: #ffffff;
    font-size: 12px;
}

#navlist div a:hover {
    background: #b6cc81;
    color: #fff;
}
/*END DROPDOWN*/

#phone-mobile {
    display: none;
    text-align: center;
    font-size: 20px;
    padding: 10px 0 20px 0;
    color: #4f4d47;
}

#main {
    position: relative;
    padding: 20px 0;
    width: 100%;
    margin: 20px auto;
    background: #4f4d47;
}

#main p {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.inside {
    padding: 20px;
}
.inside ul {
    padding-left: 20px;
}

.inside ul li {
    margin-bottom: 0;
}
.inside-wrapper {
    width: 70.5%;
    float: left;

    background-image: url("images/grey_op.png");
}

.insidetext {
    width: 100%;
}

.insidetext p {
    color: #4f4d47;
    /* padding: 0 20px; */
}

.contactbox {
    float: right;
    width: 180px;
    padding: 10px;
}

.contact label {
    color: white;
}

#promo {
    position: relative;
}

#arrow {
    top: -100px;
    position: absolute;
    right: -56px;
    z-index: 999;
}

#arrowl {
    position: absolute;
    left: -42px;
}

#arrowr {
    position: absolute;
    right: -42px;
}

#callus {
    float: right;
    width: 140px;
    background: white;
    border: 2px solid #959591;
    margin: 20px 0 0 0;
    padding: 8px;
    box-shadow: 0px 0px 8px #696969;
}

#callus p {
    margin: 0;
    padding: 0;
    font-size: 17px;
}
.gray-section {
    background-image: url(images/grey_op.png);
    padding: 20px;
}
.gray-section.dark {
    background-image: none;
    background-color: #4f4d47;
    color: white;
}
.gray-section :first-child {
    margin-top: 0;
}
.gray-section :last-child {
    margin-bottom: 0;
}
p.request-quote-title {
    text-align: center;
    font-size: 18px;
    color: #fff;
}
#homeboxes {
    position: relative;
    height: 350px;
    width: 100%;
    background-image: url("images/arrowghost7.png");
    background-position: top center;
}

#homeboxes h2 {
    font-size: 26px;
    text-transform: uppercase;
    color: white;
    text-shadow: 2px 2px #4f4d47;
    font-weight: bold;
    padding: 10px;
    margin: 0;
}

#homeboxes p {
    color: #fff;
    font-size: 14px;
    padding: 10px;
}

.services-small-screen {
    display: none;
    position: relative;
}
.box-small {
    margin: 20px 10px;
    box-shadow: 2px 2px 2px grey;
}
.box1-small {
    background-image: url("images/landscaping-back.jpg");
}
.box2-small {
    background-image: url("images/hardscaping-back.jpg");
}
.box3-small {
    background-image: url("images/fencing-img/fence-bg.jpg");
}
.box4-small {
    background-image: url("images/snow-back.jpg");
}
#servicelabels-small {
    max-width: 1080px;
    margin: 0 auto;
}

#servicelabels-small h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: white;
    text-shadow: 1px 1px #4f4d47;
    font-weight: bold;
}

#servicelabels-small h2:hover {
    color: #d1d2d1;
}

#servicelabels-small p {
    color: #fff;
    font-size: 12px;
}

#servicelabels-small a {
    color: white;
}

#servicelabels-small a:hover {
    color: #d1d2d1;
}

.small-box-text {
    background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
}

.services {
    position: relative;
    width: 1245px;
    margin: 0 auto;
    background-image: url("images/services-2024.png");
    height: 350px;
}

#servicelabels {
    position: relative;
    margin: 0 auto;
    width: 1245px;
}

#servicelabels h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: white;
    text-shadow: 2px 2px #4f4d47;
    font-weight: bold;
    padding: 10px;
    margin: 0;
    text-align: center;
}

#servicelabels a {
    color: white;
}

#servicelabels h2:hover,
#servicelabels a:hover {
    color: #d1d2d1;
}

#servicelabels p {
    color: #fff;
    text-shadow: 1px 1px #4f4d47;
    font-size: 12px;
    padding: 10px 30px;
}

.box1 {
    position: absolute;
    top: 100px;
    left: 130px;
    width: 270px;
}
.box2 {
    position: absolute;
    top: 100px;
    left: 400px;
    width: 270px;
}
.box3 {
    position: absolute;
    top: 100px;
    left: 670px;
    width: 270px;
}
.box4 {
    position: absolute;
    top: 100px;
    left: 940px;
    width: 270px;
}

.butone {
    background-image: url("images/lawn.jpg");
}

.buttwo {
    background-image: url("images/hdesign.jpg");
}

.butthree {
    background-image: url("images/snow.jpg");
}

.gray {
    background: #959591;
}

.floatleft {
    float: left;
    margin: 0 10px 10px 0;
}

.floatright {
    float: right;
    margin: 0 0 10px 10px;
}

#footer {
    position: relative;
    padding: 20px;
    clear: both;
}

#footertext {
    position: relative;
}

#footertext p {
    font-size: 10px;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 17px;
}

#footer a:link,
#footer a:visited {
    text-decoration: none;
    color: #000;
}

#footer a:hover,
#footer a:active {
    color: gray;
}

.contactarrow {
    position: absolute;
    top: 44px;
    right: 0;
    background-image: url("images/arrow_gr_t.png");
    min-height: 100px;
    width: 320px;
}

.contactarrow h2 {
    text-align: center;
    color: #4f4d47;
    font-size: 20px;
    text-transform: uppercase;
    margin: 5px 0 0;
}

.contact-phone {
    background-image: url(images/greybg.png);
    display: none;
    text-align: center;
    padding: 10px;
}

.onepic {
    margin-bottom: 15px;
    text-align: center;
    display: block;
}

/* CONTACT */
.contact-wrapper {
    width: 29.5%;
    float: right;
    background: #4f4d47;
}
.contact {
    padding: 90px 10px 10px;
}

.contact p {
    padding: 0px;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
}

.contact ul li {
    list-style-type: none;
    width: 100%;
}

.contact ul {
    margin: 0;
    padding: 0;
    left: 0;
    width: 100%;
}

fieldset {
    border: 0;
    width: 100%;
    margin: 0;
    padding: 0;
}

label {
    text-align: left;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}

input:focus,
textarea:focus {
    border: 2px solid #99958b;
}

.formstyle {
    background-color: #fff;
    border: 1px solid #959591;
    width: 99%;
    margin-bottom: 10px;
}

.fulltext {
    background-color: #fff;
    border: 1px solid #959591;
    width: 99%;
    height: 60px;
    font-family: "Merriweather", serif;
}

textarea {
    font-size: 11px;
}

.submitbutton {
    border: none;
    margin-top: 10px;
    background-color: #77746b;
    color: #fff;
    padding: 5px 10px;
    font-family: "Merriweather", serif;
}

.submitbutton:hover {
    background: #99958b;
}

.formmessage {
    text-align: center;
}

.redtext {
    color: red;
    position: relative;
    top: 0;
    float: right;
    margin: 0;
    padding: 0;
}

.errorblurb {
    color: #f7e69b;
}

::selection {
    color: white;
    background: #4f4d47;
}
::-moz-selection {
    color: white;
    background: #4f4d47;
}

.clear {
    clear: both;
}

.landscaping {
    background-image: url("images/landscapinglrg.jpg");
    background-repeat: no-repeat;
}
/*.hardscaping {
	background-image:url('images/hardscapinglrg.jpg');
	background-repeat:no-repeat;
}*/

/* Hardscaping Page */
.slider-wrapper {
    margin: 10px;
}

.snow {
    background-image: url("images/snowlrg.jpg");
    background-repeat: no-repeat;
}
* {
    min-width: 0;
    min-height: 0;
}

@media screen and (max-width: 1200px) {
    .services {
        display: none;
    }
    #homeboxes {
        display: none;
    }
    .services-small-screen {
        display: block;
    }
}

@media screen and (max-width: 1080px) {
    #arrow {
        display: none;
    }

    #phone-mobile {
        display: block;
    }

    #logo {
        margin-bottom: 0;
    }

    .inside-wrapper {
        width: 100%;
    }
    .contact-phone {
        display: block;
    }
    .contact-wrapper {
        float: left;
        width: 100%;
    }
    .contact {
        margin: 10px;
        padding: 20px;
    }

    .contactarrow {
        display: none;
    }
}

@media screen and (max-width: 760px) {
    #nav ul li {
        display: block;
        display: none;
        padding: 0;
        list-style: none;
    }

    .nivo-main-image img {
        height: 400px !important;
    }
    #nav ul {
        padding: 0;
    }

    #menu-expand {
        display: block;
    }
}

@media screen and (min-width: 761px) {
    #nav ul li {
        display: inline !important;
    }
}
@media screen and (min-width: 1081px) {
    .flex-section {
        display: flex;
    }
    .flex-section > div {
        flex: 1;
    }
}

.flex-section,
.slick-container {
    min-width: 0; /* can be replaced by overflow: hidden */
}
.slick-dots li button:before {
    font-size: 25px;
}

.slick-dots {
    padding-left: 0 !important;
}
