/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
/* Plava: #271f5b */
/* Crvena: #a60022 */

 @import url('https://fonts.googleapis.com/css?family=Play:400,700');
 
.uk-navbar {background: #271f5b; border-radius: 5px; overflow: hidden;}
.uk-navbar-nav > li.uk-active > a {background: #a60022; color: #fff;}
.uk-navbar-nav > li > a {color: #fff; font-family: 'Play', sans-serif; font-size: 16px;}

.uk-h1 {font-family: 'Play', sans-serif; font-weight: bold; color: #a60022; border-bottom: 1px dotted #ccc; padding-bottom: 10px;}
.uk-search-field {color: #fff;}

img {border-radius: 5px;}

a.mod-articles-category-title {font-weight: bold;}

.uk-panel {border-radius: 5px;}
.uk-slideset-nav {margin-top: 20px; margin-bottom: 0px;}
.uk-slideset-nav li a {width: 10px; height: 10px;}
.uk-slideset-nav li.uk-active a {background: #a60022;}

.tm-logo-small {margin: 10px 0px;}

@media (max-width: 640px) {
    .uk-navbar {background: #ededed; border-radius: 5px; overflow: hidden;}
    .uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {height: 65px;}
}

@media (max-width: 768px) {
	.uk-navbar-nav > li > a {color: #fff; font-family: 'Play', sans-serif; font-size: 14px; padding: 0px 7px;}
}