
/* Requires globals.css */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
body {
	font-family: "Open Sans",sans-serif;
	background-color:#436D2A;
	
}h1, h1 a {
	color: #cdd0d5;
	font-family: "raleway",sans-serif;
	font-size: 2em;
	font-weight: lighter;
	line-height: 1.27em;
	margin: 25px 0;
}h2 {
	color: #cdd0d5;
	font-family: "raleway",sans-serif;
	font-size: 1.8em;
	font-weight: lighter;
	line-height: 1.5rem;
	margin: 25px 0;
}h3 {
	color: #cdd0d5;
	font-family: "raleway",sans-serif;
	font-size: 1.6em;
	font-weight: lighter;
	line-height: 1.5rem;
	margin: 25px 0;
}h4 {
	font-family: "raleway",sans-serif;
	color: #cdd0d5;
	font-weight: lighter;
	font-size: 1.5em;
	line-height: 1.5rem;
	margin: 25px 0;
}p, li {
	font-family: "Open Sans", sans-serif;
	color: #fff;
	font-weight: lighter;
	font-size: 14px;
	margin: 15px 0;
	line-height: 2em;
}li {
	font-family: "Open Sans", sans-serif;
	color: #cdd0d5;
	font-weight: lighter;
	font-size: 14px;
	line-height: normal;
	margin: 0 0 7px;
}ul {
	list-style-type: none;
}.columns.strip-margin {
	margin-left: 0 !important; 
	margin-right: 0 !important; 
}.columns.strip-padding {
	padding-left: 0 !important; 
	padding-right: 0 !important; 
}.row {
	margin: 0 auto;
	max-width: 75rem;
	width: 100%;
}.page-wrapper {
	max-width: 100%;
	clear: both;
}.content-wrapper {
	background: #ffffff;
	padding: 35px 0;
}.content-wrapper p, 
 .content-wrapper li,
 .content-wrapper h1,
 .content-wrapper h2, 
 .content-wrapper h3, 
 .content-wrapper h4  {
	color: #555555;
}.cta.button {
	background: none repeat scroll 0 0 #999999;
	border: medium none;
	font-family: "Open Sans",sans-serif;
	font-size: 18px;
	font-weight: lighter;
	line-height: 50px;
	margin: 0 auto;
	padding: 0 60px;
	position: relative;
}.cta.button:hover, .cta.button:focus {
	background: #E46350;
	color: #FFFFFF;
}

