@charset "utf-8";
/* CSS Document */

html, body{
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:22px;
	height: 100%;
	color:#fff;
}
	
textarea, input{
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:18px;

}

body {
	background:#000 url(../images/home-body.jpg) no-repeat fixed;
}
#wrapper{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -94px;
}
h1,h2 span.subheading-category {
	font-size:45px;
	line-height:55px;
	font-family: 'Fugaz One', cursive;	
}
strong,h1 > span,h2 > span,h3 > span {
	color:#ffce00;
}
h2 span.subheading-category {
	color:#fff;
}
/*====HEADER====*/
.articleimgs {
	text-align:center;
	margin-right: -20px;
	margin-left: -10px;
}
.articleimgs > li {
	box-shadow:inset 0px 0px 20px rgba(0,0,0,0.5);	
	-moz-box-shadow:inset 0px 0px 20px rgba(0,0,0,0.5);	
	border-radius:10px;
	-moz-border-radius:10px;
	margin-right:10px;
	margin-bottom:10px;
	display:inline-block;
	width:158px;
	padding:15px;
	font-size:12px;
	line-height:14px;
}
.articleimgs > li {
	_float:left;	
	//float:left;
	_height:94px;
	//height:94px;
}
.articleimgs > li a {
	text-decoration:none;	
}
.articleimgs > li img {
	margin-bottom:10px;
}
#catlinks {
	float:right;
	width:300px;
	text-align:right;	
}
#catlinks > a {
	display:inline-block;
	padding:3px 7px;
	text-decoration:none;
	color:#60605f;
	margin:2px;
	border-radius:7px;
	-moz-border-radius:7px;
	box-shadow:inset 0px 0px 6px rgba(200,200,200,0.6);
	font-size:12px;
	font-weight:bolder;
	font-style:italic;
}
.articleicon {
	float:left;	
}
#gallitems > p > img {
	border:10px solid #000;	
}
#gallitems > .thumbs > img {
	border:5px solid #000;	
}
#catlinks > a.active,#catlinks:hover {
	color:#ffce00;
}
#headercont {
	background:url(../images/black88.png);
	background:rgba(0,0,0,0.88);
	float:left;
	width:100%;	
}
#content {
	background:url(../images/black50.png);
	background:rgba(0,0,0,0.50);
}
#content > div {
	background:url(../images/grad-top.png) 0px 0px repeat-x;
}
#content > div > div {
	background:url(../images/grad-bottom.png) 0px 100% repeat-x;
	padding-bottom:383px;
	//margin-bottom:100px;
}
#header-row{
	position:relative;
	z-index:1000004;
}

.main {
	width:1000px;
	margin:0 auto;
	margin-left:75px;
}

#header{}

#header-left {
	float:left;
	position:relative;}
	
#logo {
	float:left;
	margin:40px 25px;
}


#header-right {
	float:right;
	padding-top:10px;
}

#search{
	float:right;
	}

#search .search #mod-search-searchword{
	width:222px;}
	
#search .search{
	position:relative;}
	
input.button,
button{
	border:none;
	background:#ffce00;
	height:26px;
	line-height:26px;
	padding:0 10px;
	text-transform:lowercase;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fbfbfb;
	}
	
input.button:hover,
button:hover{
	background:#000;
	cursor:pointer;}
	
#search .search input.button{
	position:absolute;
	top:0;
	right:0;
	color:#000;
	background:#e8e8e8;
}

#search .search input.button:hover,
.acysubbuttons input:hover{
	background:#ffce00;
	color:#fbfbfb;
	}

	

/*====TOP====*/

#top-menu{
	position:relative;
	float:right;
	width:62%;
	margin-top:-120px;
}

#top-menu ul.menu li{
	float:left;
	padding:0;
	display:block;
	position:relative;
	}
	
