/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html,button,input,select,textarea {
    color:#222
}

html {
    font-size:1em;
    line-height:1.4;
	height:100%;
}

.img {
 max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
p{padding:10px;}
::-moz-selection {
    background:#b3d4fc;
    text-shadow:none
}

::selection {
    background:#b3d4fc;
    text-shadow:none
}

hr {
    display:block;
    height:2px;
    border:0;
    border-top:2px solid #fff;
    margin:1em 0;
    padding-bottom:20px;
	width:80%;
	text-align:center;
	margin: 0 auto;
}

audio,canvas,img,video {
    vertical-align:middle
}

fieldset {
    border:0;
    margin:0;
    padding:0
}

textarea {
    resize:vertical
}

/***********************************************************************************************/
/* GENERAL */
/***********************************************************************************************/
body {
    font:16px/1.5 'Raleway',Arial,sans-serif;
    color:#fff;
    margin:0;
    padding:0;
	height:100%;
}

h1 {
    font-size:50px;
    font-weight:300;
    text-align:center;
    font-weight:700;
}

span {
    color:#fff;
    font-weight:700;
}

h2 {
    font-size:35px;
    text-align:left;
	padding-left:10px;
	font-family: 'Cinzel', serif;
}

.h7 {
padding-top: 5px;
padding-bottom: 5px;
    font-size:35px;
    text-align:center;
	font-family: 'Cinzel', serif;
	margin:auto;
  margin-bottom: 10px;
}
.h71 {
padding-top: 5px;
padding-bottom: 5px;
    font-size:35px;
    text-align:center;
	font-family: 'Cinzel', serif;
	margin:auto;
}
.h72 {
padding-top: 5px;
padding-bottom: 5px;
    font-size:28px;
    text-align:center;
    color: #000000;
	font-family: 'Cinzel', serif;
	margin:auto;
}


h3 {
    font-size:26px;
    text-align:left;
}
h6 {
    font-size:18px;
	text-align:left;
}
h4 {
    font-size:22px;
    text-align:center;
}
h5 {
	font-size:20px;
    text-align:center;
}

/***********************************************************************************************/
/* Text Animation */
/***********************************************************************************************/
.ml9 {
 position: relative;
 font-weight: 200;

}

.ml9 .text-wrapper {
 position: relative;
 display: inline-block;
 padding-top: 0.2em;
 padding-right: 0.05em;
 padding-bottom: 0.1em;
 overflow: hidden;
}

.ml9 .letter {
 transform-origin: 50% 100%;
 display: inline-block;
 line-height: 1em;
 color: white;
   text-shadow: 2px 2px 4px #000000;
    font-size: 80px;
    font-family: 'Mukta', sans-serif;
    font-weight: bolder;

}
.ml9 .tag {
 transform-origin: 50% 100%;
 display: inline-block;
 line-height: 1em;
 color: white;
   text-shadow: 2px 2px 4px #000000;
   font-size: 26px;
font-family: 'Mukta', sans-serif;
}
.composition-wrapper{
  margin-top: 140px;
  color:#fff;
  text-align: center;
  height:460px;


}
/***********************************************************************************************/
/* HERO HOME IMAGE */
/***********************************************************************************************/
/* The outermost element*/
.header-wrapper {
  overflow: hidden;
  width:100%;
  height:600px;
  text-align:center;
}

.zoominheader {
  width:100%;
  height:600px;
  text-align:center;
  background: url(../images/HeroImages/ls31_2.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: none;
  background-position: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  /*-webkit-animation: zoomout 20s ease-in 1;
  animation: zoomout 20s ease-in 1;
  transition: all .5s ease-in-out;*/

  overflow: hidden;
}

/* The innermost element*/
.zoomoutheader {
  width:100%;
  height:600px;
  text-align:center;
  background: none;
  /*-webkit-animation: zoomout 20s ease-in 1;
  animation: zoomout 20s ease-in 1;
  transition: all .5s ease-in-out;*/
  overflow: hidden;
}

#heroimage{
  min-height:100%;
  position: relative;
  overflow: hidden;


    background-image: url(../images/HeroImages/ls31_2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: '';
    height: 90%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    will-change: transform;
    z-index: -1;

}
/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
  0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}
@keyframes zoomout {
    0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}/*End of Zoom out Keyframes */

/***********************************************************************************************/
/* ACCORDIAN */
/***********************************************************************************************/
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Montserrat:700);


.accordion {
  width: 100%;
  max-width: 1600px;
  height: 600px;
  overflow: hidden;
  margin:auto;
}

.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}

.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}

.accordion ul li div a {
  display: block;
  height: 600px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: Open Sans, sans-serif;
  transition: all 200ms ease;
}

