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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.uk-navbar-nav > li.uk-active > a {
     background: transparent linear-gradient(to bottom, #ff0000, #cc0000) repeat scroll 0 0;
     background: -o-linear-gradient(top, #ff0000, #cc0000);
     background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#cc0000));
     background: -webkit-linear-gradient(top, #ff0000, #cc0000);
     background: -moz-linear-gradient(top, #ff0000, #cc0000);
     background: -ms-linear-gradient(top, #ff0000, #cc0000);
     background: -o-linear-gradient(top, #ff0000, #cc0000);
}

.uk-switcher .sp-weather {
    margin: 10px 30px;
}