/*RESET*/
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-decoration: none;
	outline: #333333;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

::-webkit-scrollbar {
    width:5px;
}
 
::-webkit-scrollbar-track {
    background:rgba(255,255,255,0.3);
}
 
::-webkit-scrollbar-thumb {
	background:#999;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    color: #333333;
    width: 100%;
    height: 100%;
    position: relative;
}


/*FONTS*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:700|Work+Sans:400');
strong {
    font-weight: bolder;
}

p,
li,
ol {
    font-size: 18px;
    line-height: 30px;
    margin: 30px auto;
    letter-spacing: 2px;
}

ul li {
    margin: 5px 0;
    margin-left: 25px;
}


/*COLORS*/
.black {
    color: #333333;
}
.tan {
    color: #b09931;
}
.white {
    color: white;
}


/*OBJECTS*/
button {
    display: inline-block;
    padding: 15px 20px;
    background: #333333;
    outline: none;
    -webkit-appearance: none;
    color: white;
    margin: 20px auto;
    border-radius: 40px;
    border: none;
    font-size: 18px;
    font-weight: 700;
}
button:hover,
button:focus {
    cursor: pointer;
    background: #333333;
    color: #333333;
}

.button {
    display: inline-block;
    padding: 15px 20px;
    background: #333333;
    outline: none;
    -webkit-appearance: none;
    color: white !important;
    margin: 20px auto;
    border-radius: 40px;
    border: none;
    font-size: 18px;
}
.button:hover,
.button:focus {
    cursor: pointer;
    background: #333333;
    color: #333333;
}

.review {
    width: 200px;
    height: 60px;
    position: fixed;
    right: -140px;
    bottom: 100px;
    z-index: 9000;
    background: #f4f4f4;
    padding: 0 10px;
    display: none;
}
.review:hover {
    right: 0;
}
.review img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.review p {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 0;
}

.alt {
    color: #333333;
    margin: 50px auto 0;
}
.alt span:hover,
.alt span:focus {
    color: #333333;
}

hr {
    border: none;
    margin: 50px auto;
    width: 100%;
    height: 1px;
    background: #ddd;
}

.logo {
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
    text-align: center;
    margin: 25px auto;
    text-transform: uppercase;
}
.logo span {
    font-size: 24px;
}

.footer-img {
	width: 100%;
    margin-bottom: -10px;
}


/*LINKS*/
a:link,
a:hover,
a:visited,
a:focus,
a:active {
    color: inherit;
	text-decoration: none;
}
a:link {
    color: #333333;
	text-decoration: none;
}
a:hover,
a:focus {
    color: #b09931;
	text-decoration: none;
}


/*DIVS*/
section {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
section.narrow {
    max-width: 1024px;
}

nav section {
    width: 90%;
    max-width: none;
    margin: 0 auto 10px;
    padding: 0;
    position: relative;    
}
nav button {
    display: none;
}
nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
}
nav ul li {
    display: inline;
    font-size: 21px;
    margin: 0 20px;
    padding: 0;
}
nav ul li a:link {
    color: #333333;
}
nav ul li a:hover,
nav ul li a:focus,
nav ul li.active {
    color: #b09931;
}

.banner-home {
    width: 100%;
    height: 400px;
    background: url(../images/banners/banner-home-2022.jpg) no-repeat center #333333;
    background-size: cover;
}
.banner-sub {
    width: 100%;
    height: 350px;
}
#about {
    background: url(../images/banners/banner-about-2022.jpg) no-repeat center #333333;
    background-size: cover;
}
#services {
    background: url(../images/banners/banner-services-2022.jpg) no-repeat center #333333;
    background-size: cover;
}
#work {
    background: url(../images/banners/banner-work-2022.jpg) no-repeat center #333333;
    background-size: cover;
}
#contact {
    background: url(../images/banners/banner-contact-2022.jpg) no-repeat center #333333;
    background-size: cover;
}

