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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
 /* Large screen and bigger */
@media (min-width: 268px) {
  .uk-active.tm-totop-scroller-fixed {
    z-index: 1000;
  }
  .uk-active.tm-totop-scroller-fixed > a {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #588dc9;
    opacity: 0;
  }
  .uk-active.tm-totop-scroller-fixed > a {
    opacity: 1;
  }
  .uk-active.tm-totop-scroller-fixed > a:hover {
    opacity: 0.6;
  }
}