@charset "UTF-8";

/*-- Reset --*/

* {
	padding:0;
	margin:0;
	outline:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* > :last-child { 
	margin-bottom:0;
}

img {
	width:100%;
	height:auto;
	display:block;
}

.clearfix::after {
	content:"";
	clear:both;
	display:table;
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, 
em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav,
object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt, u, ul, var, a img {
    background:transparent;
	border:0 none;
	outline:none;
	vertical-align:baseline;
	padding:0;
	margin:0;    
}


/*-- General --*/

html {
	background:#fff;
	max-width:100%;
	max-height:100%;
	overflow-x:hidden;
}

body {
	background:#fff;
	max-width:100%;
	max-height:100%;
	overflow-x:hidden;
	text-rendering:optimizeLegibility;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

h1 {
	font:600 70px/70px "quincy-cf", sans-serif;
	color:#fff;
}

h2 {
	font:600 55px/58px "quincy-cf", sans-serif;
	color:#70726f;
	margin:0 0 30px;
}

h3 {
	font:600 35px/40px "quincy-cf", sans-serif;
	color:#282728;
	margin:0 0 20px;
}

h3 span {
	color:#ff0000;
}

h4 {
	font:700 21px/28px "montserrat", sans-serif;
	text-transform:uppercase;
	color:#70726f;
	margin:0 0 10px 0;
}

h5 {
	font:300 21px/28px "montserrat", sans-serif;
	color:#ff0000;
	border-bottom:1px solid #80b741;
	padding:0 0 10px 0;
	margin:0 0 7px 0;
}

h5 span {
	font:800 24px/24px "quincy-cf", sans-serif;
	color:#e5d30d;
	display:inline-block;
	padding:6px 0 0 0;
	margin:0 15px 0 0;
}

p {
	font:400 22px/30px "montserrat", sans-serif;
	color:#6c6c6c;
	margin:0 0 30px;
}

a {
	text-decoration:none;
	color:#6c6c6c;
}

a.button {
	font:700 16px/16px "montserrat", sans-serif;
	text-transform:uppercase;
	color:#fff !important;
	background:#58c0dc;
	margin:0;
	padding:18px 30px 18px 30px;
	display:inline-block;
	transition:all 0.3s ease;
}

a.button:hover {
	background:#a1d13e;
}

nav .button {
	margin-left:30px;
}

hr {
	width:100%;
	height:1px;
	margin:60px 0 0 0;
	background:none;
	border:0;
}

.list {
	list-style:none;
}

.list li {
	font:300 21px/28px "montserrat", sans-serif;
	color:#6c6c6c;
	border-bottom:1px solid #d4d4d4;
	padding:0 0 10px 35px;
	margin:0 0 10px 0;
	position:relative;
}

.list li:last-child {
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;
}

.list li:before {
	content:"";
	width:20px;
	height:20px;
	background:url("../images/checkmark-darkgreen.svg") no-repeat 0 0 / 20px 20px;
	display:inline-block;
	position:absolute;
	top:5px;
	left:0;
}

.container {
	width:1500px;
	margin:0 auto;
	padding:110px 0;
	position:relative;
}

.no-padding-bottom {
	padding-bottom:0;
}

.center {
	text-align:center;
}

.flex {
	display:flex;
	flex-wrap:wrap;
}


/*-- Nav --*/

.logo {
	width:auto;
	height:80px;
	position:absolute;
	top:15px;
	left:40px;
}

nav {
	width:100%;
	height:110px;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:right;
	padding-right:40px;
}

nav ul {
	text-align:center;
	list-style:none;
}

nav ul li {
	display:inline-block;
}

nav ul li a {
	font:600 16px/16px "montserrat", sans-serif;
	text-transform:uppercase;
	color:#71726f;
	display:block;
	padding:20px 20px;
}

.badge {
	width:150px;
	position:absolute;
	top:20px;
	right:40px;
	rotate:15deg;
	z-index:500;
}


/*-- Headers --*/

header {
	height:650px;
}

#turf-installation header,
#about-us header,
#contact-us header {
	height:auto;
}

header .container {
	height:100%;
	position:relative;
	padding:0;
}

header h1 {
	width:100%;
	text-align:center;
	position:absolute;
	bottom:100px;
	left:0;
}

header #slide1 {
	width:100%;
	height:100%;
	background:url("../images/slide1.jpg") no-repeat center center / cover;
}

header #slide2 {
	width:100%;
	height:100%;
	background:url("../images/slide2.jpg") no-repeat center center / cover;
}

