/*

#Reset =========================

*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;

  background: url(../img/gardening-with-hat.jpg) no-repeat top center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*html.bg1 {
  background: url(../img/gardening-with-hat.jpg) no-repeat top center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

select { 
	width:318px;
	-moz-appearance: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #01536D;
    border-radius: 0 0 0 0;
    box-shadow: 0 0 0 5px rgba(63, 123, 36, 0.5);
    color: #888888;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: medium none;
    padding: 10px 4px;
 }
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family: 'Open Sans', Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
/*  background: #fff url('../img/backdrop.jpg') no-repeat 0 0 ;*/
}
p {
  margin: 0 0 10px;
}
a {
  color: #4b922b;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2d571a;
  text-decoration: underline;
}
/*

#Main =========================

*/
/* wrapper page */
.wrapper {
  min-height: 100%;
  position: relative;
}
#content,
.footer-wrapper {
  width: 940px;
  margin: 0 auto;
}
/* content */
#content {
  padding: 20px;
  padding-bottom: 220px; 
  font-family: 'Open Sans', Verdana, sans-serif; 
}
  /* + footer */

/* content text */

h1{ 
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
	-1px 1px 0 #fff, 3px 3px 5px #aeb0b3;
	font-size: 38px; letter-spacing: -2px;
	line-height:44px;
}

h2{ 
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
	-1px 1px 0 #fff, 3px 3px 5px #aeb0b3;
	font-size: 16px;
}

h3{ 
		text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff,
		-1px 1px 0 #fff, 3px 3px 5px #aeb0b3;
		font-size: 20px; }

/* footer */
#footer {
  position: absolute;
  width: 100%;
  height: 110px;
  /* Height of the footer */
  padding-top: 13px;
  background-color: #ffffff;
  bottom:0;
}
/* footer wrapper */
.footer-wrapper .logo {
  /* logo */

  float: left;
}
.footer-wrapper .contentinfo {
  /* contentinfo */

  float: right;
  text-align: right;
}
.footer-wrapper .copyright {
  /* copyright  */

  color: #333333;
  font-size: 12px;
  line-height: 16px;
  margin-top: 9px;
}
.footer-wrapper .nav {
  /* navigation  */

  float: right;
  margin: 6px 5px 0 0;
  padding: 0;
  list-style: none;
  color: #D2EAC6;
}
.footer-wrapper .nav li {
  float: left;
  margin: 0 5px;
}
/* customer quote */
.customer-quote {
  position: absolute;
  margin: 0;
  color: #000000;
  background: url('../img/quote-box.png') no-repeat 0 0;
  width:358px;
  height:170px;
  top:480px;
  right:30px;
  padding:14px 25px 0 23px;
  
}
.customer-quote:before {
  position: absolute;
  top: -10px;
  left: -8px;
  display: block;
  width: 21px;
  height: 18px;
}
.customer-quote p {
  font-size: 15px;
  color: #555;
  margin-left:35px;
  line-height:18px;
}
.customer-quote p > span {
	
  padding: 3px 12px 3px;
}

