/* CSS Document */
/* CSS Document */
.asterisk {
  color: #d2232a;
}

.developedBy {
  text-align: right;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
  background-color: #ffffee;
  color: #1a242f;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Raleway;
  color: #192213;
}

label {
  font-weight: normal;
  color: #2f1a25;
}

a {
  color: #888;
}
a :hover,
a :focus {
  color: #333;
}

p {
  margin-bottom: 1.5em;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}

.wob {
  background-color: #333;
  color: #ccc;
}

#feature {
  padding: 0 30px 170px;
}

.home_page #feature {
  padding-bottom: 20px;
}
.home_page #feature section.intro {
  padding-bottom: 156px;
  width: 100%;
}

.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.img-gal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.br-on-mobile {
  display: block;
}

@media screen and (min-width: 480px) {
  #feature {
    padding: 0 30px 110px;
  }
}
@media screen and (min-width: 768px) {
  #feature {
    padding: 0 30px 70px;
  }

  .br-on-mobile {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .home_page section.intro {
    padding-bottom: 70px;
    width: 50%;
  }

  .icon-row {
    margin: auto;
    width: 79%;
  }
}
.thumbnail {
  background-color: transparent;
  border: none;
  margin: 0 0 20px;
  padding: 0;
}
.thumbnail img {
  position: relative;
}

.dropdown-menu svg {
  height: 16px;
  margin-right: 2px;
  width: 16px;
}

.secondary {
  border: solid #333 1px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 1em;
}

#feature p:first-child {
  font-weight: bold;
}

#contact_us label {
  width: 150px;
}

.inset_box {
  border: solid black 1px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0 1em;
  margin-bottom: 1em;
  background: #6989ac;
}

.inset_box img {
  float: left;
  margin: 1.6em 1em 0 0;
}

.dropdown-menu {
  color: #ccc;
  background-color: #333;
  border: none;
  -moz-box-shadow: 8px 8px 10px -5px #333;
  -webkit-box-shadow: 8px 8px 10px -5px #333;
  box-shadow: 8px 8px 10px -5px #333;
}

.dropdown-menu > li > a {
  color: #ccc;
}

.dropdown-toggle {
  background-color: transparent;
  border: none;
}