header #slide3 {
	width:100%;
	height:100%;
	background:url("../images/slide3.jpg") no-repeat center center / cover;
}

header #slide4 {
	width:100%;
	height:100%;
	background:url("../images/slide4.jpg") no-repeat center center / cover;
}

header #slide5 {
	width:100%;
	height:100%;
	background:url("../images/slide5.jpg") no-repeat center center / cover;
}


/*-- Flexslider --*/

.flexslider {
	background:none !important;
	border:0 !important;
	border-radius:0 !important;
	width:100%;
	height:100%;
	margin:0 !important;
	overflow:hidden !important;
}

.flexslider ul {
	width:100%;
	height:100%;
}

.flexslider ul li {
	width:100%;
	height:100%;
}

.flex-viewport {
	width:100% !important;
	height:100% !important;
}

.flex-control-nav {
	width: 100%;
    position: absolute;
    bottom: 40px;
    text-align: center;
    z-index:10;
}

.flex-control-paging li a {
	background: rgba(255, 255, 255, 0.5);
	box-shadow:none;
}

.flex-control-paging li a:hover {
	background: rgba(255, 255, 255, 0.9);
}

.flex-control-paging li a.flex-active {
	background: rgba(255, 255, 255, 0.9);
}

/* Home */


#home #featured-projects .photo1 {
	background:url("../images/featured-projects1.jpg") no-repeat center center / cover;
}

#home #featured-projects .photo2 {
	background:url("../images/featured-projects2.jpg") no-repeat center center / cover;
}

#home #featured-projects .photo3 {
	background:url("../images/featured-projects3.jpg") no-repeat center center / cover;
}


/* Our Services */

#our-services {
	background:#f8fbf0;
	text-align:center;
}

#our-services h2 {
	text-align:center;
}

.three-columns {
	justify-content: center;
}

.three-columns .col {
	width:440px;
	background:#fff;
	border:1px solid #e9ece2;
	position:relative;
	padding:50px 50px 100px 50px;
	margin:0 20px 40px 20px;
}

.three-columns .col:after {
	content:"";
	width:26px;
	height:43px;
	background:url("../images/services-box-logo.svg") no-repeat 0 0;
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-13px;
}


#about-us .two-columns {
	justify-content: center;
}

#about-us .two-columns .col {
	width:540px;
	background:#fff;
	border:1px solid #e9ece2;
	position:relative;
	padding:50px 50px 100px 50px;
	margin:0 20px 40px 20px;
}

#about-us .two-columns .col:after {
	content:"";
	width:26px;
	height:43px;
	background:url("../images/services-box-logo.svg") no-repeat 0 0;
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-13px;
}

#our-services h3 {
	color:#70726f;
}

#our-services .small {
	font-size:15px;
	line-height:20px;
	margin-top:-18px;
	margin-bottom:15px;
}


/*-- Our Founder --*/

#our-founder {
	min-height:500px;
	background:rgb(87,129,28);
	background:linear-gradient(180deg, rgba(87,129,28,1) 0%, rgba(64,108,11,1) 100%);
}

#our-founder .flex {
	align-items:center;
}

#our-founder h3,
#our-founder p {
	color:#fff;
}

#our-founder h3 {
	font-size:45px;
}

#our-founder p {
	font-size:24px;
	line-height:32px;
}

#our-founder .two-columns .col:nth-child(1) {
	width:-webkit-calc(100% - 400px);
	width:-moz-calc(100% - 400px);
	width:calc(100% - 400px);
	margin:0;
	padding:80px 80px 80px 200px;
}