.customer-quote p.attribute { font-size:14px; color:#777; font-style:oblique; padding:0;  margin-top:-5px; }

.customer-quote p .niq {
  color: #de8300;
}
.customer-quote p .niq span {
  color: #4b922b;
}
/* customer signature */
.customer-signature {
  background: url('../img/bg-op40-white.png') repeat;
  margin-top: 7px;
  margin-left: 20px;
  padding: 9px 9px 3px 8px;
}
/* button */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
 font-size: 24px;
  height: 62px;
  line-height: 58px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
  background-color: #eb8a1f;
  background-image: -moz-linear-gradient(top, #de8300, #ff944d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#de8300), to(#ff944d));
  background-image: -webkit-linear-gradient(top, #de8300, #ff944d);
  background-image: -o-linear-gradient(top, #de8300, #ff944d);
  background-image: linear-gradient(to bottom, #de8300, #ff944d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde8300', endColorstr='#ffff944d', GradientType=0);
  border-color: #ff944d #ff944d #ff6600;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #ff944d;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #CE5300;
  *border: 0;
  border-bottom-color: #9b3e00;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  *margin-left: .3em;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #ffffff;
  background-color: #ff944d;
  *background-color: #ff8533;
}
.btn:active,
.btn.active {
  background-color: #ff751a \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.2s linear;
  -moz-transition: background-position 0.2s linear;
  -o-transition: background-position 0.2s linear;
  transition: background-position 0.2s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
/* modal  window */
.modal {
  display: none;
  position: absolute;
  width: 380px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.modal:after {
  /* modal arrow */

  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -11px;
  display: block;
  width: 16px;
  height: 22px;
  content: "";
  background: url('../img/modal-arrow.png') no-repeat;
}
.modal .modal-header {
  /* modal header */

  color: #ffffff;
  background-color: #4b922b;
  -webkit-border-radius: 15px 15px 0 0;
  -moz-border-radius: 15px 15px 0 0;
  border-radius: 15px 15px 0 0;
/*  font: 17px/53px 'Noticia Text', serif;*/
  font-weight: 700;
  text-align: center;
}
.modal .modal-body {
  /* modal body  */

  padding: 15px 22px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
}
.modal p {
  color: #525252;
  line-height: 19px;
}
/* form report */
.form-report {
  position: relative;
  width: 370px;
  height: 308px;
  margin: 46px 0 0 60px;
  padding-top: 14px;
  background: url('../img/bg-form-report.png') repeat-x;
  border: 3px solid #ffffff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
}
.form-report .header {
  /* header */
  position: relative;
  float: right;
  width: 340px;
  height: 70px;
  margin-right: -3px;
  margin-left: -3px;
  padding: 10px 15px;
  border-right: 3px solid #4b922b;
  border-left: 3px solid #4b922b;
  background: url('../img/bg-op70-white.png') repeat;

}
.form-report .header:before {
  /* house */

  position: absolute;
  top: -21px;
  left: -77px;
  display: block;
  width: 125px;
  height: 173px;
  content: "";
  background: url('../img/house-with-arrow.png') no-repeat;
}
.form-report .header h1 {
  font-size:16px;
  margin:2px -10px 0 50px;
  color:#333;
  text-shadow:none;
  line-height:22px;
  letter-spacing:-0.05em;
}

.form-report .header p {
  font-size:11px;
  margin:2px 0 0 50px;
}


.form-report form {
  padding: 0 25px;
}
.form-report label {
  float: left;
  margin: 13px 4px 10px;
  font-size: 18px;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.form-report input {
  width: 292px;
  padding: 8px 12px;
  border: 1px solid #01536D;
  -webkit-box-shadow: 0 0 0 5px rgba(63, 123, 36, 0.5);
  -moz-box-shadow: 0 0 0 5px rgba(63, 123, 36, 0.5);
  box-shadow: 0 0 0 5px rgba(63, 123, 36, 0.5);
  font-size: 18px;
}
.form-report input:focus {
  -webkit-box-shadow: 0 0 0 5px #3f7b24;
  -moz-box-shadow: 0 0 0 5px #3f7b24;
  box-shadow: 0 0 0 5px #3f7b24;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}
.form-report input:focus:invalid {
  color: #b22c00;
}
.form-report .btn {
  /* submit button */

  position: absolute;
  bottom: -31px;
  left: 50%;
  width: 287px;
  margin-left: -143.5px;
}
.form-report .footer {
  /* footer */

  position: absolute;
  bottom: -73px;
  width: 100%;
}
.form-report .footer .modal {
  /* modal */

  bottom: 51px;
  left: -32%;
}
.form-report .footer .btn-links {
  /* btn links */

  margin: 0;
  padding: 0;
  list-style: none;
}
.form-report .footer .btn-links li {
  float: right;
}
.form-report .footer .btn-links li:first-child {
  float: left;
}
.form-report .footer .btn-links a {
  display: block;
  background: url('../img/bg-op80-green.png') repeat;
  min-width: 109px;
  padding: 0 11px;
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
}
.form-report .footer .btn-links a:hover,
.form-report .footer .btn-links a:focus {
  text-decoration: none;
}
.form-report .unhappy {
  /* input happy-form jquery plugin*/

  color: #b22c00;
}
.form-report .unhappyMessage {
  /* invalid field happy-form jquery plugin*/

  float: right;
  margin-top: 13px;
  margin-right: 5px;
  color: #222222;
  font-size: 16px;
}
/* no-js */
.no-js body {
  background: url('../img/gardening-with-hat.jpg') no-repeat center 0;
}
.no-js .customer-quote {
  font-size: 17px;
  line-height: 31px;
}
.no-js .btn {
  font-size: 22px;
}
.no-js .header h1 {
  font-size: 16px;
}
.no-js .header h1 span {
  font-size: 17px;
}
.no-js .header h2 {
  font-size: 11px;
}