#top-menu > ul.menu > li > a{
	padding:0 22px;
	padding-top:140px;
	padding-bottom:20px;
	font-size:14px;
	font-weight:bolder;
	text-decoration:none;
	color:#fff;
}
#header a.what-we-do {
	background:url(../images/menu/what-we-do.png) 50% 50% no-repeat;
}
#header a.what-we-do:hover,#header .active a.what-we-do {
	background:url(../images/menu/what-we-do-roll.png) 50% 50% no-repeat;
}
#header a.residentialwork {
	background:url(../images/menu/residential.png) 50% 50% no-repeat;
}
#header a.residentialwork:hover,#header .active a.residentialwork {
	background:url(../images/menu/residential-roll.png) 50% 50% no-repeat;
}
#header a.commercialwork {
	background:url(../images/menu/commercial.png) 50% 50% no-repeat;
}
#header a.commercialwork:hover,#header .active a.commercialwork {
	background:url(../images/menu/commercial-roll.png) 50% 50% no-repeat;
}
#header a.horsebarns {
	background:url(../images/menu/horsebarns.png) 50% 50% no-repeat;
}
#header a.horsebarns:hover,#header .active a.horsebarns {
	background:url(../images/menu/horsebarns-roll.png) 50% 50% no-repeat;
}
.active a {
	color:#ffce00 !important	
}
#telephone {
	float:right;
	width:146px;
	height:67px;
	margin-top:14px;
	margin-right:50px;
	background:url(../images/tel.png) no-repeat;
	text-indent:-9999px;
}


#top-menu ul.menu li a {
	display:block;
}
	
#top-menu > ul.menu > li > a:hover,
#top-menu > ul.menu > li.current > a{
	color:#ffce00;
}
	
#top-menu ul.menu > li.first{
	padding-left:0;
}
#top-menu ul.menu > li.last{
	padding-right:0;
}
	
#top-menu  ul.menu ul
{
display:none; 
top:160px; 
position:absolute;  
background:url(../images/black88.png);
background:rgba(0,0,0,0.88);
padding: 20px 0;
width: 450%;
z-index:2000001;
}

#top-menu  ul.menu ul ul{
	border:none;}

#top-menu  ul.menu ul li a{
	line-height:20px;
	font-size:17px;
	padding:5px 0px;
	padding-left:20px;
	font-weight:bolder;
}

#top-menu  ul.menu ul li ul{
    left: 165px;
    top: -20px;
		}

#top-menu  ul.menu ul li a,
#top-menu  ul.menu ul li.current a{
	color:#706f6f;
	line-height:24px;
	text-decoration:none;
	}
#top-menu  ul.menu ul li a {
	color:#ffce00;	
}
#top-menu  ul.menu ul li a:hover{
	color:#fff !important;
}

#top-menu ul.menu li ul li{
	display:block;
	float:left;
	width:50%;
}
	

	
/*====MAIN ROW====*/
	
#main-row{
	z-index:8;}
	
#container{
	overflow:hidden;
	padding:10px 30px;
}
	
#slider,#headercont {
	margin-bottom:3px;
}
#slider {
	width:100%;
	height:247px;
	overflow:hidden;
}
.bx-pager {
	position:absolute;
	top:20px;
	right:20px;
}
.bx-pager a {
	text-indent:-9999px;
	background:#ffce00;
	border-radius:50%;
	width:15px;
	height:15px;
	overflow:hidden;
	margin-right:10px;
	display:inline-block;
}
.bx-pager a.pager-active {
	background:#fff;	
}
#slider ul {
	padding:0;	
	margin:0;
}
	
.blog-featured .item{
	margin-right:10px;
	background:#fbfbfb;}
	
.blog-featured .item p{
	padding: 23px 20px 0;
	margin:0;}
	
.blog-featured .item p.readmore{
	padding:6px 20px 20px;
}

p.readmore{
	text-align: right;
	height:25px;
	line-height:25px;
}
	
p.readmore a{
	color:#fbfbfb;
	font-size:12px;
	height:25px;
	line-height:25px;
	background:#ffce00;
	text-transform:lowercase;
	padding:5px 10px;
	text-decoration:none;}
	
p.readmore a:hover{
	background:#000;}
	
.blog-featured .item.column-3{
	margin:0;}
	
.blog-featured .item h2{
    background: none repeat scroll 0 0 #F0F0F0;
    color: #4E4A49;
    display: block;
    font-size: 26px;
    padding: 12px 20px;
    position: relative;
    text-transform: uppercase;
    margin: -5px 0 0;	}
	
	
.blog-featured .item h2 span{
	line-height:22px;
	display:block;
	}
	
textarea#jform_contact_message{
	width:28em;}
	
.contact-form input.required{
	width:15em;}
	
.contact-address address{
	padding-left:30px;
	}
	
#contact-form dl dt.empty{
display:none;
}