img.logo2{
margin-top:-300px;
z-index:999999;

opacity:0;  
	-webkit-animation:fadeIn ease-in 1;  
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
 
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
 
	-webkit-animation-duration:3s;
	-moz-animation-duration:3s;
	animation-duration:3s;
	

}
img.gua{
opacity:0;  
	-webkit-animation:fadeIn ease-in 1;  
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
 
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
 
	-webkit-animation-duration:6s;
	-moz-animation-duration:6s;
	animation-duration:6s;

}
.navigation-wrapper {
	background: #ffffff;
	
	height: 65px;
}.header-company-title a {
	color: #CC9933;
	float: left;
	font-family: "raleway", sans-serif;
	font-size: 21px;
	line-height: 60px;
	text-align: left;
	text-decoration: none;
	width: 100%;
	
	opacity:0;  
	-webkit-animation:fadeIn ease-in 1;  
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
 
	-webkit-animation-fill-mode:forwards; 
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
 
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
	
}.header-social a {
	color: #cdd0d5;
	height: 30px;
	width: 30px;
	text-align: center;
	font-size: 20px;
	display: inline-block;
	margin: 18px 0 0;
}.header-social a:hover {
	color: #CC9933;
}.top-bar {
	background: none;
	height: 60px;
	

} 
}.top-bar .toggle-topbar.menu-icon a {
	color: #CC9933;
}.top-bar .toggle-topbar.menu-icon a span::after {
	box-shadow: 0 0 0 1px #CC9933, 0 7px 0 1px #CC9933, 0 14px 0 1px #CC9933;
}.top-bar .top-bar-section ul li  {
	margin: 0;
	background: none;
}.top-bar-section li:not(.has-form) a:not(.button) {
	background: none;
	font-family: "Open Sans", sans-serif;
	font-weight: lighter;
	color: #000;
	font-size: 18px;
	line-height: 60px;
}.top-bar-section li.active:not(.has-form) a:not(.button), 
 .top-bar-section li.active:not(.has-form) a:hover:not(.button), 
 .top-bar-section li:not(.has-form) a:hover:not(.button),
 .top-bar-section ul li:not(.active):hover > a  {
	background: none;
	color: #405C2C;
	line-height: 60px;
	transition: all 200ms ease 0s;
	border-bottom: 5px solid #A3C856;
}.top-bar-section .has-dropdown > a:after{
	top: 30px;
	border-color: #A3C856 transparent transparent;
}.top-bar .top-bar-section .dropdown{
	top:60px;
	background: #A3C856;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
	background: none;
	color: #000;
	border: none;
	text-align:center;
	font-size:14px;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}.top-bar-section .dropdown li.active:not(.has-form) > a:not(.button),
 .top-bar-section .dropdown li:hover:not(.has-form) > a:not(.button) {
	background: #7A9139;
	color: #ffffff;
	border: none;
	transition: all 500ms ease 0s;
}.slider-wrapper {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}.slider-wrapper .slider-overlay{
	width:100%;
	height:100%;
	position:absolute;
	z-index: 10;
	background: none;	
}.slider-wrapper .rhino-container ul, .slider-wrapper .rhino-container ul li.rhino-item {
	min-width: 1400px;
	width: 100% !important;
}.midbar-wrapper{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	margin-top: 20px;
}.midbar {
	clear: none;
}.midbar:last-child {
	margin-right: 0px;
}.midbar img {
	margin: 1px 0 0 0;
	border: 2px solid #fff;
	width: 100%;
	-moz-box-shadow: 0 0 2px #aaa;
	-webkit-box-shadow: 0 0 2px #aaa;
	box-shadow: 0 0 2px #aaa;
}.midbar img:hover {
	-moz-box-shadow: 0 0 2px #333;
	-webkit-box-shadow: 0 0 2px #333;
	box-shadow: 0 0 2px #333;
}.midbar h1 {
	padding: 20px 0;
	margin: 0;
	clear: both;
	font-size: 18px;
}.home-logo {
	max-width: 295px;
	padding: 180px 0;
}.default-logo {
	max-width: 190px;
	padding: 100px 0;
}.page-tagline {
	background: rgba(0,0,0,0.9) repeat;
	padding: 20px 0;
	position: relative;
	width: 100%;
}.page-tagline h1 {
	color: #CC9933;
	font-family: "raleway",sans-serif;
	font-size: 22px;
	line-height: 80px;
	margin: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}.read-more {
	background: none repeat scroll 0 0 #a3c856;
	border: 1px solid #a5a5a5;
	float: right;
	padding: 10px 40px;
}.read-more:hover{
	background:#7A9139;	
	color: #ffffff;
}.home-tagline {
	width: 100%;
	background: #f5f5f5;
	padding: 20px 0;
	position: relative;
}.home-tagline:before {
	background: none;
	content: " ";
	height: 8px;
	position: absolute;
	top: -8px;
	width: 100%;
	z-index: 1;
}.home-tagline:after {
	background: none;
	content: " ";
	height: 8px;
	position: absolute;
	bottom: -8px;
	width: 100%;
	z-index: 1;
}.home-tagline h1 {
	color: #CD9A33;
	line-height: 88px;
	font-size: 26px;
	letter-spacing:5px;
font: 200 1.9em/125% 'Handlee', Helvetica, Sans-serif;
	text-align: center;
	text-transform: none;
	position: relative;
	padding-bottom:50px;
	
}span.contact-us {
	color: #CD9A33;
	line-height: 8px;
	font-size: 15px;
	letter-spacing:6px;
font-family: "Open Sans", sans-serif;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	
}.home-tagline .horizontal-bar{
	background: url("https://goldstandardlawncare.com/wp-content/themes/land2/images/horizontal-bars.png") no-repeat top center;
	height: 5px;
	width: 100%;
	clear: both;	
}.home-tagline p {
	color: #4e4e4e;
}.specialize {
	background: url("https://goldstandardlawncare.com/wp-content/uploads/sites/3630/2016/04/bg45.jpg") no-repeat top center;
	position: relative;
}.specialize ul li {
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 38px;
	margin: 0;
}.specialize h1 {
	color: #000;
	line-height: 88px;
	font-size: 25px;
	font-family: "raleway",sans-serif;
	font-weight: lighter;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 5px;
}.specialize h1:after {
	background: none repeat scroll 0 0 #000;
	bottom: -3px;
	content: " ";
	height: 1px;
	left: 40%;
	position: absolute;
	width: 20%;
}.specialize .button {
	font-family: "Open Sans", sans-serif;
	line-height: 75px;
	background: #0094AB;
	padding: 0 60px;
	border: 2px solid #bfe577;
	font-size: 20px;
	font-weight: lighter;
	letter-spacing:7px;
	margin: 0;
	position: relative;
	top: 38px;
}.guarantee {
	padding: 100px 0 62px;
}.guarantee h1 {
	color: #000;
	line-height: 70px;
	font-size: 30px;
	font-family: "raleway",sans-serif;
	text-transform: uppercase;
	position: relative;
	margin: 0;
}.guarantee p {
	color: #fff;
}.guarantee h1 strong {
	position: relative;
	line-height: 70px;
	display: inline-block;
}.guarantee h1 strong:after {
	background: none repeat scroll 0 0 #97ba58;
	bottom: -3px;
	content: " ";

	position: absolute;
	left: 0;
	width: 100%;
}.gallery{
	text-align: center;	
}.gallery a img{
	opacity: 0.75;
}.gallery a:hover img{
	opacity: 1;
}.contact-left p {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}.contact-left .contact-address {
	font-family: "Open Sans",sans-serif;
	font-size: 25px;
	font-weight: bold;
	line-height: normal;
	margin-bottom: 25px;
}.contact-left-position {
	margin: 100px 0;
}.contactForm  {
	margin-top: 20px;
}.contactForm  label{
	font-weight: bold;
	display: block;
}.contactForm input {
	font-family: "Open Sans",sans-serif;
	font-weight: 900;
	height: 48px;
	margin-bottom: 5px;
	padding: 3px 15px;
	width: 100%;
}.contactForm textarea {
	font-family: "Open Sans",sans-serif;
	width: 100%;
	padding: 3px 15px;
	min-height: 100px;
	max-width: 100%;
	min-width: 100%;
}.contactForm .captchaWrapper {
	margin-top: 10px;
}.contactForm .captchaRefresh {
	vertical-align: middle;
}.contactForm .submitWrapper {
	text-align: center;
	margin-top: 30px;
}.contactForm .submitWrapper span.submit {
	background-color: #6C8E45;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	cursor: pointer;
	display: block;
	font-size: inherit;
	font-weight: bold;
	line-height: 48px;
	padding: 0;
	font-family: "raleway",sans-serif;
	color: #FFFFFF;
	font-size: 20px;
}.contactForm .submitWrapper span.submit:hover {
	background-color: #7A9139;
}.emailConfirmation {
	margin: 0 auto;
}.emailConfirmation h1 {
	color: #00CC00;
}.quotations {
	display: inline-block;
	font-size: 25px;
	font-weight: lighter;
	color: #000;
	line-height: 65px;
	margin: 10px 0 40px;
	width: auto;
	position: relative;
}.quotations:before {
	content: " ";
	position: absolute;
	height: 30px;
	width: 30px;
	top: 0;
	left: -40px;
	background: url("https://goldstandardlawncare.com/wp-content/themes/land2/images/quotation-before.png");
}.quotations:after {
	content: " ";
	position: absolute;
	height: 30px;
	width: 30px;
	top: 0;
	right: -35px;
	background: url("https://goldstandardlawncare.com/wp-content/themes/land2/images/quotation-after.png");
}.footer-wrapper {
	
	width: 100%;
}.footer-inner-wrapper {
	padding: 45px 0;
	background: url("https://goldstandardlawncare.com/wp-content/uploads/sites/3630/2016/04/footer5.jpg") no-repeat scroll bottom center;
}.footer-inner-wrapper h1 {
	padding: 0 0 25px 0;
}.footer-wrapper .footer-inner-wrapper .google-map {
	border: 6px solid #97ba58;
}.footer-inner-wrapper .contact-info-wrapper {
	text-transform: uppercase;
}.footer-inner-wrapper .contact-info-wrapper h3 {
	font-family: "Open Sans",sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 52px;
	color: #000;
	margin: 25px 0 10px;
	position: relative;
}.footer-inner-wrapper .contact-info-wrapper h3:after {
	background: none repeat scroll 0 0 #a3c26d;
	bottom: -2px;
	content: " ";
	height: 2px;
	position: absolute;
	right: -3px;
	width: 33px;
}.footer-inner-wrapper .contact-info-wrapper p {
	color: #000;
	margin: 0;
	line-height: 32px;
}.footer-inner-wrapper .contact-info-wrapper .payment-options {
	margin: 15px 0 0;
}.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section .menu {
	margin: 25px 0 0 0;
	width: 200px;
}.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section ul li {
	margin: 0 0 18px 0;
	float: none;
	text-align: center;
}.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section ul li a  {
	text-align: center;
	float: none;
	width: 100%;
	color: #000;
	line-height: 35px;
	font-size: 14px;
}.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section li.active:not(.has-form) a:not(.button) {
	background: #6C8E45;
	border: none;
	color: #000;
}.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section ul li a:hover  {
	background: #6C8E45;
	border: none;
	color: #000;
}.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section  .has-dropdown ul {
	display: none;
}.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section  .has-dropdown > a{
	padding: 0 !important;
}.footer-wrapper .footer-inner-wrapper .menu-wrapper .top-bar .top-bar-section  .has-dropdown > a:after{
	display: none;
}.disclaimer {
	background: #040404;
}.disclaimer p{
	font-size:9px;
	margin:5px 0;
	color:#555;
}.disclaimer a{
	opacity:0.30;
}
/* Start normal Styles */
p.contact-title {
	font-family: "Calibri", sans-serif;
	color: #151515;
	font-size: inherit;
	margin: 15px 0;
}.fc-header-left, .fc-header-center, .fc-header-right {
	clear: both;
	display: block;
	width: 100%;
	text-align: center;
}#preloader {
	background: none repeat scroll 0 0 #fff;
	display: block;
	padding: 20% 0 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 999999;
	top: 0;
}.slick-background-wrapper {
	left: 0;
	position: fixed;
	top: 0;
	z-index: -1;
	width: 101% !important;
	overflow: hidden;
}.rhino-btn {
	background:url(images/rhinoslider-sprite.png) 0 0 no-repeat;
	z-index:10;
	width:56px;
	height:53px;
	display:block;
	text-indent:-999%;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}.rhino-prev, .rhino-next { bottom:-4px; }