.slider {
    width: 100%;    
}
.slide-1 {
	background: url(../images/backgrounds/slide-1-2000.jpg) no-repeat center;
    background-size: cover;
}
.slide-2 {
    background: url(../images/backgrounds/slide-2-2000.jpg) no-repeat center;
    background-size: cover;
}
.slide-3 {
    background: url(../images/backgrounds/slide-3-2000.jpg) no-repeat center;
    background-size: cover;
}
.slider .item {
    position: relative;
    height: 700px;
}
.slider .item section {
    width: 100%;
    max-width: inherit;
    padding: 200px 100px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 71%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 71%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.slider .item section p {
    font-size: 3vw;
    line-height: normal;
}

.container-white {
    width: 100%;
    height: auto;
    padding: 100px 0;
    position: relative;
}

.container-slide {
    width: 100%;
    height: 75vh;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.container-slide .text {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 2000;
}
.container-slide .text h3 {
    color: white;
}
.container-slide .owl-carousel img {
    height: 100%;
}
.container-slide .alt {
	color: white !important;
}

.container-instagram {
	text-align: center;
    position: relative;
}
.container-instagram p {
	width: calc(20% - 1px);
    height: calc(50% - 2px);
    padding: 75px 25px;
    background: #eee;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.service-blocks {
	background: white;
    width: 90%;
    height: 600px;
    max-width: 1400px;
    margin: -100px auto 0;
    box-shadow: 0 0 25px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
}
.service-blocks ul {
    list-style: none;
}
.service-blocks ul li {
    margin-left: 0;
}
.service-blocks img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 5px solid white;
    background: white;
}

.service-blocks-new {
    width: 90%;
    max-width: 1400px;
    margin: -150px auto 0;
    position: relative;
    z-index: 100;
}
.cell-service-block {
    width: calc(50% - 20px);
    text-align: center;
}
.cell-service-block img {
    width: 100%;
    box-shadow: 0 30px 20px -20px rgba(0,0,0,0.1);
}
.cell-service-block:hover img {
    box-shadow: none;
}
.cell-service-block lord-icon {
    width: 80px;
    height: 80px;
    background: white;
    border-radius: 40px;
    margin: -40px auto 10px;
    box-shadow: 0 30px 20px -20px rgba(0,0,0,0.1);
}

.text-block {
	width: 50%;
    height: 100%;
    padding: 50px;
    background: white;
}

.group1 {
    background: url(../images/thumbs/landscaping.jpg) no-repeat center left;
    background-size: 50% auto;
    width: 66.66%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
}
.group1:hover {
    background-size: 55% auto;
}
.group1 .text-block {
	position: absolute;
    right: 0;
    top: 0;
}
.group1 img {
    position: absolute;
    left: -30px;
}

.group2 {
    background: url(../images/thumbs/construction.jpg) no-repeat center right;
    background-size: 50% auto;
    width: 66.66%;
    height: 300px;
    position: absolute;
    top: 300px;
    left: 0;
}
.group2:hover {
    background-size: 55% auto;
}
.group2 .text-block {
	position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}
.group2 img {
    position: absolute;
    right: -30px;
}

.group3 {
    background: url(../images/thumbs/lawn-maintenance.jpg) no-repeat center top;
    background-size: 100% auto;
    width: 33.33%;
    height: 600px;
    position: absolute;
    top: 0;
    right: 0;
}
.group3:hover {
    background-size: 105% auto;
}
.group3 .text-block {
	position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
    padding-top: 40px;
}
.group3 img {
    position: absolute;
    top: -30px;
}

.cell-service {
    width: 100%;
    margin: 50px 0;
}
.cell-service#landscaping {
    background: url(../images/thumbs/landscaping.jpg) no-repeat center left;
    background-size: auto 110%;
}
.cell-service#construction {
    background: url(../images/thumbs/construction.jpg) no-repeat center left;
    background-size: auto 125%;
}
.cell-service#lawn-maintenance {
    background: url(../images/thumbs/lawn-maintenance.jpg) no-repeat center left;
    background-size: auto 110%;
}
.cell-service#flooring-installation {
    background: url(../images/thumbs/flooring-installation.jpg) no-repeat center left;
    background-size: auto 110%;
}
.cell-service#renovations {
    background: url(../images/thumbs/renovations.jpg) no-repeat center left;
    background-size: auto 110%;
}
.cell-service#landscaping:hover,
.cell-service#construction:hover,
.cell-service#lawn-maintenance:hover,
.cell-service#flooring-installation:hover,
.cell-service#renovations:hover {
    background-size: auto 130%;
}
.cell-service .text-block {    
    width: 70%;
	margin-left: 30%;
    text-align: left;
    padding: 25px 0 25px 50px;
    position: relative;
}
.cell-service img,
.cell-service lord-icon {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    border: 5px solid white;
    background: white;
    position: absolute;
    left: -40px;
    top: 10px;
    box-shadow: 30px 0 20px -20px rgba(0,0,0,0.1);
}