.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.accordion ul li div a h2 {
 font-family:'Cinzel',serif;
  text-overflow: clip;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 160px;

}

.accordion ul li div a p {
	font-family:'Cinzel',serif;
  top: 160px;
  font-size: 22px;

}

.accordion ul li:nth-child(1) { background-image: url("../images/picH.jpg"); }

.accordion ul li:nth-child(2) { background-image: url("../images/picLS.jpg"); }

.accordion ul li:nth-child(3) { background-image: url("../images/picG.jpg"); }

.accordion ul li:nth-child(4) { background-image: url("../images/picLC.jpg"); }




.accordion ul:hover li { width: 8%; }

.accordion ul:hover li:hover { width: 60%; }

.accordion ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }

.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/***********************************************************************************************/
/* HEADER AND NAV */
/***********************************************************************************************/

#logo{
	float:left;
    z-index: 12;
	margin-top: -25px;
	margin-right:20px;
}
#logo2{
	text-align:center;
	background-color:#a1d0d8;
	width:100%;
	height:auto;
	display:none;
}
#topB{
	float:right;
    z-index: 13;
	padding-right:15px;
	margin-top:-100px;
}


.clearfloat{
	clear:both;
	margin:0;
	padding:0;
	height:0;
}
header {
    height:600px;
    padding:0px;

}

#tagline{
	font-family: 'Cinzel', serif;
	color:#fff;
	text-align: center;
	margin:auto;
	font-size:32px;
}

nav.main-nav {
    background:#173948;
    height:60px;
    border-bottom:6px solid #a1d0d8;
	 border-top:6px solid #a1d0d8;
	 padding-left:20px;
	z-index:12;

}
.phonelink {
  background-color:#a1d0d8;
  height:30px;
  margin-left: 290px;
  border-top-left-radius: 1em;
  border-bottom-left-radius:1em;
  z-index:13;

}
.phonelinklft {
  float: left;
  padding-left: 25px;
  padding-right: 30px;
}
.phonelinkrt {
  margin-left: 50px;
  padding-top: 4px;
  text-decoration: none;
}
nav.navphoto {
    background:#173948;
    height:70px;
    border-bottom:6px solid #a1d0d8;
	 border-top:6px solid #a1d0d8;
	 padding-left:20px;
	z-index:12;
	    position:fixed;
    top:0;
    width: 100%;

}
nav.navphoto a {
    font-family:'Cinzel',serif;
    font-size:18px;
    text-decoration:none;
    display:inline-block;
    padding:0px 19px ;
	padding-top:20px;
    color:#fff;
	padding-left:20px;

}
nav.navphoto a:hover {
	color:#009933;

}


nav.main-nav a {
    font-family:'Cinzel',serif;
    font-size:18px;
    text-decoration:none;
    display:inline-block;
    padding:0px 19px ;
    color:#fff;

}
nav.main-nav a:hover {
    color:#009933;

}

#nav.stickytop {
    position:fixed;
    top:0;
    width: 100%;
    z-index: 15;
}
#mobileMenu.stickytop {
    position:fixed;
    top:0;
    width: 100%;
    z-index: 15;
}

.container {
    display: inline;
    margin-left:10px;
	padding-top:10px;
	padding-bottom:10px;
  z-index: 15;


}
#imghide{
	display:block;
}
.noimage{
	display:none;
}


/***********************************************************************************************/
/* CONTENT */
/***********************************************************************************************/
.content {
    color:#fff;
    box-shadow: 0px -3px 4px #ccc;

}
.LSbg{
  background-color: #fff;
  padding-bottom:150px;
}
.phone{
		font-family: 'Cinzel', serif;
	font-size:20px;
	padding-left:150px;
	padding-top:20px;
	text-decoration:none;
}
.phone a{
	text-decoration:none;
}
.mobilePhone{
	float:left;
	font-size:12px;
	font-family: 'Cinzel', serif;
	padding:10px;
	margin-left:10px;
	margin-top:-280px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.mobilePhone a {
	text-decoration:none;
	color:#FFFFFF;
}
.mobilePhone a:hover {
	text-decoration:none;
	color:#a1d0d8;
}
.mobileshow, .mobileshowBB{display: none;}

#contTop{
	background: url(../images/cont1_upper.jpg) center repeat-y;
	background-size:cover;
	max-width:100%;
	height:30px;
}
#contBottom{
	background: url(../images/cont1_bottom.jpg) center repeat-y;
	background-size:cover;
	max-width:100%;
	height:50px;
}
#cont1{
	background: url(../images/cont1_center.jpg) center repeat-y;
  	background-size:cover;
	max-width:100%;
	height:auto;
	}
	.Prohead{
		font-family:"Tw Cen MT";

	font-size:24px;
	text-align:center;
	}
