/*--------------------Fonts-----------------------------------------------*/
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on September 15, 2016 */
@font-face {
    font-family: 'work_sanslight';
    src: url('worksans-light-webfont.woff2') format('woff2'),
         url('worksans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'work_sansregular';
    src: url('worksans-regular-webfont.woff2') format('woff2'),
         url('worksans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*--------------------Overall Site Style----------------------------------*/
body, html, .siteWrapper{
    height: 100%;
    margin: 0;
    font-family: 'work_sansregular';
}
.noScroll{
	height:100%;
	overflow:hidden;
}
img{
	max-width:100%;
}
/*--------------------Header----------------------------------------------*/
.headerWrapper {
	position: fixed;
	width: 100%;
	z-index: 1;
}
.headerWrapper .stack{
	display:none;
}
.stackWrapper {
	position: absolute;
	margin-left: 5%;
}
.headerStack{
	width:100px;
	height:100px;
}
.smallStack{
	width:65px;
	height:65px;
}
.headerLogoWrapper{
	background-color:#808080;
	height:5em;
}
.headerLogo{
	text-align: center;
}
.logo{
	width:220px;
	padding:1em;
}
.smallLogo{
	width:175px;
	padding:.5em;
}
.scrolled{
	height:3.25em;
}
.mobileMenuWrapper{
	display: block;
	position: fixed;
	top:5em;
	z-index: 2;
	width:100%;
	background-color: rgba(255,255,255, 0.5);
	min-height:55px;
	cursor: pointer;
}
.scrolledMobile{
	top:3.25em;
}
.mobileButtonStack{
	width:55px;
	height:55px;
}
.mobile{
	display: inline-block;
	text-align: center;
	width:50%;
	vertical-align: middle;
}
.mobile h3{
	color:#414141;
	font-size:1.5em;
	font-family: 'work_sanslight';
	margin:0;
	padding:0;
}
.mobileText{
	text-align: left;
}
.mobileListWrapper {
	display: none;
	text-align: center;
	z-index: 3;
	width: 100%;
}
.mobileListWrapper ul{
	list-style: none;
	margin:0;
	padding:0;
}
.mobileListWrapper li{
	border-top: 1px solid #414141;
}
.mobileListWrapper a{
	color:#414141;
	text-decoration: none;
}
.menuLink{
	cursor: pointer;
}
/*--------------------Slides----------------------------------------------*/
#poolside{
	background: url('../images/slides/1000/poolside-landscape-plant-hardscape.jpg');no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#residentialFront{
	background: url('../images/slides/1000/residential-front-landscape.jpg');no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#residentialBack{
	background: url('../images/slides/1000/residential-back-landscape.jpg');no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#pool{
	background: url('../images/slides/1000/pool-hardscape-planting-landscape.jpg');no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.owl-carousel {
    position: relative;
    height: 100%;
}
.owl-wrapper-outer{
    height:100%;
}
.owl-wrapper{
    height:100%;
}
.owl-item{
    height:100%;
}
.slideContent{
    height:100%;
}
/*--------------------Slide Navigation------------------------------------*/
.customNavigation{
    margin: 0 auto;
    position: absolute;
    top: 30%;
    width: 100%;
}
.customNavigation a{
    z-index: 3;
    position: absolute;
    display: block;
}
.customNavigation a.prev{
    left: 0;
}
.customNavigation a.next{
    right:0;
}
.next {
    border-right: 3px solid #353535;
    border-bottom: 3px solid #353535;
    width: 50px;
    height: 50px;
    transform: rotate(-45deg);
    margin-top: 8em;
    margin-right:2em;
}
.next:hover{
    border-right: 3px solid #670707;
    border-bottom: 3px solid #670707;
}
.prev {
    border-right: 3px solid #353535;
    border-bottom: 3px solid #353535;
    width: 50px;
    height: 50px;
    transform: rotate(135deg);
    margin-top: 8em;
    margin-left:2em;
}
.prev:hover{
    border-right: 2px solid #670707;
    border-bottom: 2px solid #670707;
}
/*--------------------Menu------------------------------------------------*/
.menuWrapper {
	z-index: 1;
	width: 100%;
	margin-top:-3em;
	position: relative;
}
.menu{
	display: none;
	text-align: center;
	background-color: rgba(255,255,255, 0.5);
	height: 2em;
	padding-top:1em;
}
.menu ul{
	list-style: none;
	padding:0;
	margin:0;
}
.menu li{
	display: inline;
	padding-top:1em;
	padding-left:2em;
	padding-right:2em;
}
.menu a {
	text-decoration: none;
	color: #414141;
}
.menu a:hover{
	color:#252525;
}
.stuck{
	position:fixed;
	top:6.25em;
}
/*--------------------Content---------------------------------------------*/
.contentWrapper{
	padding-top:3em;
}
.sectionWrapper, .aboutContentWrapper{
	margin:0 auto;
	color:#333333;
}
.sectionHeader{
	font-family: 'work_sanslight';
	text-align: left;
	text-align: center;
}
.sectionHeader h1, .sectionContent h2{
	padding-left:1em;
	padding-right:1em;
	margin-top:0;
}
.contentStack{
	width:100px;
	height:100px;
}
.sectionStackWrapper{
	position: relative;
	width:15%;
	margin-left:5%;
}
.sectionTop{
	vertical-align: top;
}
.text p, .textNarrow p{
	padding-left:2em;
	padding-right:2em;
}
.contentImages{
	text-align: center;
}
.sectionContent{
	padding-bottom:2em;
	padding-top:2em;
}
.contentImagesWide{
	text-align: center;
}
.mainList{
	list-style: none;
}
.text p{
	padding-left: 5em;
}
.text ul{
	padding-left:7em;
}
/*----------------------Contact Styling-----------------------------------*/
.contactWrapper {
	display: none;
	height: 100%;
	width: 100%;
	background: #FFFFFF;
	z-index: 3;
	position: absolute;
	top: 0;
}
.overLayClose, .thanksClose, .galleryClose{
	font-family: 'work_sanslight';
	font-size: 4em;
	cursor: pointer;
	position: absolute;
	right:.5em;
	color:#CACACA;
}
.galleryClose{
	top:0;
}
.overLayClose:hover, .galleryClose:hover{
	color:#333333;
}
.smallerOverLay{
	font-size: 3em;
}
.contact {
	margin: 0 auto;
	padding-top: 7em;
	max-width: 500px;
}
.contact h1, .contact h2, .contact h3 .phone{
	color: #808080;
}
.phone{
	text-decoration: none;
}
.pabInput {
	width: 88%;
	padding: .5em;
	margin-bottom: 2em;
	margin-left: 2%;
	margin-right: 2%;
}
.contactImageWrapper{
	width:100%;
	height:100%;
}
#contactImage{
	background: url('../images/green-landscape-outdoor-kitchen.jpg');no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width:100%;
    height:50%;
}
.submit{
    background-color: #7A9254;
    border: .10em #333333 solid;
    padding:1em;
    color:#CACACA;
    font-weight: lighter;
    width:175px;
}
.submitContainer{
    text-align: center;
    margin-bottom:2em;
}
.g-recaptcha {
    margin: 0 auto;
    max-width: 304px;
    display: block;
    margin-bottom: 2em;
    overflow: hidden;
}
/*----------------------About Styling-------------------------------------*/
.aboutWrapper {
	display: none;
	width: 100%;
	background: #FFFFFF;
	z-index: 3;
	position: absolute;
	top: 0;
}
.aboutContentWrapper, .thanksContent {
	padding-top: 8em;
	overflow: auto;
}
/*.aboutContent .contentImages img{
	padding-top:3em;
}*/
.aboutContent{
	overflow: hidden;
	margin-bottom: 3em;
}
.experienceWrapper{
	display: table;
	margin:0 auto;
	margin-bottom: 1em;
}
.leftExWrapper{
	width:2%;
	height:100%;
	display: inline-block;
	padding-top:1.5em;
}
.rightExWrapper{
	width:98%;
	height:100%;
	display: inline-block;
	background-color: #C7CEC9;
}
#leftEX1{
	height:26%;
	background-color: #400D40;
}
#leftEX2{
	height:26%;
	background-color: #693569;
}
#leftEX3{
	height:26%;
	background-color: #808282;
}
#leftEX4{
	height:26.2%;
	background-color: #ADAEAD;
}
.experience h1{
	padding-left:1em;
	font-size: 1.5em;
}
.experience ul{
	padding-left:3em;
	list-style: none;
}
.experienceImage{
	text-align: center;
}
.experienceImage img {
	max-width: 400px;
	padding-top: 2em;
}
.awardsLink{
	text-decoration: none;
	color:#333333;
}
/*----------------------Gallery Styling-----------------------------------*/
.gridWrapper {
	display: none;
	width: 100%;
	height:100%;
	background: #FFFFFF;
	z-index: 3;
	position: absolute;
	top: 0;
}
.gridContentWrapper{
  margin:0 auto;
  margin-top:96px;
  font-family: 'ralewaylight';
  background-color: #FFFFFF;
}
.gridImageWrapper{
	margin:2em;
	background-color: #400D3F;
}
.gridImage{
    opacity: 1;
}
.gridImage img{
	outline:transparent;
	-webkit-transition: .5s ease-in-out;
  	-moz-transition: .5s ease-in-out;
  	-o-transition: .5s ease-in-out;
 	 transition: .5s ease-in-out;
}
.gridText {
    margin: 0 auto;
    position: relative;
    margin-top: -60%;
    width: 70%;
    text-align: center;
    color:#FFFFFF;
    
}
.gridText h2{
  	font-weight: 100;
	border: 1px solid white;
	padding: 8px;
	font-size:1.2em;
	background-color: rgba(103, 103, 102, 0.55);
}
.grid{
  width:100%;
  height:0;
  padding-bottom:100%;
  float:left;
  background-color: #FFFFFF;
  cursor: pointer;
}
.visit{
	display: block;
    opacity:0;
    border: .075em #FFFFFF solid;
    padding: .5em;
    margin: 1em;
    font-weight: 100;
    background-color: rgba(103, 103, 102, 0.55);
    -webkit-transition: .5s ease-in-out;
  	-moz-transition: .5s ease-in-out;
  	-o-transition: .5s ease-in-out;
 	 transition: .5s ease-in-out;
}
.grid:hover .gridImage img{
    outline:6px solid #5B5B5B;
}
.grid:hover .visit{
    opacity:1.0;
}
/*.grid:hover .gridText{
    background: transparent;
}*/
.grid a{
	text-decoration: none;
}
.galleryDetailSlides, #gallerySlides{
    height:100%;
    text-align: center;
}
.slidesText {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	background: rgba(0, 0, 0, 0.60);
	font-family: 'work_sanslight';
	color: #CACACA;
}
.slidesText h1, .slidesText h2{
	font-size: .8em;
}
.gridDetailWrapper{
	height:100%;
	display: none;
}
img.galleryImage {
	max-height: 74%;
	margin-top: 80px;
}
/*----------------------Thanks Styling------------------------------------*/
.thanksWrapper {
	display: block;
	height: 100%;
	width: 100%;
	background: #FFFFFF;
	z-index: 3;
	position: absolute;
	top: 0;
	overflow:auto;
}
.thanksContent{
	margin:0 auto;
	max-width:800px;
}
.thanksContent p{
	text-align: center;
}
/*----------------------Responsive Queries--------------------------------*/
@media all and (min-width:600px){
	.sectionTop h1{
		margin-top:-3em;
	}
	.menu{
		display: block;
	}
	.headerWrapper .stack{
		display:block;
	}
	.mobileMenuWrapper{
		display: none;
	}
	.grid{
		width:50%;
		padding-bottom:50%;
	}
}
@media all and (min-width:900px){
	#residentialBack{
		background: url('../images/slides/1600/residential-back-landscape.jpg');no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	}
	#poolside{
		background: url('../images/slides/1600/poolside-landscape-plant-hardscape.jpg');no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	}
	#residentialFront{
		background: url('../images/slides/1600/residential-front-landscape.jpg');no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	}
	#pool{
		background: url('../images/slides/1600/pool-hardscape-planting-landscape.jpg');no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	}
	.sectionTop{
		display: inline-block;
		padding-bottom:1em;
		width:100%;
	}
	.sectionContent{
		display: inline-block;
		vertical-align: top;
	}
	.sectionContent.text{
		width:50%;
	}
	.
	.sectionContent.contentImages{
		width:50%;
	}
	.contentImages img{
		padding-left:1em;
		padding-right:1em;
	}
	.textNarrow{
		width:35%;
		padding-top:0;
	}
	.contentImagesWide{
		width:65%;
	}
	.left{
		float:left;
	}
	.right{
		float:right;
	}
	.grid{
		width:33.3%;
		padding-bottom:33.3%;
	}
	.sectionContent.contentImages {
	text-align: center;
	width: 50%;
	}
}
@media all and (min-width:1500px){
	#residentialBack{
		background: url('../images/slides/2200/residential-back-landscape.jpg');no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	}
	#poolside{
		background: url('../images/slides/2200/poolside-landscape-plant-hardscape.jpg');no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	}
	#residentialFront{
		background: url('../images/slides/2200/residential-front-landscape.jpg');no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	}
	#pool{
		background: url('../images/slides/2200/pool-hardscape-planting-landscape.jpg');no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	}
	.grid{
		width:25%;
		padding-bottom:25%;
	}
}
@media all and (min-width:2000px){
	#residentialBack{
		background: url('../images/slides/3000/residential-back-landscape.jpg');no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	}
	#poolside{
		background: url('../images/slides/3000/poolside-landscape-plant-hardscape.jpg');no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	}
	#residentialFront{
		background: url('../images/slides/3000/residential-front-landscape.jpg');no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	}
	#pool{
		background: url('../images/slides/3000/pool-hardscape-planting-landscape.jpg');no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	    background-repeat: no-repeat;
	    background-position: center center;
	}
	.grid{
		width:20%;
		padding-bottom:20%;
	}
}
@media all and (min-width:2600px){
	.grid{
		width:16.66%;
		padding-bottom:16.66%;
	}
}