footer {
    padding: 50px 0;
    background: url(../images/banners/footer-bg.jpg) no-repeat center #333333;
    background-size: cover;
    text-align: center;
}
footer p,
footer a:link {
    color: white;
}
footer a:hover,
footer a:focus {
    color: #b09931;
}
footer .cell {
    display: inline-block;
    vertical-align: middle;
    padding: 0 50px;
    text-align: left;
    width: 400px;
}
footer .cell:nth-child(4) {
    text-align: right;
    border-right: 2px solid white;
}
footer ul {
    list-style: none;
    margin-top: 50px;
}
footer ul li {
    display: inline;
    vertical-align: middle;
    color: white;
    padding: 0;
    margin: 0 3px;
}
footer .beard {
    height: 30px;
    transform: translateY(5px);
}
footer .fa {
    display: inline-block;
    width: 43px;
    height: 43px;
    color: white;
    font-size: 24px;
    border: 2px solid white;
    border-radius: 100%;
    padding: 7px 10px;
    margin: 0 5px 25px;
}
footer .fa:hover,
footer .fa:focus {
    color: #333;
    border: 2px solid #333;
}


/*FORM*/
form {
    width: 100%;
    max-width: 768px;
    position: relative;
    margin: 0 auto;
    text-align: left;
}
form label {
    display: none;
    font-size: 0;
}
form button {
    margin: 5px;
    padding: 0;
    background: transparent;
    color: #333333;
    font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 2px;
}
form button:hover,
form button:focus {
    background: transparent;
    color: #333;
}

input,
textarea {
    width: calc(50% - 10px);
    margin: 5px;
    padding: 20px;
    float: left;
    background: white;
    border: 2px solid #eee;
    border-radius: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    color: #333333;
    -webkit-appearance: none;
}
input:nth-child(6) {
    width: calc(100% - 9px)
}
input:hover,
input:focus,
textarea:hover,
textarea:focus {
    border-left: 2px solid #333333;
}

textarea {
    width: calc(100% - 9px);
    height: 150px;
    float: none;
    clear: both;
}

/*.grecaptcha-badge {
    position: absolute !important;
    bottom: -70px !important;
    left: 0 !important;
}*/


/*TABS*/
.tab {
    overflow: hidden;
}
.tab button {
    background: #f4f4f4;
    color: #333333;
    float: left;
    margin-right: 2px;
    border: none;
    border-radius: 0;
    outline: none;
    cursor: pointer;
    padding: 10px 20px;
    transition: 0.3s;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
}
.tab button img {
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
.tab button .icon {
    background: white;
    border-radius: 20px;
}
.tab button .icon-white {
    display: none;
}
.tab button:hover {
    background: #333333;
    color: white;
}
.tab button.active {
    background: #333333;
    color: white;
}
.tab button.active .icon-white {
    display: inline-block;
}
.tab button.active .icon-green {
	display: none;
}
.tabcontent {
    display: none;
    padding: 25x 0;
    text-align: left;
}


/*LIGTHBOX*/
.thumbnail {
	width: 20%;
    float: left;
    border: 3px solid white;
    cursor: pointer;
}
.thumbnail:hover {
    border: 3px solid #333333;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,0.9);
}
.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 960px;
    box-shadow: 0 0 50px rgba(0,0,0,0.9);
}
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 36px;
}
.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.mySlides {
    display: none;
    width: 100%;
}
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.demo {
  opacity: 0.6;
}
.active,
.demo:hover {
  opacity: 1;
}


/*MODIFIERS*/
.left {
    text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}

.ftlt {
    float: left;
}
.ftrt {
    float: right;
}
.clear {
    clear: both;
}

.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.heading {
    font-family: 'Roboto Slab', serif;
    font-size: 48px;
    margin-bottom: 50px;
}
.container-slide .heading {
    margin-bottom: 0;
}
.sub-heading {
    font-family: 'Roboto Slab', serif;
    font-size: 36px;
}
.cell-heading {
	font-family: 'Roboto Slab', serif;
	font-size: 21px;
}


/*MEDIA QUERIES*/
@media (max-width:1400px) {
    .service-blocks {
        height: 900px;
    }
    .service-blocks img {
        width: 60px;
        height: 60px;
        border-radius: 60px;
        border: 5px solid white;
        background: white;
    }

    .group1 {
        width: 100%;
    }
    .group2 {
        width: 100%;
    }
    .group3 {
        background: url(../images/thumbs/lawn-maintenance.jpg) no-repeat center left;
        background-size: 50% auto;
        width: 100%;
        height: 300px;
        position: absolute;
        top: 600px;
        left: 0;
    }
    .group3:hover {
        background-size: 55% auto;
    }
    .group3 .text-block {
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        width: 50%;
        padding-top: 50px;
    }
    .group3 img {
        position: absolute;
        top: auto;
        left: -30px;
    }
}