#sectionhead{
		font-family: 'Cinzel', serif;

	font-size:50px;
	text-align:center;
  color:#fff;
	}
	.info{
		text-align:center;
	}
	.Qform{
		padding-left:100px;
	}
	#Dbanner{
		background-color:#a1d0d8;
		z-index:2000;
	}
  #BBbanner{
		z-index:2000;
	}
  #readmore{
    display: none;
    border-radius: 8px;
      border: 1px solid #10caf9;
        box-shadow: 0 2px 10px #000;
        padding: 10px;
    }
	.rightC{
		float:left;
		padding:20px 20px 0px 40px;
		font-family:"Tw Cen MT";
	font-weight:bold;
	font-size:18px;
	background:url(../images/cont1_center.jpg) repeat-y center;
	}
	.contentMain{
		padding-left:30px;
		padding-top:30px;
	}

	#rightL, #rightLS, #rightHS{
	float:left;
	 width:50%;
      padding:20px;
  	 margin-left:10px;
  	 margin-right:10px;
	 min-width:250px;

	}
	#rightLS{
		color:#000000;
	}

	#LeftC{
		 float: left;
  	 width:40%;
      padding:20px;
  	 margin-left:30px;
	 min-width:250px;
	 overflow:hidden;


}
.form-group{
  text-transform:lowercase;
}
#footerPhone{
	width:100%;
	height:500px;
	bottom:0;
	background:#999999;
	text-align:center;
	font-family:'Cinzel',serif;
    font-size:12px;
	display:none;
	color:#FFFFFF;
  padding-top:10px;
	}
 #LeftHS{
	 background: #000;
		color:#FFF;
  	 width:100%;
      padding:20px 80px 20px 15px;
	 margin-left:80px;
	 font-size:18px;
	 font-weight:bold;
	    border-radius: 8px;
    border: 1px solid #55ee55;
    box-shadow: 0 2px 10px #000;
 }
	#LeftL{
    border-radius: 8px;
    border: 1px solid #10caf9;
    box-shadow: 0 2px 10px #000;
    display: none;
		width:100%;
		height:auto;
		padding:20px;
	}
	#gardencont{
	background: #c5b28a;
		color:#FFF;
  	 width:100%;
      padding:20px 80px 20px 15px;
	 margin-left:80px;
	 font-size:18px;
	 font-weight:bold;
	    border-radius: 8px;
    border: 1px solid #55ee55;
    box-shadow: 0 2px 10px #000;

	}
	#landscapecont{
	background: #a1d0d8;
		color:#FFF;
  	 width:100%;
      padding:20px 80px 20px 15px;
	 margin-left:80px;
	 font-size:18px;
	 font-weight:bold;
	     border-radius: 8px;
    border: 1px solid #55ee55;
    box-shadow: 0 2px 10px #000;

	}
	#landscapecont3d{
	background: #a1d0d8;
		color:#FFF;
  	 width:100%;
      padding-left:50px ;
	  padding-right:50px;
	 font-size:18px;
	 font-weight:bold;
	}
#div3d{display: none;
  border-radius: 8px;
  border: 1px solid #10caf9;
  box-shadow: 0 2px 10px #000;
  padding:20px;
  width: 100%;
}
	#lawncarecont{
	background: #8eb848;
		color:#FFF;
  	 width:100%;
      padding:20px 80px 20px 15px;
	 margin-left:80px;
	 font-size:18px;
	 font-weight:bold;
	    border-radius: 8px;
    border: 1px solid #55ee55;
    box-shadow: 0 2px 10px #000;

	}

	#LeftLS{
		overflow:hidden;
		  float: left;
		 width:40%;
      padding:20px;
  	 margin-left:30px;
		color:#000;
		min-width:250px;
	/*border-radius: 15px;
		background-color:rgba(0, 0, 0, 0.2);*/
	}


#LScont{
	background: #a1d0d8;
	margin:0;
	height:auto;
	padding-bottom:50px;

}