#our-founder .two-columns .col:nth-child(2) {
	width:400px;
	height:100%;
	min-height:500px;
	background:url("../images/zach-nelson.jpg") no-repeat center center / cover;	
}


/*-- Featured Projects --*/

#featured-projects {
	padding-top:10px;
}

#featured-projects h2 {
	text-align:center;
	margin-bottom:40px;
}

#row .two-columns .col {
	width:50%;
}

#row1 {
	height:500px;
	padding-bottom:10px;
}

#row1 .col {
	width:100%;
	height:100%;
	padding:0 5px;
}

#row1 .col div,
#row1 .col .inner-col div {
	width:100%;
	height:100%;
}

#row1 .col:nth-child(1) {
	width:50%;
	padding-left:0;
}

#row1 .col:nth-child(2) {
	width:25%;
}

#row1 .col .inner-col {
	width:100%;
	height:50%;
}

#row1 .col .inner-col:nth-child(1) {
	width:100%;
	padding-bottom:5px;
}

#row1 .col .inner-col:nth-child(2) {
	width:100%;
	padding-top:5px;
}

#row1 .col:nth-child(3) {
	width:25%;
	padding-right:0;
}

#row2 {
	height:500px;
	padding-bottom:10px;
}

#row2 .col {
	width:100%;
	height:100%;
	padding:0 5px;
}

#row2 .col div {
	width:100%;
	height:100%;
}

#row2 .col:nth-child(1) {
	width:25%;
	padding-left:0;
}

#row2 .col:nth-child(2) {
	width:25%;
}

#row2 .col .inner-col {
	width:100%;
	height:50%;
}

#row2 .col .inner-col:nth-child(1) {
	width:100%;
	padding-bottom:5px;
}

#row2 .col .inner-col:nth-child(2) {
	width:100%;
	padding-top:5px;
}

#row2 .col .inner-col .inner-col2 {
	width:50%;
	height:100%;
}

#row2 .col .inner-col .inner-col2:nth-child(1) {
	padding-right:5px;
}

#row2 .col .inner-col .inner-col2:nth-child(2) {
	padding-left:5px;
}

#row2 .col:nth-child(3) {
	width:50%;
	padding-right:0;
}

#featured-projects .photo1 {
	background:url("../images/featured-projects1.jpg") no-repeat center center / cover;
}

#featured-projects .photo2 {
	background:url("../images/featured-projects2.jpg") no-repeat center center / cover;
}

#featured-projects .photo3 {
	background:url("../images/featured-projects3.jpg") no-repeat center center / cover;
}

#featured-projects .photo4 {
	background:url("../images/featured-projects4.jpg") no-repeat center center / cover;
}

#featured-projects .photo5 {
	background:url("../images/featured-projects5.jpg") no-repeat center center / cover;
}

#featured-projects .photo6 {
	background:url("../images/featured-projects6.jpg") no-repeat center center / cover;
}

#featured-projects .photo7 {
	background:url("../images/featured-projects7.jpg") no-repeat center center / cover;
}

#featured-projects .photo8 {
	background:url("../images/featured-projects22.jpg") no-repeat center center / cover;
}

#featured-projects .photo9 {
	background:url("../images/featured-projects9.jpg") no-repeat center center / cover;
}

#featured-projects .photo10 {
	background:url("../images/featured-projects10.jpg") no-repeat center center / cover;
}

#featured-projects .photo11 {
	background:url("../images/featured-projects11.jpg") no-repeat center center / cover;
}

#featured-projects .photo12 {
	background:url("../images/featured-projects12.jpg") no-repeat center center / cover;
}

#featured-projects .photo13 {
	background:url("../images/featured-projects13.jpg") no-repeat center center / cover;
}

#featured-projects .photo14 {
	background:url("../images/featured-projects14.jpg") no-repeat center center / cover;
}

#featured-projects .photo15 {
	background:url("../images/featured-projects15.jpg") no-repeat center center / cover;
}

#featured-projects .photo16 {
	background:url("../images/featured-projects16.jpg") no-repeat center center / cover;
}