#contact-form fieldset{
padding-top:1em;}
	
#map{
	margin-bottom:1em;}
	
.acymailing_module{
	padding:1px 20px 0 !important;}
	
	
.acymailing_form{
	position:relative;}
	
.acysubbuttons{
	display:block;
	width:86px;
	margin:0;
	position:absolute;
	top:0;
	right:0;}
	
.acysubbuttons input{
	color:#000;
	background:#e8e8e8;
}

span.acyfield_email input.inputbox{
	width:175px;}
	
.unsubscribe input.button.unsubbutton{
	background:none;
	color:#ffce00;
	text-decoration:underline;
	text-transform:capitalize;
	padding:0;}
	
.unsubscribe input.button.unsubbutton:hover{
color:#fff;}
	
.jcarousel-prev{
    position: absolute;
    right: 37px;
    top: -50px;
    width: 46px;
}

.jcarousel-next{
    position: absolute;
    right: 15px;
    top: -50px;
    width: 46px;
}	
.jcarousel-prev,
.jcarousel-next{
	width:23px;
	height:23px;
	float:left;
	}
	
.jcarousel-next{
	background:url(../images/latest-nav.jpg);
	background-position: bottom right;
	}

.jcarousel-prev{
	background:url(../images/latest-nav.jpg);
	background-position: bottom left;
	}
	
.jcarousel-next:hover{
	background:url(../images/latest-nav.jpg);
	background-position: top right;
	cursor:pointer;
	}

.jcarousel-prev:hover{
	background:url(../images/latest-nav.jpg);
	background-position: top left;
	cursor:pointer;
	}
	
.jcarousel-container-horizontal {
    width: 620px;
    padding: 0px;
}

.jcarousel-clip-horizontal {
    width: 620px;
    height: 100px;
	overflow:hidden;
}

.jcarousel-item {
    width: 310px;
    height: 100px;
}
	
img.art-img{
	float:left;
	margin:0 20px 20px 0;}
	
.blog .item p{
	margin-bottom:0;}
	
.blog .item {}
	
.blog .items-row{
	margin-bottom:2em;}
	
.blog .items-row .item  h2{
margin-top:0;}
	
.items-row.cols-2 .item.column-1{
	padding-right: 12px;}	
	
.items-row.cols-2 .item.column-1{
	}	
	
	
#searchForm fieldset.word button.button{
	    left: -4px;
    position: relative;
    top: 1px;}
	
ul.services-list{
overflow:hidden;
margin-top:2em;}
	
.services-list li{
width:48%;
margin-right:10px;
margin-bottom:20px;
overflow:hidden;
float:left;
background:none;}

.services-list li img{
float:left;
margin-right:1em;}



ul.partners-list{
overflow:hidden;}

ul.partners-list li{
    float: left;
    margin-right: 2px;
    width: 33%;
	}
	
ul.partners-list li p{
padding-right:5px;}
	
p.part-img{
margin-bottom:1em;
    overflow: hidden;
	margin-top:0px;
	}
	
.custom ul li{
	background:url(../images/list-icon.png) no-repeat;
	background-position: left 3px;
	line-height: 24px;
    padding-left: 25px;}
	
.custom ul li a{
text-decoration:none;}

.custom .testimonials li{
background:none;
padding:0;
line-height:18px;}

.testimonials li em{
display:block;
text-align:right;
}

ul.programming-list{
overflow:hidden;}

ul.programming-list li{
width:30%;
float:left;
margin:0 5px;}

ul.programming-list h3{
text-transform:uppercase;
    font-size: 22px;}
	
/*====SIDE COLUMNS======*/


#right-col-bg{
	margin-left:3px;
	}
	