.innercont2{
	/*background-color:rgba(0, 0, 0, 0.2);*/
	margin:auto;
	padding-top:80px;
	/*border-radius: 25px;*/
	padding-bottom:30px;
	width:100%;
	color:#FFF;
}
.innercont3{
	/*background-color:rgba(255, 255, 255, 0.2);*/
	margin:auto;
	margin-top:80px;
	/*border-radius: 25px;*/
	padding-bottom:30px;
	width:100%;
	color:#FFF;
}
.innercont4{
	margin:auto;

	width:100%;
}
#LSsep{
	background:url(../images/LSsep.jpg) no-repeat center top;
	height:40px;
	width:100%;
}
#LCsep{
	background:url(../images/LCsep.jpg) no-repeat center top;
	height:40px;
	width:100%;
}
#GCsep{
	background:url(../images/GCsep.jpg) no-repeat center top;
	height:40px;
	width:100%;
}
#HSsep{
	background:url(../images/HSsep.jpg) no-repeat center top;
	height:40px;
	width:100%;
}
#LScont, #LCcont, #HScont, #GCcont, #Tcont{
	min-height: 100%;
}
#LCcont{
	background: #8eb848;
	margin:0;
	height:auto;
	padding: 50px 0 50px 0;
}
#Tcont{
	background: #a1d0d8;
	margin:0;
	height:auto;
	padding: 50px 0 50px 0;
}
#GCcont{
	background: #c5b28a;
	margin:0;
	height:auto;
	padding: 50px 0 50px 0;
}
#HScont{
	background: #000;
	margin:0;
	height:auto;
	padding: 50px 0 50px 0;
}

.content h2 {
    margin:0;
}
#bullits{
 margin:auto;
   width:100%;
   height:auto;
   border-radius: 5px;
    background-color:rgba(0, 0, 0, 0.1);
}
#typesOFwork{
	padding:20px;
	margin:auto;
	width:100%;
}
#GCbullits{
   float:left;
   width:auto;
}
.contactinfo{
	margin-left:30px;
}
#GCnewprod{
   width:100%;
   border-radius: 5px;
    background-color:rgba(0, 0, 0, 0.8);
	font-family: 'Cinzel', serif;
	color:#FFFFFF;
	padding:15px;
	text-align:left;
}
#test{
   margin:auto;
   background: #a1d0d8;
	width:100%;
	height:inherit;
	padding-bottom:40px;
}
.colT{
  /* float:left;
   width:40%; or 33.3% if you want to be more precise*/
   border:#f2ebcf thick solid;
   padding:20px;
   color:#000000;
   background:#CCC;
   margin-left:30px;
   border-radius: 15px;
   min-width:250px;
}
#Tbg{

}
.sig{
	font-family:"Arial Black", Gadget, sans-serif;
	color:#090;
	font-size:16px;
	text-align:right;
	padding-right:20px;
}
.sub{

	font-size:22px;
	font-weight:800;
	text-align:center;
	font-family: 'Cinzel', serif;
	color: #666;
}

.col{
   float:left;
   width:auto;
   padding-left:30px;/*or 33.3% if you want to be more precise*/
   color:#FFF;
   text-align:left;
   font-size: 22px;
}
.col a{
	color:#FFF;
}
#photo{
	display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    border: 1px solid #55ee55;
    box-shadow: 0 2px 10px #000;
}
.productsgrid{
  display: inline-grid;
  padding: 15px;
  margin-bottom: 30px;
  width: 25%;
}
.productsgrid h4 {
    font-size: 30px;
    margin: 0 0 1em;
    color: #fff;
    text-align: center;
		border-bottom: 1px solid #a1d0d8;
    /*border-bottom: 1px solid rgba(82, 80, 80, 0.25);*/
    padding-bottom: 5px;
    letter-spacing: 1px;
}
#photo6{
	display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    border: 1px solid #36b5fe;
    box-shadow: 0 2px 10px #000;
}

#photo2{
	display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
#photo4{
	display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 15%;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
#photo5{
	display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 20%;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
#photo3{
	display: inline-block;
    position: relative;
    width: 100%;
    margin-top: -100px;

}
#photoBB{
	display: inline-block;
    position: relative;
    width: 100%;
    margin-top:40px;

}
.constrian{
	width:25%;
	float:left;
	padding:10px;
	}
	.constrianP{
	width:85%;
	padding:10px;
  text-align: center;
  margin: auto;
	}
	.constrian4{
	width:50%;
	float:left;
	padding:10px;
	}
	.constrian2{
	max-width:800px;
	padding:10px;
	margin:auto;
	}
	.constrian3{
	width:100%;
	padding:10px;
	margin:auto;

	}