#featured-projects .photo17 {
	background:url("../images/featured-projects17.jpg") no-repeat center center / cover;
}

#featured-projects .photo18 {
	background:url("../images/featured-projects18.jpg") no-repeat center center / cover;
}

#featured-projects .photo19 {
	background:url("../images/featured-projects19.jpg") no-repeat center center / cover;
}

#featured-projects .photo20 {
	background:url("../images/featured-projects20.jpg") no-repeat center center / cover;
}

#featured-projects .photo23 {
	background:url("../images/featured-projects23.jpg") no-repeat center center / cover;
}


#testimonial {
    background:rgb(87,129,28);
    background:linear-gradient(180deg, rgba(87,129,28,1) 0%, rgba(64,108,11,1) 100%);
    
    margin-bottom:0;
}

#testimonial .flexslider {
	overflow:visible !important;
}

#testimonial .container {
	min-height:420px;
	position:relative;
	display:flex;
    align-items:center;
	padding:0 550px 0 0;
}

#testimonial h3 {
	font-size:50px;
	line-height:55px;
	text-align:right;
	color:#fff;
}

#testimonial h3.small {
	font-size:28px;
	line-height:35px;
}

#testimonial .flex-control-nav {
    width:1500px;
    position:absolute;
    bottom:40px;
    text-align:right;
    text-indent:-99999px;
    left:50%;
    margin-left:-750px;
    padding-right:550px;
}

#testimonial .flex-control-nav li a {
	text-indent:9999px
}

#testimonial img {
	width:450px;
	height:550px;
	position:absolute;
	top:50%;
	right:0;
	margin-top:-275px;
	border-radius:25px;
	box-shadow: 0 0 31px rgba(0, 0, 0, 0.4)  ; 
	-webkit-box-shadow: 0 0 31px rgba(0, 0, 0, 0.4)  ; 
	-moz-box-shadow: 0 0 31px rgba(0, 0, 0, 0.4)  ; 
}


/*-- About Us --*/

#about-us .photo1 {
	background:url("../images/featured-projects4.jpg") no-repeat center center / cover;
}

#about-us .photo2 {
	background:url("../images/featured-projects5.jpg") no-repeat center center / cover;
}

#about-us .photo3 {
	background:url("../images/featured-projects6.jpg") no-repeat center center / cover;
}

#about-us .photo4 {
	background:url("../images/featured-projects7.jpg") no-repeat center center / cover;
}

#about-us .photo5 {
	background:url("../images/featured-projects9.jpg") no-repeat center center / cover;
}

#about-us .photo6 {
	background:url("../images/featured-projects10.jpg") no-repeat center center / cover;
}

#about-us #projects {
	padding-top:10px;
}

#about-us h2 {
	text-align:center;
}


/*-- Turf Installation --*/

#turf-installation .photo1 {
	background:url("../images/featured-projects11.jpg") no-repeat center center / cover;
}

#turf-installation .photo2 {
	background:url("../images/featured-projects16.jpg") no-repeat center center / cover;
}

#turf-installation .photo3 {
	background:url("../images/featured-projects13.jpg") no-repeat center center / cover;
}

#turf-installation .photo4 {
	background:url("../images/featured-projects23.jpg") no-repeat center center / cover;
}

#turf-installation .photo5 {
	background:url("../images/featured-projects15.jpg") no-repeat center center / cover;
}

#turf-installation .photo6 {
	background:url("../images/featured-projects12.jpg") no-repeat center center / cover;
}

#turf-installation #intro {
	text-align:center;
}


#turf-installation .four-columns {
	justify-content: space-evenly;
	padding-top:60px;
}

#turf-installation .four-columns img {
	width:130px;
	margin:0 auto 20px auto;
}

#turf-installation .four-columns .col {
	width:25%;
	background:#fff;
	position:relative;
	text-align:center;
	padding:0 30px 0 30px;
	margin:0 0 40px 0;
}

#turf-installation .four-columns .col p {
	font-size:24px;
	line-height:32px;
}

#turf-installation #projects #row1 .col:nth-child(1) {
	width:33.3%;
	padding-left:0;
}