.rhino-prev {
	left:-6px;
	background-position:-168px 0;
}.rhino-next {
	right:-6px;
	background-position:-106px 0;
}.rhino-prev:hover { background-position:-168px -53px; }
.rhino-next:hover { background-position:-106px -53px; }
.rhino-toggle {
	top:-4px;
	left:-6px;
}.rhino-play { background-position:0 0; }
.rhino-play:hover { background-position:0 -53px; }
.rhino-pause { background-position:-56px 0; }
.rhino-pause:hover { background-position:-56px -53px; }
.rhino-container { position:relative; }
.rhino-caption {
	position:absolute;
	background: #000;
	display:none;
	left:0;
	right:0;
	top:0;
	color:#fff;
	padding:10px;
	text-align:right;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}.rhino-bullets {
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin:0 0 0 -50px;
	z-index: 10;
	background: #fff;
	padding:0;
}.rhino-bullets:before, .rhino-bullets:after {
	position:absolute;
	display:block;
	left:-16px;
	content:" ";
	width:16px;
	height:26px;
	background:url(images/rhinoslider-sprite.png) -224px 0 no-repeat;
}.rhino-bullets:after {
	left:auto;
	right:-16px;
	background-position: -240px 0;
}.rhino-bullets li {
	float:left;
	display:inline;
	margin:0 2px;
}.rhino-bullets li a.rhino-bullet {
	display: block;
	width: 16px;
	height: 29px;
	cursor: pointer;
	background: white;
	font-size: 10px;
	text-align: center;
	padding: 6px 0 5px 0;
	color: #333;
	text-decoration:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
}.rhino-bullets li a.rhino-bullet:hover, .rhino-bullets li a.rhino-bullet:focus {
	color:#000;
	background:#eee;
}.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
	color:#fff;
	background:#757575;
}ul[id*="slider-"] {
	max-width: 100%;
	width:1000px;
	height:400px;
	margin: 0;
	overflow: hidden;
}ul[id*="slider-"] li { 
	list-style:none; 
}ul[id*="slider-"] article {
	position: absolute;
	z-index: 1000;
	float: left;
	height: 400px;
	overflow: hidden;
	padding: 180px 0 0 180px;
}ul[id*="slider-"] article h1 {
	color: #fff;
}ul[id*="slider-"] article p {
	color: #fff;
}ul[id*="slider-"] p {
	padding: 0;
	margin: 0;
}.spinner {
	margin: 100px auto;
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 10px;
}.spinner > div {
	background-color: #444;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}@-webkit-keyframes stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
	20% { -webkit-transform: scaleY(1.0) }
}@keyframes stretchdelay {
	0%, 40%, 100% { 
	transform: scaleY(0.4);
	-webkit-transform: scaleY(0.4);
  }  20% { 
	transform: scaleY(1.0);
	-webkit-transform: scaleY(1.0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.navigation-wrapper{
		height: auto;	
	}.header-company-title a {
		text-align: center;
	}.home-logo {
		padding: 70px 0;
	}.top-bar .title-area{
		float: none;
	}.top-bar-section{
		width: 100%;	
	}.top-bar-section ul li{
		float: none;	
	}.top-bar-section .has-dropdown.hover > .dropdown, 
	 .top-bar-section .has-dropdown.not-click:hover > .dropdown{
		position: relative!important;
		top: 0;
	}.slider-wrapper .rhino-container ul, .slider-wrapper .rhino-container ul li.rhino-item {
		min-width: 1240px;
		width: 100% !important;
	}#lightbox {
		top: 30px !important;
	}#lightbox, #outerImageContainer, #imageContainer, #lightboxImage, #imageDataContainer {
		height: auto !important;
		max-width: 100% !important;
	}
	.slider-wrapper {
	left: 0;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 100%;
	z-index: -1;
}
.home-logo{
max-width:1px;
}
.default-logo{
padding:100px 0px;
position:absolute;
max-width:190px;

}
}
@media only screen and (max-width: 767px) {
	.page-tagline h1,
	.home-tagline h1,
	.guarantee h1 {
		font-size: 20px;
		line-height: 1.5em;
		margin: 0 0 10px;
	}.specialize .button {
		font-size: 20px;
		line-height: 1.8;
		margin: 0;
		padding: 0 15px;
	}.content-wrapper h1, 
	 .content-wrapper h2, 
	 .content-wrapper h3, 
	 .content-wrapper h4 {
		font-size: 20px;
		text-align: center;		
	}.quotations:before, .quotations:after {
		display: none;
	}.home-logo, .default-logo {
		max-width: 100px;
		padding: 50px 0;
	}.slider-wrapper .rhino-container ul, 
	 .slider-wrapper .rhino-container ul li.rhino-item {
		max-width: 640px;
	}.header-company-title a {
		font-size: 17px;
	}.navigation-wrapper{
		height: auto;
	}.top-bar {
		height: 40px;
	}.top-bar.expanded .title-area {
		background-color: #658E4A;
	}.top-bar.expanded .toggle-topbar a {
		color: #FFFFFF;
	}.top-bar .top-bar-section ul li a {
		border-bottom: none !important;
	}.top-bar-section li:not(.has-form) a:not(.button) {
		line-height: 20px;
	}.top-bar-section li.active:not(.has-form) a:not(.button),
	 .top-bar-section li.active:not(.has-form) a:hover:not(.button),
	 .top-bar-section li:not(.has-form) a:hover:not(.button), 
	 .top-bar-section ul li:hover:not(.active) > a {
		line-height: 20px;
	}.top-bar-section .has-dropdown > a:after {
		visibility: visible;
	}.top-bar-section .has-dropdown.moved > .dropdown {
		top: 0 !important;
	}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
		background: none;
		color: #FFFFFF;
	}.contact-left-position {
		margin: 40px 0;
	}.footer-inner-wrapper {
		padding: 45px 0;
		background-size: auto 100%;
	}#lightbox {
		position: fixed;
		top: 30px !important;
	}#lightbox, #outerImageContainer, #imageContainer, #lightboxImage, #imageDataContainer {
		height: auto !important;
		max-width: 100% !important;
	}#prevLink, #nextLink {
		height: 235px !important;
	}
img.logo2{
margin-top:-100px;
z-index:999999;
width:200px;

}
}
