/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
.tm-totop-scroller {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none !important;
  font-size: 36px;
  line-height: 20px;
  transition: all 0.05s linear 0s;
}
.tm-totop-scroller:after {
  content: '\f139';
  text-decoration: none !important;
  font-family: 'FontAwesome';
}

.uk-article-lead {
  color: #777777;
  font-size: 24px;
  line-height: 32px;
  font-weight: 200;
}