#Designimage{
	max-width:800px;
	padding:10px;
	margin:auto;
}
#photoCont{
	float:left;
	padding:30px;
	max-width: 100%;
    height: auto;
}
#photoBG{
	background:url(../images/GCphotoBG.jpg) no-repeat center;
	background-size:cover;
	max-width:100%;
	height:auto;
	padding-top:260px;
	padding-bottom:140px;
	 box-shadow: 1px 1px 2px 3px #000;
}
#photoLBG{
	background:url(../images/LCgrassBG.jpg) no-repeat center;
	background-size:cover;
	max-width:100%;
	height:auto;
	padding-top:260px;
	padding-bottom:140px;
	 box-shadow: 1px 1px 2px 3px #000;
}
#photoHSBG{
	background:url(../images/HSimgBG.jpg) no-repeat center;
	background-size:cover;
	max-width:100%;
	height:auto;
	padding-top:260px;
	padding-bottom:140px;
	 box-shadow: 1px 1px 2px 3px #000;
}
#photolandBG{
	background:url(../images/LSpicBG.jpg) no-repeat center;
	background-size:cover;
	max-width:100%;
	height:auto;
	padding-top:260px;
	padding-bottom:140px;
	 box-shadow: 1px 1px 2px 3px #000;
}
/***********************************************************************************************/
/* RESPONSIVE */
/***********************************************************************************************/

@media (max-width: 700px) {

 body { margin: 0; }
.phonelink{display:none;}
 .accordion { display:none; }
 .ml9 .letter {
     font-size:40px;

 }
 .ml9 .tag {

    font-size: 16px;

 }
 .LSbg{display:none;}
.composition-wrapper{height: 280px;}
 .accordion ul li,
 .accordion ul li:hover,
 .accordion ul:hover li,
 .accordion ul:hover li:hover {
   position: relative;
   display: table;
   table-layout: fixed;
   width: 100%;
   -webkit-transition: none;
   transition: none;
 }
.pagelinks{font-size: 10px;}
body .pagelinks{width: 100%; padding: 0px;}

 #topB{
   opacity:0.0;
 }
 .programtabs li{
     font-size:12px;
   }
   .mobileshow{display: block;
   background-color: #a1d0d8;
 width: 100%;
margin: auto;
text-align: center;
}
.mobileshowBB{display: block;
   background-color: #173948;
width: 100%;
margin: auto;
text-align: left;
padding: 15px;
}
   .mobileshow a:hover{opacity: .5;}
 .mobileshowBB a:hover{opacity: .5;}
 #lawncarecont,
 #landscapecont,
 #gardencont,
 #LeftHS{
    margin-left:20px;
   }
 .footCol3{
   display:none;
  }

 .accordion {height:0;}
 #cont1{
  display:none;
 }
 .innercont4{ color: #000; }
 .rightC{background-image: none;}
 #contTop, #contBottom{display: none;}
 .contentMainmob{padding: 10px; font-size: 15px;border-radius: 8px;
 background-color:rgba(255,255,255,0.8);}
 .mobilesize{font-size: 15px;}

  .col, h3{font-size: 18px;}
     nav.main-nav a {
        font-size:12px;
    }
    .agileits-services{display: none;}
    #Dbanner{display: none;}
    .mobilehide{display: none;}
    #photo3{margin-top: 0;}
    #testimonials {
      font: 12px/15px Arial,sans-serif;
      color:#222;
      margin:0 auto;
      width: auto;

    }
#test{
  height: auto;
}
.cust-quotes{width: auto;}

    nav.main-nav {
        height:auto;
		clear:both;
    }
    .container{
		margin-left:0px;
		z-index:1;

	}

  .form_quick,.TSform,.LCform,.form{width: 200px;}


}
.cont1.innercont4.rightC{padding:5px;}

@media (max-width: 1600px) {

    nav.main-nav a {
        font-size:14px;
    }
    body .imgGalMain{
      width: 65%;
    }

}

@media(max-width: 900px){
  body .photodisplay{
   margin:auto;
   width: 95%;
   padding: 0;

  }

  body div .applink{
    display: none;
  }
  body .imgGalMain{
    width: 100%;
  }
}
.contentMain{
  padding-left:20px;
  padding-right:20px;
}

@media (max-width: 1300px) {

    nav.main-nav a {
        font-size:12px;
    }
    .phonelink{margin:auto;}

    table .imgGal{
     margin:5px;
    }

    nav.main-nav {
		height:100px;

    }
    nav.main-nav ul{margin-top: 5px;}
    .container{
		margin-left:0px;
	}
  #contTS,#contLC,#contactus{position: relative;}
  #testimonials {
    font: 14px/20px Arial,sans-serif;
    color:#222;
    margin:0 auto;
    width:auto;

  }


}
/* CSS Document */
/***********************************************************************************************/
/* Testimonials */
/***********************************************************************************************/

.cust-quotes {
  margin: auto;
  width: 60%;
  height:100px;
  position:relative;
}

.cust-quotes blockquote {
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0px;
  font-size: 14px;
  text-align: center;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.5s ease-out 0s, transform 0.5s ease-in 0s;
}

