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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 .uk-navbar-attached {
    background: #006AB2 none repeat scroll 0 0;
    box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.1);
}

.uk-navbar-nav > li > a::before {
    background: #ffffff none repeat scroll 0 0;
    bottom: 17px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: width 0.4s ease 0s;
    width: 0;
}
.uk-navbar-nav > li.uk-active > a {
    background-color: rgba(245, 245, 245, 0);
    color: #ffffff;
    font-weight: 500;
}

.uk-navbar-nav > li > a {

    color: #f5f5f5;


}
/* ========================================================================
   Component: Accordion
 ========================================================================== */
/* Sub-object: `uk-accordion-title`
 ========================================================================== */
.uk-accordion-title {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 5px 15px;
  background: #eeeeee;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
}
.uk-accordion-title:before {
  content: "\f067";
  position: absolute;
  left: 10px;
  padding-left: 5px;
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #006AB2;
}
.uk-accordion-title.uk-active {
  background-color: #006AB2;
  color: #ffffff;
}
.uk-accordion-title.uk-active:before {
  content: "\f068";
  color: #ffffff;
}
/* Sub-object: `uk-accordion-content`
 ========================================================================== */
.uk-accordion-content {
  padding: 0 15px 15px 15px;
}
/*
 * Micro clearfix to make panels more robust
 */
.uk-accordion-content:before,
.uk-accordion-content:after {
  content: "";
  display: table;
}
.uk-accordion-content:after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-accordion-content > :last-child {
  margin-bottom: 0;
}

.uk-dropdown-search {
    background: #006ab2 none repeat scroll 0 0;
}
.uk-nav-search > li > a:hover {
    color: #efefef;
}