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

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

html {
     background-image: url("/images/md/background-md.jpg");
}
 
h2, .uk-h2 {
     margin-top: 0px;
}
.uk-link {
    color: #a5a9ac;
}
a:hover, uk-link:hover {
	text-decoration: none;
	color: #00aeef;
}
.mod-articles-category-title {
    color: #a5a9ac;
}
ul.category-module {
list-style: none!important;
padding-left: 0px;
}
.uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 20px;
}
/*Hiding the Home button in main menu*/
.uk-navbar-nav > li:first-child {  
display: none;  
}
ul, ol {
    padding-left: 15px;
}
/*li, dt, dd {
    line-height: 24px;
}*/
.uk-list-line > li:nth-child(n+2) {
    border-top: 1px solid rgba(236, 239, 241, 0.15);
    margin-top: 2px;
    padding-top: 2px;
}
.tm-main-top + .tm-content, .tm-content + .tm-main-bottom, .tm-middle + .tm-bottom-a, .tm-middle + .tm-bottom-b, .tm-footer-margin-top {
    margin-top: 20px;
}
.uk-navbar-nav {
    margin: 5px;
}
.uk-overlay-background {
    background: none repeat scroll rgba(0, 0, 0, 0.45);
}
.uk-overlay-background {
    color: #ffffff;
}
/*.uk-slidenav-position .uk-slidenav {
    top: 10%;
}*/
.uk-text-large {
	color: white;
}

.uk-form input:not([class*="uk-form-width-"]):not([class*="uk-width-"]):not([type="radio"]):not([type="checkbox"]), .uk-form select:not([class*="uk-form-width-"]):not([class*="uk-width-"]), .uk-form textarea:not([class*="uk-form-width-"]):not([class*="uk-width-"]) {
    color: #ffffff;
}

.uk-form input[type="radio"], .uk-form input[type="checkbox"] {
    margin-right: 5px;
    margin-left: 10px;
}