#left-col-bg{
	margin-right:3px;
	}
	
#right > div {
	background:url(../images/black88.png);
	background:rgba(0,0,0,0.88);
	padding:20px;
	margin-bottom:3px;
}
#right-col,
#left-col {
	right:0px;
	top:0px;
	position:absolute;
	z-index:1000003;
}
#main {
	position:relative;	
}
#container > div {
	position:relative;
	z-index:1000000;	
}
.grasscont {
	position:relative;
	float:left;
	width:100%;
}
.grass {
	background:url(../images/grassbottom.png) no-repeat;	
	position:absolute;
	z-index:999999;
	bottom:0px;
	left:0px;
	height:573px;
	margin-top:-100px;
	width:100%;
}
.moduletable h3{
	font-size:22px;
	color:#9c9c9c;
	height:28px;
	line-height:28px;
	margin-top:0px;
}

	
/*====BOTTOM====*/



#bottom{
	background:url(../images/bottom-bg.jpg) top left repeat;
	overflow:hidden;
	margin-top:25px;
	padding:28px 0px 28px;}
	

	
#jcarousel{
	margin:0;
	padding: 0 0 22px;
	}
	
#bottom-right {
    float: right;
    height: 175px;
    margin: 0;
}
	
#bottom-left {
    float: left;
    margin: 0;
    overflow: hidden;
}

#bottom-left .moduletable{
width:615px !important;
    overflow: hidden;
	position:relative;
	left:-2px;
}
	
#jcarousel li{
	color:#5c5c5c;
	float:left;
	margin:0px;
	margin-left:-1px;
	}
	
#jcarousel li .event{
	padding: 10px 20px 0;}
	
#jcarousel li{
	background:url(../images/transparent.png) repeat-y;
	background-position: top 308px;}

#jcarousel li img{
	float:left;
	margin:0 16px 0 0px;
	position:relative;
	top:-15px;}
	
#bottom .moduletable h3{
	font-size:22px;
	color:#9c9c9c;
	height:28px;
	line-height:28px;
	margin:0 0 30px 0;
	padding:0 20px;}
	
#jcarousel li a.readmore{
	text-decoration:none;
	display:inline;}
	
#jcarousel li a.readmore:hover{
color:#ffce00;}
	
#jcarousel li p{
	display:inline;}
	
#jcarousel li span.createdate{
	display: block;
    left: 85px;
    position: relative;
	color:#ffce00;
	}
	
#bottom-right{
border-left: 1px solid #3C3539;}
	
input.button.subbutton{
width:85px;}

input#modlgn-remember{
background:none;
border:none;
padding:0;
position:relative;
top:3px !important;}
	
/*====FOOTER====*/

#footer-row{}

#footer-bg{
	background:#000 url(../images/footerback.png) no-repeat 50% 50%;
	padding:70px 0px;
}

#footer-row {
	padding-top:153px;
	background:url(../images/footertop.png) no-repeat;
	margin-top:-140px;
	position:relative;
}
	
#footer .custom ul li{
background:none;
float:left;
width:24px;
height:24px;
padding:0px;
margin:0 1px;
}
#footer .menu {
	position:relative;
	top:-60px;
	//left:80px;
}
#footer .menu a {
	font-size:19px;
	line-height:30px;
	text-decoration:none;	
}
#footer .menu a:hover {
	color:#ffce00;
}

#footer-row .copyright{
text-align:center;
color:#8a8a89;
font-size:12px;
padding-bottom:20px;
background:#000;
}

#footer-row .copyright a{
color:#8a8a89;
text-decoration:none;
}
#footer-row .copyright a:hover {
	color:#ffce00	
}
#footer .custom{float:right;
width:23%;
color:#8a8a89;}

#footer .custom ul{
    display: inline;
    float: right;
    position: relative;
    right: 20px;
    top: 34px;
	margin:0;
}