header {
  background-image: url(../../images/header_bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #91934B;
  color: #fff;
  height: auto;
  margin-bottom: 18px;
  padding: .5em 0;
}
header p {
  font-style: italic;
  margin-bottom: 0;
  line-height: 1.50;
}
header svg {
  display: block;
  height: 100px;
  margin: 15px 0 10px;
}
header svg path {
  fill: #fff;
}
header .phone {
  text-align: right;
  margin-top: .5em;
  font-size: 1.8em;
}
header .navbar {
  font-size: 13px;
  margin: 18px 0 0;
  z-index: 100;
}
header .container .row:first-child {
  padding-left: 0;
  padding-right: 0;
}
header .social_shares {
  margin-top: 10px;
}
header .pre_nav {
  text-align: center;
}
header .pre_nav a svg {
  margin: auto;
  width: 278px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #ccc;
}

@media screen and (min-width: 480px) {
  header {
    height: auto;
  }
  header .pre_nav {
    text-align: left;
  }
  header .pre_nav a svg {
    margin: auto 0;
    width: auto;
  }

  .nav > li > a {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 768px) {
  .dropdown-menu {
    width: auto;
  }

  header .navbar {
    font-size: 13px;
  }

  .nav > li > a {
    padding: 8px 10px;
  }
}
@media screen and (min-width: 992px) {
  header header .navbar {
    font-size: 14px;
  }
  header .nav > li > a {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 1200px) {
  header svg {
    height: 100px;
    margin: auto 0;
  }
  header .container .row:first-child {
    padding-left: 32px;
    padding-right: 32px;
  }
  header .navbar {
    font-size: 15px;
  }
}
/*header svg line {
	stroke: $light_grey;
}

header button:hover svg line{
	stroke: $mid_grey;
}


$page_logo: 83px;

.header_logo{
	padding:1em 0 0;
	float: right;
	width: $page_logo;
	
	& svg{
	display: block;
	width: $page_logo;
	height: 80px;
	}

	&.pull-left svg path, &.pull-left svg polygon{
		fill: $secondary;
	}

	& h3{
		font-variant: small-caps;
		text-align: center;
		color: $mid_grey;
		font-size: .7em;
		margin: 0;
	}
}

.header_icon{
	padding: 1em 0 0;
	& svg{
		display: block;
		width: 83px;
		height: 80px;
	}

	& svg path, & svg polygon{
		fill: $secondary;
	}

	& svg:hover{
	transform: skew(20deg);
	animation: shake 2s infinite;
	animation-direction: alternate;
	}
}

header{
	padding: .6em 0;
	font-size: 14px;
}

.page-top{
	&{
		margin-bottom: 6em;
	}

	& h1{
		line-height: 200%;
	}

	& h1:before{
		content: '';
	}
}


.dropdown-toggle{
	//outline: pink solid 1px;

	& span{
		display: inline-block;
		vertical-align: top;
		padding-top: 2px;
		line-height: normal;
		//outline: lime solid 1px;
		color:$light_grey;
	}

	& span:hover, & span:focus{
		color:$mid_grey;
	}
}
*/
.dropdown-menu > li > a, .dropdown-menu > li > a {
  color: transparent;
  display: block;
  text-shadow: 0px 0px 0px #fff;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.dropdown-menu:hover > li > a, .dropdown-menu:focus > li > a {
  text-shadow: 0px 0px 2px #cccccc;
}
.dropdown-menu > li > a:hover svg path, .dropdown-menu > li > a:focus svg polygon {
  fill: #262626;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-shadow: 0px 0px 1px #fff;
  padding-left: 20px;
}

@media screen and (max-width: 1200px) {
  .page-top {
    margin-bottom: 5em;
  }
  .page-top h1 {
    line-height: 150%;
    margin-left: .5em;
  }
}
@media screen and (max-width: 992px) {
  .page-top {
    margin-bottom: 4em;
  }
  .page-top h1 {
    line-height: 120%;
    margin-left: .5em;
  }

  .dropdown-menu {
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .page-top {
    margin-bottom: 4em;
  }
  .page-top h1 {
    line-height: 120%;
    margin-left: .5em;
    font-size: 24px;
    margin-left: 1.2em;
  }

  .dropdown-menu {
    left: 0%;
    width: 100%;
    font-size: 13px;
  }
  .dropdown-menu li:nth-child(2n+1) {
    background: rgba(255, 255, 255, 0.15);
  }
  .dropdown-menu li {
    height: 50px;
  }
  .dropdown-menu li a {
    padding: 10px;
    height: 100%;
    display: block;
  }
  .dropdown-menu li a svg {
    height: 32px;
    width: 32px;
    vertical-align: text-top;
  }
}
footer {
  padding: .6em 0;
  font-size: 14px;
  margin-top: 1em;
  color: #fff;
  background-color: #86813e;
}
footer p {
  margin-bottom: .5em;
}
footer a {
  color: #fff;
}
footer a:hover, footer a:focus {
  color: #cccccc;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
footer ul > li {
  display: inline-block;
  margin-left: 15px;
}

@media screen and (max-width: 992px) {
  footer p, footer ul {
    text-align: center;
  }
  footer ul {
    margin-bottom: 1em;
    float: none;
  }
}
.icon-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.icon-box {
  text-align: center;
  border: 1px solid #ccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 11px;
  padding: 0;
  width: 41%;
  position: relative;
  height: 120px;
  background-size: contain;
}
.icon-box a {
  height: 100%;
  display: block;
  color: #fff;
}
.icon-box a:hover, .icon-box a:focus {
  text-decoration: none;
  color: #cccccc;
}
.icon-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.icon-box div {
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  text-align: center;
}
.icon-box:hover {
  cursor: pointer;
}
.icon-box:hover h2 {
  display: block;
}
.icon-box .thumbnail {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border: none;
}
.icon-box .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(80, 44, 62, 0.75);
  width: 100%;
  height: 65%;
  display: none;
  text-align: left;
  color: #fff !important;
  z-index: 2;
  padding: 4%;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.icon-box .caption h2 {
  font-size: 1em;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.icon-box .caption p {
  font-size: .85em;
  color: #fff;
  margin: 0;
}
.icon-box .caption p.fa {
  text-align: right;
}
.icon-box .caption .right {
  text-align: right;
  padding-right: 1em;
  padding-bottom: 1em;
}

.structures {
  background-image: url(../../images/home/structures.jpg);
}

.drives {
  background-image: url(../../images/home/drives.jpg);
}

.lawn-and-gardens {
  background-image: url(../../images/home/lawn-and-gardens.jpg);
}

.ponds-and-water-features {
  background-image: url(../../images/home/ponds-and-water-features.jpg);
}

.paths-and-patios {
  background-image: url(../../images/home/paths-and-patios.jpg);
}

.artificial-grass {
  background-image: url(../../images/home/artificial-grass.jpg);
}

@media screen and (min-width: 480px) {
  .icon-box {
    width: 44%;
    margin: 20px 2% 0;
    height: 160px;
    background-size: cover;
  }
  .icon-box h2 {
    font-size: 1em;
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .icon-box {
    width: 44%;
    margin: 20px 2% 0;
    height: 260px;
  }
  .icon-box h2 {
    font-size: 1em;
    margin-top: 32px;
  }
}
@media screen and (min-width: 992px) {
  .icon-box {
    width: 31%;
    margin: 20px 1% 0;
  }
  .icon-box h2 {
    font-size: 1em;
    margin-top: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .icon-box {
    margin: 11px;
  }
  .icon-box h2 {
    font-size: 1.2em;
    margin-top: 25px;
  }
}
.btn-success {
  background-color: #476481;
  border-color: #476481;
}

.btn-success:hover, .btn-success:focus {
  background-color: #2c3e50;
  border-color: #2c3e50;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
  background-color: #597ea2;
  border-color: #597ea2;
}

@media screen and (min-width: 981px) {
  button.dropdown-toggle:hover + ul.dropdown-menu {
    display: block;
  }
  button.dropdown-toggle + ul.dropdown-menu {
    margin-top: -2px;
  }
  button.dropdown-toggle + ul.dropdown-menu:hover {
    display: block;
  }
}
#feature .further_info {
  font-size: 12px;
}
#feature .further_info .tab-content {
  border-left: solid 1px #ecf0f1;
  border-bottom: solid 1px #ecf0f1;
  border-right: solid 1px #ecf0f1;
  border-top: solid 1px #ecf0f1;
  padding: .5em;
  background-color: white;
  margin-bottom: 1em;
}
#feature .further_info p:first-child {
  font-weight: normal;
}
#feature .further_info .nav-tabs {
  border-bottom: none;
}
#feature .further_info .nav-tabs > li.active > a, #feature .further_info .nav-tabs > li.active > a:hover, #feature .further_info .nav-tabs > li.active > a:focus {
  background: white;
}

#map {
  height: 400px;
}

#modal_wrapper .modal-body {
  overflow: hidden;
  padding: 0 20px 20px;
}
#modal_wrapper .lightbox_nav {
  clear: both;
  display: block;
  height: 30px;
  line-height: 2;
  overflow: hidden;
}
#modal_wrapper .lightbox_nav a:nth-child(2) {
  text-align: right;
}
#modal_wrapper .lightbox_nav a {
  background-color: #1a242f;
  color: #fff;
}
#modal_wrapper .lightbox_nav a:active {
  outline: none;
}
#modal_wrapper .modal-dialog {
  width: auto;
  margin: 30px auto;
  display: table;
}
#modal_wrapper .modal-content {
  background-color: #506f92;
}
#modal_wrapper p.caption {
  width: 90%;
  word-wrap: unset;
  padding: 0 20px;
  color: white;
}
#modal_wrapper p.caption:first-child {
  font-weight: normal;
}

