.uk-hr {
  position: relative;
  width: 151px;
  height: 5px;
  background-color: #8CC63E;
  margin-top: 19px;
  position: relative;
}
.uk-hr:before,
.uk-hr:after {
  content: '';
  display: block;
  height: 5px;
   background-color: #445562;
}
.uk-section-secondary .uk-hr {
  height: 3px;
}
.uk-section-secondary .uk-hr:after {
  margin-top: 4px;
}
.uk-section-secondary .uk-hr:before, 
.uk-section-secondary .uk-hr:after
{
  background-color: #FFFFFF;
  height: 3px;
}
.uk-hr:before {
  width: 114px;
  position: relative;
  top: -8px;
}
.uk-hr:after {
  width: 76px;
  margin-top: 3px;
}

.welcome-section {
  background: #445562 url("/wp-content/uploads/welcome-bg.png") repeat center center;
}

.welcome-section.uk-section-secondary:not(.uk-preserve-color) .uk-text-primary
 {
  text-transform: uppercase;
  color: #8CC63E !important; 
  font-size: 40px;
}

.welcome-section h1 span {
  color: #fff !important;
font-size: 35px;
max-width: 600px;
display: block;
line-height: 1.1;
margin: 15px 0 35px;
}

.uk-navbar-container .uk-container {
  max-width: 1200px;
}
.uk-section .uk-container {
  max-width: 886px;
}

.uk-h1, h1,
.uk-h2, h2,
.uk-h3, h3 {
  font-weight: 700;
  color: #445562;
}

.uk-h2, h2 {
  font-size: 30px;
line-height: 36px;
}

.uk-section p {
  font-weight: 400;
}

.about-us-row .el-image {
  height: 232px;
}

.product-table {
  width: 100%;
  text-align: left;
}
.product-table th {
  font-weight: 600;
  color: #445562;
  border-bottom: 1px solid #445562;
}

.mapouter {
  width: 100%;
  height: 384px;
  position: relative;
}
.mapouter iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.rpwe-ul {
  list-style: none;
  margin: 0;
  margin-top: 3em;
  padding: 0;
   display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.rpwe-li {
  margin-bottom: 2em;
  box-sizing: border-box;
}
.rpwe-li:nth-child(odd) {
  padding-right: 2em;
}

@media screen and (min-width: 980px) {
  .footer-menu-wrap .uk-nav li {
    display: inline-block;
  }
  .rpwe-ul {
  display: block;
column-count: 2;}
  .footer-menu-wrap .uk-nav li + li {
    margin-left: 3em;
  }
}

.post-template-default.single .uk-navbar-nav {
  display: none;
}

.rpwe-title {
  font-size: 16px;
  margin-bottom: 0;
}
.rpwe-summary {
  font-size: 13px;
}

.rpwe-time  {
  font-size: 12px;
  margin-bottom: 8px;
}