.body-font {
  font-family: 'Open Sans', sans-serif;
}
.hero-font {
  font-family: 'Roboto', cursive;
}
/*
* Template CSS
* =============================================================
*/
.rs-widget-container#rs-widget-228 {
  background-color: transparent!important;
}
body {
  height: 100%;
  background-color: #484848;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
}
article p {
  color: #808080;
}
footer {
  padding: 1em;
  min-height: 100px;
  background-color: #000000;
  height: 100%;
}
footer .uk-divider-icon {
  opacity: 0.25;
}
.uk-heading-hero {
  font-family: 'Roboto', cursive;
}
#hero-logo {
  max-width: 500px;
  width: 900px;
}
#logo {
  height: 85%;
}
#main-nav {
  background-color: #000000;
  z-index: 999;
}
ul.uk-navbar-nav {
  height: 100%;
}
ul.uk-navbar-nav li {
  position: relative;
  border-bottom: 4px solid transparent;
}
ul.uk-navbar-nav li a {
  color: #d6d6d6;
}
ul.uk-navbar-nav li:hover {
  border-bottom: 4px solid #a52a2a;
  background-color: 'white';
}
ul.uk-navbar-nav li a:hover {
  color: #ec2027;
}
ul.uk-navbar-nav li a {
  height: 100%;
}
ul.uk-navbar-nav li a li {
  height: 100%;
}
.uk-navbar-dropdown {
  color: #000;
  background: #000;
}
.uk-navbar-dropdown li {
  padding: 0 0.5em 0 0.5em;
  color: #000;
}
nav.uk-sticky-fixed #logo {
  padding: 2%;
}
/*
* Effects
* =============================================================
*/
.tdx-fade1 {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/* Zoom In #1 */
.tdx-zoom-11 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.tdx-zoom-11:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.tdx-border-right {
  border-left: 1px solid #bac6b8;
  position: absolute;
  top: 15%;
  bottom: 15%;
  right: 0;
  opacity: 0.5;
}
.uk-navbar-nav li:last-child .tdx-border-right {
  display: none;
}
/* Image row 'Gallery' styles*/
.tdx-gallery-item {
  display: block;
  width: 100%;
  height: 100%;
}
.tdx-gallery-title-container {
  width: 100%;
  min-height: 5%;
  text-align: center;
  padding: 0.5em 0 0 0;
  position: absolute;
  top: 0px;
  z-index: 50;
}
.tdx-gallery-title-container h1 {
  color: #443525;
  font-size: 200%;
  opacity: 1;
}
.tdx-image-row .uk-cover-container {
  min-height: 240px;
}
.tdx-image-row {
  height: 345px;
  background-image: url('/images/white-soil.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background-color: #fff;
}
.tdx-state-row {
  background-image: url('/images/white-soil.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background-color: #fff;
}
/* Sloped background pattern */
.tdx-slope {
  background: #000000;
  position: relative;
  z-index: 1;
}
.tdx-slope:before,
.tdx-slope:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.tdx-slope:before {
  border-top: 3px solid #ec2027;
  top: 0;
  -webkit-transform: skewY(1.7deg);
  transform: skewY(1.7deg);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.tdx-slope:after {
  bottom: 0;
}
/* Colored divider with animation */
.tdx-color-hdivider {
  height: 5px;
  width: 70%;
  background-color: #ec2027;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.tdx-color-hdivider-container:hover > .tdx-color-hdivider {
  width: 100%;
  background-color: #a52a2a;
}
.tdx-quote-switcher {
  background-color: #000000;
}
.tdx-quote-switcher ul li {
  color: #ec2027;
}
.tdx-quote-switcher-nav {
  margin-top: 5%;
}
.tdx-mobile-canary {
  display: none;
}
.tdx-article {
  margin-top: 5%;
}
.uk-dotnav li a {
  background: #bac6b8;
}
.uk-dotnav > .uk-active > * {
  background: #ec2027;
}
/* Mobile Menu Styling */
ul.tdx-mobimenu {
  list-style-type: none;
}
ul.tdx-mobimenu li a {
  height: 100%;
}
ul.tdx-mobisubmenu {
  list-style-type: none;
}
#mobimenu ul.tdx-mobisubmenu li {
  list-style-type: none;
  border: none;
  padding-bottom: 0;
  margin-left: 20px;
}
#mobimenu ul.tdx-mobisubmenu a {
  color: #bac6b8;
}
/* This is the offcanvas mobile menu.*/
#mobimenu li a {
  display: block;
}
#mobimenu li {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid silver;
}
#mobimenu ul {
  padding: 0;
}
.uk-button-default {
  background-color: #ec2027;
  border-color: #edeff2;
  color: #edeff2;
}
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #edeff2;
  border-color: #ec2027;
  color: #ec2027;
}
.uk-button-state {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.uk-button-state:hover,
.uk-button-state:focus {
  background-color: #929292;
  border: 1px solid #000;
  color: #000;
}
.uk-button-select {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #000;
  color: #9e9e9e;
}
.uk-button-select:hover,
.uk-button-select:focus {
  background-color: #929292;
  border: 1px solid #000;
  color: #000;
}
.tdx-quote-mobile {
  margin-top: 1em;
}
.tdx-quote-mobile ul {
  list-style-type: none;
}
.tdx-quote-mobile blockquote {
  color: white;
  font-size: 100%;
  margin-left: 0;
  width: 95%;
}
.tdx-gradient1 {
  background: rgba(255, 255, 255, 0.3);
}
.tdx-subheader {
  max-height: 300px;
}
.tdx-subheader h3 {
  font-size: 200%;
}
.tdx-gdpr-acknowledge {
  padding: 1em;
  background-color: #dddddd;
  font-size: 85%;
  font-style: italic;
}
.tdx-gdpr-acknowledge input {
  outline: 1px solid #1e5180;
}
#main-nav {
  opacity: 0.95;
  height: 70px;
}
.contact-wrapper {
  padding: 1em;
  color: #ffffff;
}
.contact-wrapper h1,
.contact-wrapper h2,
.contact-wrapper h3,
.contact-wrapper h4,
.contact-wrapper h5,
.contact-wrapper h6 {
  color: #000000;
}
legend.uk-legend {
  color: #000000;
}
blockquote {
  font-size: 24px;
  font-style: italic;
  width: 75%;
  line-height: 1.7;
  color: #383838;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
}
blockquote cite:before {
  content: "\2014 \2009";
}
@media (min-width: 960px) {
  blockquote {
    padding-top: 5%;
    height: 170px;
  }
  #main-nav {
    opacity: 0.95;
    height: 70px;
  }
  /* navbar during scroll */
  nav.uk-sticky-fixed {
    opacity: 0.95;
    height: 90px;
  }
  .tdx-mobile-canary {
    display: block;
  }
  .tdx-image-row .uk-cover-container {
    min-height: 340px;
  }
  /* navbar during scroll */
  nav.uk-sticky-fixed {
    opacity: 0.95;
    height: 90px;
  }
  .tdx-mobile-canary {
    display: block;
  }
}
/*
* Theme CSS (Lawn)
* =============================================================
*/
h3.boxtitle {
  text-align: center;
  color: #fff;
  font-size: 2.5em;
  text-shadow: 0 0 10px #000;
}
.tdx-subheader h3 {
  font-size: 300%;
  opacity: 1;
  text-shadow: 0 0 8px #000;
}
/*--- Navigation ---*/
.black {
  position: fixed;
  top: 0;
  background: transparent;
  width: 100%;
  height: 80px;
  z-index: 999;
}
.black ul {
  list-style-type: none;
  padding: 15px 0 0 0;
}
.blue {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  height: 80px;
}
/*------*/
.clear {
  clear: both;
  float: none;
}
.light {
  background: #fff;
  color: #666;
  padding-bottom: 2em!important;
}
.uk-link,
a {
  color: #ec2027;
}
.uk-link,
a:hover {
  text-decoration: underline;
  color: #929292;
}
.uk-navbar-nav > li > a {
  text-transform: none;
  font-size: 1.1em;
}
nav.uk-sticky-fixed {
  height: 90px;
}
.uk-cover-container {
  overflow: hidden;
}
.uk-height-large {
  height: 650px;
}
.uk-height-cover {
  height: 400px;
}
.uk-height-medium {
  height: 80px;
  overflow: hidden;
  background-color: #000;
}
.galleryrowicon {
  color: #ec2027;
  margin: auto;
  width: 100%;
  text-align: center;
  margin-top: 15%;
}
.servicesum a {
  text-decoration: none;
}
.state {
  font-family: 'Open Sans', sans-serif !important;
}
.contact-border {
  float: left;
  padding-left: 20px;
  border-left: 1px solid #e8e8e8;
}
.uk-input {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: none;
}
.uk-textarea {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: none;
  border: 1px solid #5b5b5b;
}
.uk-input,
.uk-select,
.uk-textarea {
  color: #9e9e9e !important;
  border: 1px solid #5b5b5b;
}
.tdx-gdpr-acknowledge {
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 85%;
  font-style: italic;
}
.uk-input,
.uk-select:not([multiple]):not([size]) {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: none;
  border: 1px solid #5b5b5b;
}
.orderform {
  color: #5b5b5b;
}
.orderbutton {
  background: none repeat scroll 0 0 #FF0000;
  border: medium none;
  color: #FFFFFF;
  height: 50px;
  left: 74%;
  position: fixed;
  top: 100px;
  width: 100px;
}
.notes {
  font-size: 1.15rem;
  color: #000;
}
#contactform .error {
  color: red;
  font-size: 0.875rem;
}
.foot {
  color: #484848;
}
footer .uk-divider-icon {
  opacity: 1;
}
.footer-link {
  color: #ec2027;
}
@media (max-width: 768px) {
  #hero-logo {
    max-width: 300px;
  }
  .mobile-center {
    text-align: center;
  }
  .mobile-background {
    background-color: #fff;
    color: #000;
  }
}
@media (max-width: 460px) {
  #logo {
    height: 60%;
    margin-left: -20px;
  }
}