/* IE < 10 fallback */
.no-csstransitions .cust-quotes blockquote,
.no-csstransforms .cust-quotes blockquote {
   position:relative;
}

.cust-quotes blockquote:first-child {
    opacity: 0;
    transform: translateY(-10px) scale(1.1);
}
.cust-quotes blockquote:first-child + blockquote {
    opacity: 1;
    z-index: 1;
    transition: opacity 1.6s ease 0s;
}
.cust-quotes blockquote p{
  font-size:24px;
  font-weight:normal;
  font-style:italic;
  color:#353535;
  line-height: 30px;
  margin-bottom: 10px;
}
.cust-quotes blockquote p:before {
   content: '\201C';
}
.cust-quotes blockquote p:after {
   content: '\201D';
}
.cust-quotes blockquote cite {
    text-align: center;
    font-size: 20px;
    color: #898989;
}
.cust-quotes blockquote cite a {
  font-size:20px;
  font-weight:normal;
}
.cust-quotes blockquote .workP{
	font-family: 'Cinzel', serif;
	color: #666;
	font-size:18px;
	float:left;
	text-align:left;
	padding-left:20px;
}



#testimonials {
  font: 14px/20px Arial,sans-serif;
  color:#222;
  margin:0 auto;
  width:90%;

}



/* CSS Document */
/***********************************************************************************************/
/* Pop up */
/***********************************************************************************************/

#popup{
    padding-top:80px;
}
.form{
    border-radius:2px;
    padding:20px 30px;
    box-shadow:0 0 15px;
    font-size:14px;
    font-weight:bold;
    width:350px;
    margin:20px 250px 0 35px;
    float:left;
}
.LCform{
    border-radius:2px;
    padding:20px 30px;
    box-shadow:0 0 15px;
    font-size:14px;
    font-weight:bold;
    width:350px;
    margin:20px 250px 0 35px;
    float:left;
}
.TSform{
    border-radius:2px;
    padding:20px 30px;
    box-shadow:0 0 15px;
    font-size:14px;
    font-weight:bold;
    width:350px;
    margin:20px 250px 0 35px;
    float:left;
}
.form_quick{
	    border-radius:2px;
    padding:20px 30px;
    box-shadow:0 0 15px;
    font-size:14px;
    font-weight:bold;
    width:250px;
    margin:auto;
	text-align:center;
}


input{
    width:100%;
    height:35px;
    margin-top:5px;
    border:1px solid #999;
    border-radius:3px;
    padding:5px;
}

input[type=button]{
    background-color:#123456;
    border:1px solid white;
    font-family: 'Fauna One', serif;
    font-Weight:bold;
    font-size:18px;
    color:#000;
    width:49%;
}
button.proofs{
    background-color:#0000ff;
    border:1px solid white;
    font-family: 'Fauna One', serif;
    font-Weight:bold;
    font-size:18px;
    color:#ffffff;
    width:49%;
    text-decoration:none;
}
button.proofs:hover{
	background:#8eb848;
	color:#fff;
}
textarea{
    width:100%;
    height:80px;
    margin-top:5px;
    border-radius:3px;
    padding:5px;
    resize:none;
}
#contactTS {
width:100%;
height:100%;
z-index:8;
top:0;
left:0;
display:none;
position:fixed;
 background-color:rgba(0, 0, 0, 0.9);
overflow:auto
}
#contactLC{
	width:100%;
height:100%;
z-index:8;
top:0;
left:0;
display:none;
position:fixed;
 background-color:rgba(0, 0, 0, 0.9);
overflow:auto}
#contactdiv{
   background-color:rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 680px;
    left: 0px;
    height: 300%;
    width: 100%;
    display: none;
	z-index:8;
}

#contTS{
  z-index: 3;
position:absolute;
left:50%;
top:10%;
background-color:white;
color:#000000;
margin-left:-202px;
font-family:'Raleway',sans-serif
}
#contLC {
  z-index: 3;
	position:absolute;
left:50%;
top:10%;
background-color:white;
color:#000000;
margin-left:-202px;
font-family:'Raleway',sans-serif
}
#userBlank{
	display:none;
}


#contactus{
    width:350px;
    margin:0px;
    background-color:white;
    font-family: 'Fauna One', serif;
    position: relative;
    border: 5px solid rgb(90, 158, 181);
	color:#000000;
    left: 40%;
    margin-top:105px;
	z-index:7;
}
.cancelimg{
    float: right;
	margin-top:-15px;
	margin-right:-15px;
}
.cancelimg2{
 float: right;
	margin-top:25px;
	margin-right:15px;
}