.thumbnail img {
  cursor: pointer;
}

.mag-required {
  position: relative;
}

span.water_mark {
  display: none;
}

.watermark {
  background-color: transparent;
  height: 24px;
  left: 10px;
  opacity: 0.7;
  position: absolute;
  top: 5px;
  width: 24px;
}

@media screen and (min-width: 480px) {
  .watermark {
    left: 44px;
  }
}
@media screen and (min-width: 768px) {
  .watermark {
    left: 52px;
  }
}
@media screen and (min-width: 992px) {
  .watermark {
    left: 4px;
  }
}
.close {
  float: none;
  padding-right: 20px;
  text-align: right;
}

/* CSS Document */
.tip_box {
  background-color: #ccc891;
  padding: 1em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 1em;
}
.tip_box h1, .tip_box h2, .tip_box h3, .tip_box h4, .tip_box h5, .tip_box h6 {
  text-align: center;
  margin: 0 0 .25em;
  color: #757036;
  vertical-align: top;
}
.tip_box h3 {
  margin: 0 0 .5em 0;
  font-size: 17px;
}
.tip_box p {
  color: #192213;
  font-size: 13px;
  margin-bottom: 10px;
}
.tip_box p:first-of-type {
  font-weight: 700;
}
.tip_box svg {
  vertical-align: bottom;
}
.tip_box svg path {
  fill: #757036;
}