#footer  .copyright a:hover{
color:#fff;}
.clear {
	width:100%;
	clear:both;
	height:0px;	
}
.category-module-casestudies > li {
	background:#000;
	border-radius:10px;
	padding:10px;
	padding-left:50px;
	background:url(../images/casestudies.png) no-repeat 6px 50%;
	color:#888;
	cursor:pointer;
}
.category-module-casestudies > li:hover {
	background-color:#ffce00;
	color:#000;
	
}
.category-module-casestudies > li:hover a {
	color:black;	
}
.category-module-casestudies > li ul {
	font-size:11px;	
	line-height:18px;
	list-style:circle;
	font-weight:bolder;
	
	
}
.category-module-casestudies > li h4 {
	margin:0;	
}
input[type="password"],input[type="text"],input[type=""],textarea,select {
	background:#000;
	border:1px solid #17824a;
	color:#949292;
	padding:3px;
	margin-bottom:5px;
	margin-right:5px;
	border-radius:5px;
	-moz-border-radius:2px;	
}
input[type="submit"],input[type="button"] {
	font-weight:bold;
	color:white;
	background:#000;
	padding:3px 6px;
	border:1px solid #c19f0e;
	margin-right:10px;
	cursor:pointer;	
}
input[type="submit"]:hover,input[type="button"]:hover {
	color:black;
	background:#c19f0e
}
body.driveways-and-patios {
	background-image:url(../images/driveways.jpg);	
}
body.waterfalls-ponds {
	background-image:url(../images/waterfalls.jpg);	
}
body.commercial-work {
	background-image:url(../images/commercial.jpg);	
}
body.steps {
	background-image:url(../images/steps.jpg);	
}
body.creative-planting-and-lawn-care {
	background-image:url(../images/creative.jpg);	
}
body.wall-systems {
	background-image:url(../images/commercial-work.jpg);	
}
body.residential-work {
	background-image:url(../images/residential-work.jpg);	
}
body.driveways-and-patios .grass,
body.wall-systems .grass,
body.steps .grass,
body.creative-planting-and-lawn-care .grass,
body.waterfalls-ponds .grass,
body.commercial-work .grass,
body.residential-work .grass
{
	height:0px;	
}
body.driveways-and-patios #content > div > div,
body.waterfalls-ponds #content > div > div,
body.steps #content > div > div,
body.creative-planting-and-lawn-care #content > div > div,
body.wall-systems #content > div > div,
body.commercial-work #content > div > div,
body.residential-work #content > div > div
{
	padding-bottom:100px;
	background:none;	
}
body.driveways-and-patios #content,
body.wall-systems #content,
body.steps #content,
body.waterfalls-ponds #content,
body.commercial-work #content,
body.residential-work #content
body.case-studies #content
{
	background:none;	
}
body.driveways-and-patios #content > div,
body.wall-systems #content > div,
body.steps #content > div,
body.creative-planting-and-lawn-care #content > div,
body.waterfalls-ponds #content > div,
body.commercial-work #content > div,
body.residential-work #content > div
{
	background: url(../images/grad-top2.png) 0px 0px repeat-x;
}
body.case-studies #content > div
{
	background: url(../images/black75.png);
	background: rgba(0, 0, 0, 0.75);
}
.case-studies h1 {
	color:white;	
	margin:10px 0;
	font-size: 28px;
	font-weight:normal;
	line-height:28px;
}
h1.casestudies {
	background:#ffce00;
	padding-bottom:0;
	color:#000;
	margin:0;
	padding-top:28px;
	text-transform:uppercase;
	line-height:20px;
	padding-left:30px;
	font-size:35px;
	font-weight:bolder;
	letter-spacing: -2px;
}
#gallitems .description {
}
#gallitems.loading {
	height:300px;
	background:url(../images/loading.gif) no-repeat 50% 50%;	
}
.hidden {
	display:none;	
}
.item-page {
	width: 580px;	
}
.grass {
	//height:0px !important;	
}
.bxslider .slidecontent li {
	text-indent:-9999px;	
}
#gallitems p.description {
	display:none;	
}



.response-message:not(:empty) {
  padding: .5em 1em;
  margin: .5em 0;
  border: 2px solid;
  border-radius: 4px;
}
.response-message.response-danger{
  color: #721c24;
  background-color: #f8d7da;
  border-color: #ba4854;
}
.response-message.response-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #005f16;
}