#contact{
	color: #FFF;
	background:#CCC;
	width:100%;
	text-align:center;
 margin: auto;
}
.contactform{
	width:40%;
	   background-color:rgba(0, 0, 0, 0.6);
	   margin:auto;
	   padding-bottom:100px;
	   padding-top:80px;
	   text-align:center;
}

.contactformA{
	width:85%;
	   background-color:rgba(0, 0, 0, 0.6);
	   margin:auto;
	   padding-bottom:100px;
	   padding-top:80px;

}
.redtext{
	font-family: 'Cinzel', serif;
	font-size:24px;
}
.tableA{
width:80%;
margin:auto;
text-align:right;
}
.tableA td{
	padding-left:10px;
	padding-top:20px;
}
.tablesig{
width:80%;
margin:auto;
text-align:left;
}
.tablesig td{
	padding-left:10px;
	padding-top:20px;
}
.tableA input{
	height:18px;

}
.rButton {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.convText {
    vertical-align: middle;
}
.tableT{
	width:80%;
	margin:auto;
     background-color:rgba(0, 0, 0, 0.6);
     padding-bottom:100px;
     padding-top:80px;
     text-align:center;
}

.tableV{
	width:80%;
	margin:auto;
	text-align:left;
	min-width:1000px;
}
.tableview{
	width:40%;
	margin:auto;
	text-align:center;
}
.apinfo{
	font-family:'Cinzel',serif;
	font-size:24px;
	font-weight:900;
	padding-right:15px;
	float:left;
	margin-top:-8px;
}
footer{
	width:100%;
	height:530px;
	bottom:0;
	background:#999999;
	text-align:center;
	font-family:'Cinzel',serif;
    font-size:14px;

}
.footCol3 .form_quick .blacktext{
	color:#000000;
	font-family: "Times New Roman", Times, serif;
    font-size:14px;
	font-weight:100;
}
.footCol{
	margin:auto;
	 float:left;
   width:33.3%;
   padding-top:10px;
   color:#FFFFFF;
}
.footCol a:hover{
	text-decoration:none;
	background:#009900;
}
.footCol a{
	text-decoration:none;
	color:#FFF;
	text-align:left;
}
.footCol3{
	margin:auto;
	 float:left;
   width:33.3%;
   padding-top:10px;
   color:#FFFFFF;
   max-height:500px;
}
.footCol3 a:hover{
	text-decoration:none;
	background:#009900;
}
.footCol3 a{
	text-decoration:none;
	color:#FFF;
	text-align:left;
}
.submit:hover{
	background:#000000;
	color:#fff;
}
.sumbit{
	color:#000;
}
.GClinks {
	color:#FFFFFF;

}
#tabs{
	color:#FFFFFF;
	text-align:left;
	font-family:'Trajan Pro';
	font-size:16px;
}
.GCimg{
	text-align:left;
	}

	.LCtitle{
		font-size:24px;
		text-align:center;
		background:#000;
		color:#fff;
		padding-bottom:5px;
	}
	.LCprogram{
		width:18%;
		min-width:220px;
		float:left;
		background:#FFF;
		color:#000;
		height:240px;
		margin:20px;
		border-radius:15px;
		box-shadow:#333 5px 5px 5px 5px;
		position:relative;

	}
	.irrigation{
		width:18%;
		min-width:220px;
		float:left;
		background:#CCC;
		color:#000;
		margin-left:40px;

	}
	.irrigation li{
		list-style:none;
		padding:20px;
		margin-left: -20px;
	}
	.LCprogram ul{
		padding-top:20px;
	}
	.LCprogram li, .TSprogram li{
		list-style-image:url(../images/liIcon.jpg);
	}
	.grassicon li{
		list-style-image:url(../images/grassicon.png);
	}
		.TSprogram{
		width:28%;
		float:left;
		background:#FFF;
		color:#000;
		height:350px;
		margin:20px;
		border-radius:15px;
		box-shadow:#333 5px 5px 5px 5px;
		position:relative;
		min-width:300px;

	}
	.LawnPro{
		width:100%;
    margin:auto;
    border-top: 1px solid #55ee55;
    box-shadow:#000 5px 5px 5px 5px;
		background-color: rgba(102, 153, 51, 0.4);
    /*background-color:#669933;*/
		 -moz-border-radius-bottomleft: 10px;
     -moz-border-radius-bottomright: 10px;
     -webkit-border-bottom-left-radius: 10px;
     -webkit-border-bottom-right-radius: 10px;
     border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;
	}

	.programs{
		width:95%;
		margin:auto;
		margin-top:50px;


	}
	.programtabs{
		font-family:'Cinzel', serif;
		text-decoration:none;
		margin:auto;
		display:table;
    width: 100%;
}

	.programtabs li a{
		text-decoration:none;
		color:#000;
		font-size:18px;
	}
	.programtabs li{
		float:left;
		margin-left:5px;
		padding:15px;

		background-color:#CCC;
		list-style:none;
		 display: table-cell;
	}
	.programtabs li:hover{
		background-color:#669933;
		color:#fff;
	}