@media screen and (max-width: 992px) {
  .tip_box {
    width: 49%;
    float: right;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .tip_box h3 {
    font-size: 26px;
  }
}
/* CSS Document */
.testimonial {
  background-color: #d1aabe;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 1em;
  width: 100%;
  margin: 1em 0;
}
.testimonial {
  /*h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  	text-align: center;
  	margin: 0 0 .25em;
  	color: darken($rp_bg, 25%);
  }
  h3:first-of-type{
  	color: #fff;
  }
  p img{
  	display: block;
  	margin:auto;
  	text-align:center;
  	width: 100%;
  	max-width: 232px;
  }
  .navigation{
  	display: flex;
  	justify-content: space-between;
  	//color: complement($rp_bg);
  	color: darken($rp_bg, 25%);
  	cursor: pointer;
  }*/
}
.testimonial h1, .testimonial h2, .testimonial h3, .testimonial h4, .testimonial h5, .testimonial h6 {
  text-align: center;
  margin: 0 0 .25em;
  color: #814764;
}
.testimonial p {
  color: #1a242f;
  font-size: 13px;
  margin-bottom: 10px;
}
.testimonial p:first-of-type {
  font-weight: 700;
}
.testimonial h3 {
  margin: 0 0 .5em 0;
  font-size: 17px;
}
.testimonial .byline {
  font-style: italic;
}

@media screen and (max-width: 992px) {
  .testimonial {
    width: 49%;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .testimonial h3 {
    font-size: 26px;
  }
}
#contact_us label {
  min-width: 180px;
  display: inline-block;
}
#contact_us .lbl_2 {
  margin-left: 3em;
}
#contact_us .form-group {
  margin-bottom: 4px;
}
#contact_us textarea {
  vertical-align: top;
  width: 100%;
}
#contact_us fieldset {
  border: solid 1px grey;
  padding: .5em;
  margin-bottom: 4px;
}
#contact_us legend {
  width: auto;
  padding: .25em;
  margin-bottom: .25em;
  font-size: 16px;
}
#contact_us .alert {
  margin-top: 1em;
}
#contact_us input[type=text], #contact_us input[type=email] {
  width: 60%;
}

@media screen and (min-width: 480px) {
  #contact_us .lbl_2 {
    margin-left: .5em;
  }
  #contact_us label {
    margin-left: .5em;
  }
}
.fb-page-wrapper {
  margin: auto;
  width: 320px;
  margin-bottom: 20px;
}

.bg-success {
  background-color: #dee5de;
}

.alert-success {
  background-color: #dee5de;
  border-color: #dee5de;
}

.panel-success > .panel-heading {
  background-color: #dee5de;
  border-color: #dee5de;
}
