@charset "utf-8";

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        #right { display: none; }
		#banner-badge { margin-left: 500px !important;}
		#testimonial { margin-left: 380px !important;}
}

#banner-badge {
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 1000000;
	top: 330px;
	left: 50%;
	margin-left: 420px;
	z-index: 1000000000;
}

body, a {
	text-decoration: none;
}

#mobile_return {
   display: block; top: 0; left: 0; width: 100%; text-align: center; /*Leave this line alone */
   position: fixed;
   height: 2em;
   background: #569E2A;
}
#mobile_return a { 
   font-size: 1em; line-height: 2em; vertical-align: middle; text-decoration: none; /*Leave this line alone */
   font-family: Lato, sans-serif;
   color: #fff;
}
/* Hover Buttons */
.button-orange-large {
	display: block;
	width: 100%;
	height: 55px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	cursor: pointer;
	font-family: 'Asap', sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	line-height: 55px;
	text-decoration: none;
	font-weight: 600;
	-webkit-transition: All 0.9s ease;
	-moz-transition: All 0.9s ease;
	-o-transition: All 0.9s ease;
	-ms-transition: All 0.9s ease;
	transition: All 0.9s ease;
	background-color: #FF9600;
	text-align: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e08400;
	background-image: url(images/gardening-services-exeter.png);
	background-position: 150px 22px;
	background-repeat: no-repeat;
	text-indent: 22px;
}
.button-orange-large:hover {
	background-color: #e18700;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #bb7100;
	text-decoration: none;
}
.button-orange {
	display: block;
	width: 100%;
	height: 45px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	cursor: pointer;
	font-family: 'Asap', sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 45px;
	text-decoration: none;
	font-weight: 600;
	-webkit-transition: All 0.9s ease;
	-moz-transition: All 0.9s ease;
	-o-transition: All 0.9s ease;
	-ms-transition: All 0.9s ease;
	transition: All 0.9s ease;
	background-color: #FF9600;
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e08400;
}
.button-orange:hover {
	background-color: #E18700;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #BB7100;
	text-decoration: none;
}
.button-white {
	display: block;
	width: 100%;
	height: 45px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	cursor: pointer;
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	color: #666666;
	line-height: 45px;
	text-decoration: none;
	font-weight: 400;
	-webkit-transition: All 0.9s ease;
	-moz-transition: All 0.9s ease;
	-o-transition: All 0.9s ease;
	-ms-transition: All 0.9s ease;
	transition: All 0.9s ease;
	background-color: #ffffff;
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
.button-white:hover {
	background-color: #efefef;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	text-decoration: none;
}

.button-grey {
	display: block;
	width: 100%;
	height: 45px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	cursor: pointer;
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	color: #666666;
	line-height: 45px;
	text-decoration: none;
	font-weight: 400;
	-webkit-transition: All 0.9s ease;
	-moz-transition: All 0.9s ease;
	-o-transition: All 0.9s ease;
	-ms-transition: All 0.9s ease;
	transition: All 0.9s ease;
	background-color: #eeeeee;
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
.button-grey:hover {
	background-color: #dddddd;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #bebebe;
	text-decoration: none;
}
.button-green {
	display: block;
	width: 100%;
	height: 45px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	cursor: pointer;
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	text-decoration: none;
	font-weight: 400;
	-webkit-transition: All 0.9s ease;
	-moz-transition: All 0.9s ease;
	-o-transition: All 0.9s ease;
	-ms-transition: All 0.9s ease;
	transition: All 0.9s ease;
	background-color: #236a34;
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #004812;
}
.button-green:hover {
	background-color: #004812;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #00370e;
	text-decoration: none;
}
.button-orange-large2 {
	display: block;
	width: 100%;
	height: 60px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	cursor: pointer;
	font-family: 'Asap', sans-serif;
	font-size: 25px;
	color: #fff;
	line-height: 60px;
	text-decoration: none;
	font-weight: 400;
	-webkit-transition: All 0.9s ease;
	-moz-transition: All 0.9s ease;
	-o-transition: All 0.9s ease;
	-ms-transition: All 0.9s ease;
	transition: All 0.9s ease;
	background-color: #FF9600;
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e08400;
}
.button-orange-large2:hover {
	background-color: #E18700;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #BB7100;
	text-decoration: none;
}
.sop {
	filter: alpha(opacity=100);
	opacity: 1;
	cursor: pointer;
}
.sop:hover {
	filter: alpha(opacity=75);
	opacity: 0.75;
}
.ease {
	-webkit-transition: All 0.9s ease;
	-moz-transition: All 0.9s ease;
	-o-transition: All 0.9s ease;
	-ms-transition: All 0.9s ease;
	transition: All 0.9s ease;
}

/* CSS Styles */

.underline-green-thick {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #569E2A;
}
.underline-green-thin {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #569E2A;
}
.underline-white-thick {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
.vertical-line-grey {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.vertical-line-green {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #569E2A;
}
.grey-box {
	border-width: 2px;
	border-style: solid;
	border-color: #f5f5f5;
}

/* Font Styles */

.bredcrumbs-dark {
	font-family: Lato;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
.bredcrumbs-dark {
	font-family: Lato;
	font-size: 11px;
	color: #89bc66;
	text-decoration: none;
}

.bredcrumbs-dark {
	font-family: Lato;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
.asap-16-white-bold {
	font-family: Asap;
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	text-decoration: none;
}
.asap-16-white-normal {
	font-family: Asap;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.asap-16-green-normal {
	font-family: Asap;
	font-size: 16px;
	font-weight: normal;
	color: #00a290;
	text-decoration: none;
}



.lato-12-white {
	font-family: Lato;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.lato-12-lightgreen {
	font-family: Lato;
	font-size: 12px;
	color: #89bc66;
	text-decoration: none;
}
.asap-12-green {
	font-family: Asap;
	font-size: 12px;
	line-height: 22px;
	font-weight: 400;
	color: #569E2A;
	text-decoration: none;
}
.asap-15-green a{
	font-family: Asap;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	color: #569E2A;
	text-decoration: none;
}
.asap-15-green a:hover {
	font-family: Asap;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
	color: #004812;
	text-decoration: none;
	-webkit-transition: All 0.8s ease;
	-moz-transition: All 0.8s ease;
	-o-transition: All 0.8s ease;
	-ms-transition: All 0.8s ease;
	transition: All 0.8s ease;
}



.lato-13-white {
	font-family: Lato;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	line-height: 22px;
}
.lato-15-white {
	font-family: Lato;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	line-height: 22px;
}

.lato-13-lightgreen {
	font-family: Lato;
	font-size: 13px;
	color: #CEEDBC;
	text-decoration: none;
	line-height: 22px;
}

.lato-15-grey {
	font-family: Lato;
	font-size: 15px;
	font-weight: 600;
	color: #666666;
	text-decoration: none;
	line-height:30px; 
}
.lato-16-grey-justify {
	font-family: Lato;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	text-align: justify;
	line-height: 24px;
}
.lato-16-white-thin {
	font-family: Lato;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	text-align: justify;
	line-height: 24px;
}




.lato-16-lightgreen {
	font-family: Lato;
	font-size: 16px;
	font-weight: 300;
	color: #89bc66;
	text-decoration: none;
}
.lato-16-green {
	font-family: Lato;
	font-size: 16px;
	font-weight: 300;
	color: #448C21;
	text-decoration: none;
}

.lato-18-lightgreen {
	font-family: Lato;
	font-size: 18px;
	font-weight: 300;
	color: #89bc66;
	text-decoration: none;
}
.lato-18-darkgreen {
	font-family: Lato;
	font-size: 18px;
	font-weight: 300;
	color: #448c21;
	text-decoration: none;
}



.lato-16-white {
	font-family: Lato;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	font-weight: 500;
}
.lato-18-white {
	font-family: Lato;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	font-weight: 500;
}

.lato-23-grey {
	font-family: Lato;
	font-size: 23px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.lato-25-grey {
	font-family: Lato;
	font-size: 25px;
	font-weight: 600;
	color: #666666;
	text-decoration: none;
}
.lato-30-grey {
	font-family: Lato;
	font-size: 30px;
	color: #333333;
	text-decoration: none;
}
.lato-20-grey {
	font-family: Lato;
	font-size: 20px;
	color: #333333;
	text-decoration: none;
}

.lato-30-white {
	font-family: Lato;
	font-size: 30px;
	color: #fff;
	text-decoration: none;
}

.lato-40-grey {
	font-family: Lato;
	font-size: 40px;
	color: #333333;
	text-decoration: none;
}
.lato-40-white {
	font-family: Lato;
	font-size: 40px;
	color: #fff;
	text-decoration: none;
}
.lato-25-white {
	font-family: Lato;
	font-size: 25px;
	color: #fff;
	text-decoration: none;
}


.lato-35-orange {
	font-family: Lato;
	font-size: 35px;
	color: #FF9600;
	text-decoration: none;
}

.lato-18-green {
	font-family: Lato;
	font-size: 18px;
	font-weight: 500;
	color: #448c21;
	text-decoration: none;
}
.lato-18-grey {
	font-family: Lato;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 35px;
}




.lato-45-grey {
	font-family: Lato;
	font-size: 45px;
	font-weight: 400;
	color: #333333;
	text-decoration: none;
}
.roboto-20-grey {
	font-family: Roboto;
	font-size: 20px;
	color: #333333;
	text-decoration: none;
}
.roboto-14-grey {
	font-family: Roboto;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	line-height: 22px;
}
.roboto-condensed-14-grey {
	font-family: "Roboto Condensed";
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	line-height: 22px;
}

.roboto-14-grey-justify {
	font-family: Roboto;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	line-height: 22px;
	text-align: justify;
}
.roboto-18-white {
	font-family: Roboto;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}

.roboto-15-white {
	font-family: Roboto;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
}
.roboto-20-white {
	font-family: Roboto;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
}

.roboto-18-grey {
	font-family: Roboto;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
}

.roboto-14-lightgreen-justify {
	font-family: Roboto;
	font-size: 14px;
	line-height: 18px;
	color: #ddfdc9;
	text-decoration: none;
	text-align: justify;
	font-weight: 300;
}
.roboto-14-grey-justify2 {
	font-family: Roboto;
	font-size: 14px;
	line-height: 18px;
	color: #999999;
	text-decoration: none;
	text-align: justify;
	font-weight: 300;
}

.asap-15-grey {
	font-family: Asap;
	font-size: 15px;
	line-height: 22px;
	color: #666666;
	text-decoration: none;
}
.asap-15-white {
	font-family: Asap;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	font-weight: 500;
}
.asap-15-white-light {
	font-family: Asap;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.button-white-outline {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	border: medium solid #FFF;
	font-family: Asap;
}
.button-green-outline {
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	color: #78c8c0;
	text-decoration: none;
	border: medium solid #78c8c0;
	font-family: Asap;
}
.button-blue-outline {
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	color: #0093d0;
	text-decoration: none;
	border: medium solid #0093d0;
	font-family: Asap;
}
.button-greener-outline {
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	color: #00a290;
	text-decoration: none;
	border: medium solid #00a290;
	font-family: Asap;
}





.asap-24-white {
	font-family: Asap;
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.commercial-bg-banner {
	background-attachment: scroll;
	background-image: url(images/commercial-landscape-gardeners/commercial-gardeners-exeter.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.asap-24-white-light {
	font-family: Asap;
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	font-weight: lighter;
	letter-spacing: 3px;
}
.asap-24-green {
	font-family: Asap;
	font-size: 24px;
	color: #00a290;
	text-decoration: none;
	font-weight: normal;
}
.photo-bg-image {
	background-attachment: scroll;
	background-image: url(images/commercial-landscape-gardeners/commercial-landscape_gardeners-exeter.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


.asap-36-blue {
	font-family: Asap;
	font-size: 36px;
	color: #0093d0;
	text-decoration: none;
	font-weight: lighter;
	letter-spacing: 3px;
}
.asap-36-green {
	font-family: Asap;
	font-size: 36px;
	color: #00a290;
	text-decoration: none;
	font-weight: lighter;
	letter-spacing: 3px;
}
.asap-40-white {
	font-family: Asap;
	font-size: 36px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 3px;
}



.asap-50-white {
	font-family: Asap;
	font-size: 60px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 6px;
}


.nav-link-new {
	font-family: Asap;
	font-size: 16px;
	color: #FFF;
	line-height: 37px;
	text-decoration: none;
	font-weight: 600;
	display: block;
	height: 35px;
	float: left;
	-webkit-transition: All 0.8s ease;
	-moz-transition: All 0.8s ease;
	-o-transition: All 0.8s ease;
	-ms-transition: All 0.8s ease;
	transition: All 0.8s ease;
}
.nav-link-new a {
	text-decoration: none;
	color: #FFF;
}
.nav-link-new:hover {
	background-color: #004812;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

}


a.top-link{
	font-family: Asap;
	font-size: 14px;
	line-height:50px;
	font-weight:500;
	color: #666;
	text-decoration: none;
	display: block;
	height: 50px;
	width: 100%;
	line-height:50px;
	letter-spacing:4px;
	
}
a.top-link:hover {
	background-color:#A4CD39;
	color: #fff;
}


#topnav div.drop2:hover > a.top-link {
	background-color: #02786b;
	color: #fff;
}
#topnav div.drop2 {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
#topnav div.drop2 div {
	display: none;
	position: absolute;
	top: 35px;
	height: auto;
	min-height: 15px;
	z-index: 10000000000;
	left: 0px;
	padding: 15px 22px;
}
#topnav div.drop2:hover > div {
	display: block;
}