

hr.style-three {
    padding: 5px 0;
    border: none;
    border-bottom: solid 3px pink;
    font-weight: bold;
    position: relative;
    margin-bottom: 8px;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 30px;
}

hr.style-three {
    border-bottom: solid 3px #aa9f94;
    margin-top: 0px;
}

blockquote {
  background: #ffffff;
  border-left: 0px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
  font-size: 20px;
}

.uk-panel-box-clean {
    padding: 0px;
    background: #ffffff;
    color: #000000;
}

hr.style-one {
    border: 0;
    height: 0px;
    margin: 20px 0;
/*    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));*/
}

/* Blockquotes Text
 ========================================================================== */
.textquote {
  padding-left: 15px;
  border-left: 5px solid #dddddd;
  font-size: 17px;
  line-height: 23px;
  font-style: italic;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* Preformatted text
 ========================================================================== */
/*

/* Panel Homepage UI */
.uk-panel-box {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    background: #ffffff;
    color: #000000;
}