#tablehead{
		font-family: 'Cinzel', serif;

	font-size:34px;
	text-align:center;
	padding-top:30px;
	}
button.moreinfo{
	position:absolute;
	bottom:20px;
	right:20px;
	background:#000;
	border-radius:3px;
	color:#fff;
	font-family: 'Cinzel', serif;

}
button.moreinfo:hover{
	background:#8eb848;
	color:#fff;
}
/***********************************************************************************************/
/* PHOTO PAGE */
/***********************************************************************************************/


.photodisplay{
	margin:auto;
	padding-right:30px;
	width:100%;
		padding-bottom:30px;
		text-align:center;
}

.pagelinksbtm{
	color:#000;
	padding:5px;
	padding-bottom:20px;
	font-family:'Cinzel',serif;
	padding-top:80px;
	width:60%;
	margin:auto;
}
.pagelinksbtm a {
	text-decoration:none;
	color:#000;
	padding:20px;
}
.pagelinksbtm a:hover{
	color:#fff;
}
.pagelinks{
	color:#000;
	padding:5px;
	padding-bottom:20px;
	font-family:'Cinzel',serif;
	padding-top:80px;
	border-bottom: 3px solid #a1d0d8;
	width:60%;
	margin:auto;
}
.pagelinks a {
	text-decoration:none;
	color:#000;
	padding:20px;
}
.pagelinks a:hover{
	color:#fff;
}

.contentphoto {
    color:#000;
	width:100%;
	margin:auto;
	text-align:center;
	background: #c5b28a;
	height:auto;
	padding: 50px 0 50px 0;
}
.ProdHeader{
	color:#fff;
	padding-bottom:20px;
	font-family:'Cinzel',serif;
	padding-top:10px;
	font-size:24px;
	font-weight:bold;

}
.imgGal a:hover{
	opacity:.5;
}
.imgGal{
	margin:30px;
  float: left;
}
.imgGalMain{
  text-align: center;
  margin: auto;
  width: 55%;
  display: inline-block;
}
.photo {
	border:#CCCCCC solid medium;
	border-radius:15px;
	height:150px;
	width:150px;
}
.photoMOB {
	border:#CCCCCC solid medium;
	border-radius:50%;
	height:100px;
	width:100px;
}
/*PopUP APPLICATION WINDOW*/
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
  color:#000000;
}
#boxes #dialog {
  width:450px;
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
  color:#000000;
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
  color:#000000;
}

#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: left;
  color:#000000;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1D1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{

	color: red;
}
.saleAD{
	width:600px;
	height:100px;
	padding:10px;
	margin:auto;
	text-align:center;
		max-width:600px;
}
.saleAD:hover{
	opacity:80%;
}
#saleGC{
   background-color:rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 680px;
    left: 0px;
    height: 300%;
    width: 100%;
    display: none;
	z-index:9;
}
#saleGC2{
   background-color:rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 680px;
    left: 0px;
    height: 300%;
    width: 100%;
    display: none;
	z-index:9;
}


#Sale{
    margin:auto;
    text-align:center;
    padding-top:105px;
	width:600px;

}
.medialinks{
	float:left;
	padding-top:20px;
	font-family:'Cinzel',serif;
	font-size:16px;
	font-weight:600;
	display:inline-block;
}
.medialinks a:hover{
	opacity:0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
}
.medialinksGC{
	font-family:'Cinzel',serif;
	font-size:16px;
	font-weight:600;
	display:inline-block;
}
.medialinksGC a:hover{
	opacity:0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
}
.medialinksLS{
	float:left;
	padding-top:40px;
	font-family:'Cinzel',serif;
	font-size:16px;
	font-weight:600;
	display:inline-block;
	padding-right:60px;
}
.medialinksLS a:hover{
	opacity:0.5;
filter: alpha(opacity=50); /* For IE8 and earlier */
}
.iframe-360 {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border: none;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

.iframe-360::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}
.vr-container {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    cursor: grab;
}

.iframe-360 {
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: none; /* Disable pointer events for iframe scrolling */
}

.vr-container:active {
    cursor: grabbing;
}
.image-360 {
    width: 100%;
    height: auto;
    cursor: pointer;
    display: block;
}
.lightbox-large img {
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    display: block;
}
.lightbox iframe {
    width: 90%;
    height: 90%;
    border: none;
    display: block;
    margin: auto;
}
