/* CORE VARIABLES, MIXINS */
html {
  min-height: 100%;
  position: relative;
}
body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 300;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  margin-bottom: 150px;
}
.img-responsive {
  display: inline-block;
}
a,
a:hover,
a:active,
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  /* Safari and Chrome */
  -moz-transition: all 0.2s ease-in-out;
  /* Firefox */
  -o-transition: all 0.2s ease-in-out;
  /* IE 9 */
  -ms-transition: all 0.2s ease-in-out;
  /* Opera */
  transition: all 0.2s ease-in-out;
}
a {
  color: #408740;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #66c766;
}
b,
strong,
label {
  font-weight: 600;
}
q {
  padding: 0 20px 20px 0px;
  display: block;
  font-style: italic;
  line-height: 1.6em;
}
q p {
  display: inline;
}
.padding-size1 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-title {
  padding-top: 20px;
}
.page-title h2 {
  text-transform: uppercase;
  font-weight: 400;
}
/* begin BUTTONS */
.btn {
  -webkit-transition: all 0.2s ease-in-out;
  /* Safari and Chrome */
  -moz-transition: all 0.2s ease-in-out;
  /* Firefox */
  -o-transition: all 0.2s ease-in-out;
  /* IE 9 */
  -ms-transition: all 0.2s ease-in-out;
  /* Opera */
  transition: all 0.2s ease-in-out;
  border: none;
}
.btn-xl {
  padding: 20px 32px;
  font-size: 18px;
}
.btn-type01 {
  background: #339933;
  color: #ffffff;
}
.btn-type01:hover,
.btn-type01:focus,
.btn-type01:active:focus {
  background: #408740;
  color: #ffffff;
  box-shadow: none;
}
/* end BUTTONS */
/* begin FORM */
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 140, 40, 0.075), 0 0 8px rgba(0, 140, 70, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 140, 40, 0.075), 0 0 8px rgba(0, 140, 70, 0.2);
  border-color: #66c766;
}
/* end FORM */
/* begin NAVBAR */
.navbar {
  border-width: 10px 0 3px 0;
  border-style: solid;
  border-color: #408740;
  background: none;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar .logo {
  margin-bottom: 10px;
}
.navbar .navbar-collapse {
  position: relative;
}
.navbar .contact {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0 0 0;
  position: absolute;
  right: 15px;
  top: 0;
}
.navbar .site-navigation {
  margin-top: 45px;
}
.navbar .site-navigation .navbar-nav > li > a:hover,
.navbar .site-navigation .navbar-nav > li > a:focus {
  background: #408740;
  color: #ffffff;
}
.navbar .site-navigation a {
  text-transform: uppercase;
  font-weight: 400;
}
.navbar .site-navigation .active a {
  font-weight: 600;
  background: none;
}
.navbar .site-navigation .active a:hover {
  background: none;
  color: #408740;
}
.navbar .navbar-toggle {
  border: none;
}
/* end NAVBAR */
/* begin BOXES */
.box-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.box-title.dotted {
  position: relative;
}
.box-title.dotted span {
  padding: 0 20px;
  background-color: #ebeceb;
  position: relative;
  z-index: 100;
}
.box-title.dotted:before {
  content: '';
  border-top: 3px black dotted;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 90;
}
.box-title.dotted.light span {
  background-color: #ffffff;
}
.box-carousel {
  margin-top: -5px;
}
.box-product h2 {
  text-align: left;
}
.box-product h1 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 0;
}
.box-product .price {
  font-size: 32px;
  font-weight: 400;
  margin-top: 0;
}
.box-product form {
  margin: 20px 0 30px 0;
}
.box-product form span {
  margin-left: 5px;
  margin-right: 20px;
  font-size: 18px;
}
.box-product hr {
  margin-top: 10px;
  margin-bottom: 15px;
}
.box-product .price-information p {
  margin: 0 0 3px 0;
}
.box-product .product-info {
  padding-left: 20px;
}
.box-product .orig-price,
.box-product .fa-truck {
  color: #aeaeae;
}
.box-product .product-information {
  border-top: 2px solid #b2b0b1;
  margin-top: 30px;
  padding-top: 20px;
}
.box-how-to-index {
  text-align: center;
}
.box-how-to-index p {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
.box-order-form h3 {
  border-bottom: 2px solid #408740;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.box-order-form .checkbox label,
.box-order-form .radio label {
  padding-left: 0;
}
.box-order-form .product {
  max-height: 160px ;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.box-order-form .table {
  background-color: #ebeceb;
}
.box-order-form .table td {
  padding: 15px;
  text-align: center;
}
.box-order-form .table td .title {
  font-weight: 600;
  margin-bottom: 40px;
}
.box-order-form .table td .input-group {
  max-width: 120px;
  margin: 0 auto;
}
.box-order-form .table td .input-group .form-control {
  text-align: center;
}
.box-order-form .table td .minus {
  color: #c92228;
  background: none;
}
.box-order-form .table td .minus:hover {
  color: #000000;
}
.box-order-form .table td .plus {
  color: #408740;
  background: none;
}
.box-order-form .table td .plus:hover {
  color: #000000;
}
.box-order-form .table td .btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box-order-form .full-price {
  font-size: 20px;
  text-align: right;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.box-order-form .content {
  padding: 40px 0;
}
.box-order-form .box-06 .sum {
  background: #ebeceb;
  padding: 10px;
  margin-bottom: 30px;
}
.box-order-form .box-06 .sum p {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.box-order-form .box-06 .btn {
  padding: 20px 60px;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.box-references {
  background-color: #ebeceb;
}
.box-references a {
  display: inline-block;
  overflow: hidden;
  padding: 10px;
}
.box-references a img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.box-references a:hover img {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  border-color: #ffffff;
}
.box-guarantee img {
  margin-bottom: 20px;
}
.box-question {
  padding: 40px 0 200px 0;
  background-color: #ebeceb;
  background-image: url("../images/layout/lawn_bg-01.jpg");
  background-position: 0 bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.box-question p {
  font-size: 16px;
  line-height: 1.1em;
}
.box-question p.icon {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
}
.box-question p.icon .fa {
  font-size: 36px;
}
.box-question p.icon a {
  color: #000000;
}
.box-question p.icon a:hover {
  color: #408740;
}
.box-order {
  background-color: #ebeceb;
  text-align: center;
}
.box-order p {
  margin-bottom: 20px;
}
.box-light {
  background: none;
}
.box-before-after h2 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.box-before-after .colored {
  font-size: 22px;
  font-weight: 600;
  color: #408740;
  margin-top: 30px;
}
.box-before-after .colored i {
  font-size: 42px;
}
.box-before-after .row {
  margin-bottom: 60px;
}
.box-info-list {
  background-color: #ebeceb;
  background-image: url("../images/layout/lawn_bg-02.jpg");
  background-position: 0 bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 40px 0 20px 0;
}
.box-info-list .box-title {
  text-align: center;
  margin-top: 0;
}
.box-info-list .box-title span {
  background: #ffffff;
  color: #000000;
  padding: 10px;
  display: inline-block;
}
.box-info-list ul {
  list-style-type: none;
}
.box-info-list ul li span {
  display: inline-block;
  background: #ffffff;
  color: #000000;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 17px;
  font-weight: 600;
}
.box-faq .media {
  margin-bottom: 40px;
}
.box-faq .media .media-middle {
  vertical-align: top;
  padding-right: 50px;
}
.box-faq .media .media-body h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.box-faq .media .media-body p {
  font-size: 16px;
}
.box-contact h4 {
  margin-top: 0;
  font-weight: 600;
}
.box-contact ul {
  margin-top: 20px;
  list-style-type: none;
  padding-left: 10px;
}
.box-contact ul li {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
/* end BOXES */
/* begin FOOTER */
.footer {
  background: #000000;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  padding: 40px 0;
}
.footer p {
  margin-bottom: 0;
}
.footer .social-media p {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 5px;
}
.footer .social-media a {
  display: inline-block;
  margin-right: 5px;
}
.footer .social-media a .fa {
  color: #ffffff;
  font-size: 36px;
  -webkit-transition: all 0.2s ease-in-out;
  /* Safari and Chrome */
  -moz-transition: all 0.2s ease-in-out;
  /* Firefox */
  -o-transition: all 0.2s ease-in-out;
  /* IE 9 */
  -ms-transition: all 0.2s ease-in-out;
  /* Opera */
  transition: all 0.2s ease-in-out;
}
.footer .social-media a:hover .fa-facebook-square {
  color: #3b5998;
}
.footer .social-media a:hover .fa-twitter-square {
  color: #4099ff;
}
.footer .social-media a:hover .fa-pinterest-square {
  color: #c92228;
}
.footer .copyright {
  text-align: right;
  color: #848484;
}
/* begin FOOTER */
/* ------------------------------------- */
/* Medium devices (desktops, 1200px and down) */
/* ------------------------------------- */
@media (max-width: 1199px) {
  .navbar .site-navigation {
    margin-top: 0;
  }
  .navbar .site-navigation .navbar-right {
    float: left !important;
  }
}
/* end @media */
/* ------------------------------------- */
/* Medium devices (desktops, 992px and down) */
/* ------------------------------------- */
@media (max-width: 991px) {
  body {
    margin-bottom: 0;
  }
  .navbar .site-navigation {
    margin-top: 0;
  }
  .navbar .site-navigation .navbar-nav > li > a {
    padding: 5px;
    font-size: 13px;
  }
  /* begin BOXES */
  .box-title.dotted span {
    display: inline-block;
    max-width: 70%;
  }
  .box-how-to-index p {
    font-size: 14px;
  }
  .box-question {
    padding: 40px 0 140px 0;
  }
  /* end BOXES */
  /* begin FOOTER*/
  .footer {
    position: static;
  }
  /* end FOOTER*/
}
/* end @media */
/* ------------------------------------- */
/* Medium devices (mobile, 768px and down) */
/* ------------------------------------- */
@media (max-width: 767px) {
  /* begin NAVBAR */
  .navbar .logo {
    max-height: 40px;
    margin-left: 15px;
  }
  .navbar .site-navigation {
    margin-top: 0;
  }
  .navbar .site-navigation .navbar-right {
    float: none !important;
  }
  /* end NAVBAR */
  /* begin BOXES */
  .box-title {
    font-size: 24px;
  }
  .box-title.dotted span {
    display: inline-block;
    max-width: 80%;
  }
  .box-question {
    padding: 40px 0;
  }
  .box-question p.icon {
    font-size: 20px;
  }
  .box-product {
    padding-bottom: 0;
  }
  .box-product h1 {
    text-align: center;
  }
  .box-product .price {
    text-align: center;
  }
  .box-product form {
    text-align: center;
  }
  .box-product form .form-control {
    width: 25%;
    display: inline-block;
    text-align: center;
  }
  .box-product form .btn {
    width: 100%;
    margin: 0;
  }
  .box-product .product-information {
    margin-top: 15px;
    padding-top: 10px;
  }
  .box-before-after h2 {
    margin-top: 20px;
  }
  .box-before-after .colored {
    margin-top: 15px;
  }
  .box-before-after .row {
    margin-bottom: 30px;
  }
  .box-faq .media {
    margin-bottom: 40px;
  }
  .box-faq .media .media-middle {
    display: none;
  }
  .box-faq .media .media-body h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .box-faq .media .media-body p {
    font-size: 16px;
  }
  .box-info-list {
    background-size: auto 100%;
  }
  .box-info-list ul {
    list-style-type: none;
    padding: 0;
  }
  .box-info-list ul li span {
    display: inline-block;
    background: #ffffff;
    color: #000000;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
  }
  .box-contact ul {
    margin-top: 20px;
    margin-bottom: 30px;
    list-style-type: none;
    padding-left: 10px;
  }
  .box-contact ul li {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .box-contact .btn {
    display: block;
    width: 100%;
  }
  .box-order-form .product {
    max-height: 160px ;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .box-order-form .table {
    background-color: #ebeceb;
    display: block;
    width: 100%;
  }
  .box-order-form .table tr,
  .box-order-form .table tbody {
    display: block;
    width: 100%;
  }
  .box-order-form .table td.product-image {
    text-align: center;
  }
  .box-order-form .table td {
    display: block;
    padding: 5px;
    text-align: left;
    width: 100%;
  }
  .box-order-form .table td p {
    display: inline-block;
    width: 40%;
  }
  .box-order-form .table td .title {
    margin-bottom: 0;
  }
  .box-order-form .table td form {
    display: inline-block;
  }
  .box-order-form .box-06 .sum {
    background: #ebeceb;
    padding: 10px;
    margin-bottom: 30px;
  }
  .box-order-form .box-06 .sum p {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
  }
  .box-order-form .box-06 .btn {
    margin-bottom: 20px;
  }
  /* end BOXES */
  /* begin FOOTER*/
  .footer {
    text-align: center;
  }
  .footer .copyright {
    text-align: center;
    margin-top: 30px;
  }
  /* end FOOTER*/
}
/* end @media */
