/* Modifier: `uk-panel-header`
 ========================================================================== */
.uk-panel-header .uk-panel-title {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  color: #b4afa3;
  position: relative;
  text-align: center;
}
.uk-panel-header .uk-panel-title:before {
  position: absolute;
  content: "\e602";
  bottom: -6.5px;
  left: 50%;
  width: 150px;
  margin-left: -75px;
  color: rgba(185, 184, 184, 0.5);
  font-family: 'lykka';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 13px;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



/* Theme components
 ========================================================================== */
.tm-panel-header > .uk-panel-title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: 'Roboto';
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
  text-align: center;
  color: rgba(96, 104, 111, 0.5);
  font-style: normal;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .tm-panel-header > .uk-panel-title {
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 24px;
    line-height: 30px;
  }
}
.tm-panel-header > .uk-panel-title:before {
  position: absolute;
  content: "\e602";
  bottom: -6.5px;
  left: 50%;
  width: 146px;
  margin-left: -73px;
  color: rgba(135, 139, 157, 0.5);
  font-family: 'lykka';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 13px;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* font color
 ========================================================================== */


.white {
    color: white;
}