@media (max-width:1024px) {
    .logo {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    nav ul li {
        font-size: 18px;
    }
        
    .container-white {
        padding: 100px 0;
    }
    
    footer .cell,
    footer .cell:nth-child(4) {
        width: 100%;
        text-align: center;
        border: none;
    }
    footer ul {
        margin: 25px auto;
    }
}

@media (max-width:960px) {
    .container-instagram p {
        width: calc(25% - 1px);
        height: calc(50% - 2px);
    }
}


@media (max-width:768px) {
    .logo {
        font-size: 3vw;
    }
    
    nav ul li {
        font-size: 16px;
        margin: 0 7px;
    }    
    nav ul li span {
        display: none;
    }
    
    .banner-home {
        height: 50vh;
    }
    .banner-sub {
        height: 250px;
    }
    
    .container-white {
        padding: 50px 0;
    }
    
    .service-blocks {
        height: auto;
        padding: 25px;
    }
    .service-blocks img {
        position: relative;
        width: 80px;
        height: 80px;
        border-radius: 80px;
        left: auto;
        right: auto;
    }

    .cell-service-block {
        width: 100%;
        margin-bottom: 50px;
    }
    
    .group1,
    .group2,
    .group3 {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        background: white;
        height: auto;
    }
    .group1 .text-block,
    .group2 .text-block,
    .group3 .text-block {
        position: relative;
        width: 100%;
        -webkit-transform: none;
        transform: none;
        text-align: center;
        padding: 25px 0;
        margin: 0;
    }
    
    .cell-service#landscaping {
        background: url(../images/thumbs/landscaping.jpg) no-repeat center top;
        background-size: 100% auto;
        padding-top: 250px;
    }
    .cell-service#construction {
        background: url(../images/thumbs/construction.jpg) no-repeat center top;
        background-size: 100% auto;
        padding-top: 250px;
    }
    .cell-service#lawn-maintenance {
        background: url(../images/thumbs/lawn-maintenance.jpg) no-repeat center top;
        background-size: 100% auto;
        padding-top: 250px;
    }
    .cell-service#landscaping:hover,
    .cell-service#construction:hover,
    .cell-service#lawn-maintenance:hover {
        background-size: 110% auto;
    }
    .cell-service .text-block {    
        width: 100%;
        margin-left: 0;
        padding: 25px 0;
    }
    .cell-service img {
        position: absolute;
        left: auto;
        right: 25px;
        top: -40px;
    }
    
    .tab button {
        padding: 10px;
        font-size: 12px;
    }
    .tab button img {
        width: 25px;
        height: 25px;
    }
    
    .thumbnail {
        width: 25%;
    }
    
    .container-instagram p {
        padding: 25px;
    }
}


@media (max-width:532px) {
    p,
    li,
    ol {
        font-size: 16px;
        line-height: 24px;
    }
    
    input,
    textarea,
    input:nth-child(6) {
        width: 100%;
        margin: 5px 0;
    }
    
    .logo {
        font-size: 7vw;
    }
    .logo span {
        display: none;
    }
    
    .thumbnail {
        width: 33.33%
    }
    
    .tab button span {
        display: none;
    }
    .tab button img {
        width: 40px;
        height: 40px;
    }
    
    .heading {
        font-size: 36px;
    }
    .sub-heading {
        font-size: 24px;
    }
    
    .container-instagram p {
        width: calc(33.33% - 1px);
        height: calc(33.33% - 2px);
    }

    footer ul li {
        display: block;
        margin-bottom: 10px;
    }
    footer ul li:nth-child(2) {
        display: none;
    }
}


@media (max-width:414px) { 
    /*nav button {
        display: block;
        -webkit-transition: none;
        transition: none;
        margin: 0;
    }
    nav ul {
        display: none;
        -webkit-transition: none;
        transition: none;
        margin-top: 10px;
        padding: 20px 0;
        width: 100%;
        text-align: center;
    }
    nav ul li {
        display: inline-block;
        width: 50%;
        margin: 0;
        float: left;
        font-size: 21px;
    }*/
}