#turf-installation #projects #row1 .col:nth-child(2) {
	width:33.3%;
}

#turf-installation #projects #row1 .col:nth-child(3) {
	width:33.3%;
}

#banner {
	width:100%;
	display:block;
	background:#a1d13e;
	text-align:center;
	letter-spacing:0.05em;
	padding:20px;
	font:700 24px/28px "montserrat", sans-serif;
	text-transform:uppercase;
	color:#fff;
}

#home #banner {
	margin-bottom:100px;
}

#turf-samples {
	background:#f8fbf0;
	text-align:center;

}

#turf-samples h2 {
	text-align:center;
	position:relative;
}

#turf-samples h2:before {
	content:"";
	width:30px;
	height:50px;
	display:inline-block;
	background:url("../images/logo-mark.svg") no-repeat center center;
	margin-right:20px;
	position:relative;
	top:10px;
}

#turf-samples .six-columns {
	justify-content:center;
}

#turf-samples .col {
	width:16.667%;
	margin:0 0 30px 0;
}


/*-- Contact Us --*/

#contact-us .photo1 {
	background:url("../images/featured-projects18.jpg") no-repeat center center / cover;
}

#contact-us .photo2 {
	background:url("../images/featured-projects19.jpg") no-repeat center center / cover;
}

#contact-us .photo3 {
	background:url("../images/featured-projects14.jpg") no-repeat center center / cover;
}

#contact-us .photo4 {
	background:url("../images/featured-projects20.jpg") no-repeat center center / cover;
}

#contact-us .photo5 {
	background:url("../images/featured-projects21.jpg") no-repeat center center / cover;
}

#contact-us .photo6 {
	background:url("../images/featured-projects22.jpg") no-repeat center center / cover;
}

#contact-us #intro {
	text-align:center;
}

#contact-us .two-columns {
	justify-content:center;
	padding-top:0;
}

#contact-us .two-columns img {
	width:130px;
	margin:0 auto 20px auto;
}

#contact-us .two-columns .col {
	width:350px;
	background:#fff;
	position:relative;
	text-align:center;
	padding:0 30px;
	margin:0 0 40px 0;
}

#contact-us .four-columns .col p {
	font-size:24px;
	line-height:32px;
}


/*-- Gallery --*/

#gallery {
	/*background:#f8fbf0;*/
	text-align:center;
}

#gallery .container {
	padding-top:40px;
}

#gallery #testimonial .container {
	padding-top:0;
}

/*-- Fancybox --*/

.popup {
	background:#fff;
	width:1250px;
	padding:45px 5% 60px !important;
	border-top:solid 7px #ae132a;
	border-bottom:solid 7px #001641;
	display:none;
}

.popup .close {
	text-indent:-999999px;
	background:url("../images/icon-close.svg") center center no-repeat;
	background-size:40px;
	border:0;
	width:60px !important;
	height:60px !important;
    position:absolute;
    top:5px;
	right:5px;
	cursor:pointer;
}

.fancybox-content {
	border-radius:5px !important;
	overflow:hidden !important;
}

.fancybox-button--close {
	background:url("../images/icon-close-white.svg") center center no-repeat !important;
	background-size:40px !important;
	border:0 !important;
	width:65px !important;
	height:65px !important;
    position:absolute !important;
    top:0 !important;
	right:0 !important;
	cursor:pointer !important;
}

.fancybox-button--zoom,
.fancybox-button--thumbs {
	display:none !important;
}


/*-- Footer --*/

footer {
	background:#fff url("../images/footer-pattern.svg") repeat-x bottom center / 3800px 48px;
}

footer .container {
	padding-top:60px;
	padding-bottom:120px;
}

footer .col:nth-child(1) {
	width:20%;
}

footer img {
	width:230px;
}

footer .col:nth-child(2) {
	width:50%;
}

footer .col:nth-child(3) {
	text-align:right;
	width:30%;
}

footer h3 {
	margin:0 0 10px 0;
}

footer h4 {
	color:#70726f;
}