/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.leftBox {
  width: 50%;
  float: left;
  text-align: right;
}

.rightBox {
  width: 50%;
  float: right;
  text-align: left;
}

.rightBox li {
  list-style-type: circle;
}

.rightBox ul {
  padding-left: 30px;
}

li {
  list-style-type: none;
}

ul {
  padding-left: 0;
}

.tm-sidebar-a .uk-panel-box-primary a {
  color: #fff;
}

.uk-navbar-nav > li.uk-active > a:before, .uk-navbar-nav > li > a:before {
  display: none;
}

.uk-navbar-nav > li:hover > a {
  color: #B73722 !important;
  border-bottom: 5px solid #B73722 !important;
}

.uk-navbar-content > a:not([class]) {
  color: #094167 !important;
}

.uk-navbar-nav > li > a {
  color: #094167 !important;
  text-transform: uppercase;
}