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

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

.uk-navbar-nav {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 365px;
}

.uk-navbar {
    background: #fff;
    color: #666666;
    padding: 0 0;
    border-radius: 0;
    box-shadow: none;
}


.uk-navbar-nav > li > a {
    box-sizing: border-box;
    color: #686c70;
    display: block;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 100px;
    letter-spacing: 1px;
    line-height: 100px;
    padding: 0 9px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.12s ease-in-out 0s;
}

.uk-navbar-nav > li.uk-active > a {
    background-color: rgba(0, 0, 0, 0);
    color: #DC0900;
  font-weight: bold;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  /* 3 */
  outline: none;
}

.uk-dropdown-navbar {
    margin-top: -15px;
    background: #fff;
    color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
}


h1, h2, h3, h4, h5, h6 {
    color: #dc0900;
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    font-weight: 300;
    margin: 0 0 25px;
    text-transform: none;
}
.uk-article-title {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 44px;
    text-transform: uppercase;
}

.uk-block-default {
    background: #f7f7f7 none repeat scroll 0 0;
}

em {
    color: #DC0900;
}

.uk-panel-title {
    color: #282836;
    font-size: 24px;
    font-weight: initial;
    line-height: 28px;
    margin-bottom: 25px;
    margin-top: 0;
    text-align: center;
    text-transform: none;
}

.tm-footer-left {
    left: 20%;
}
.uk-panel-box {
    color: #fff;
}
.uk-navbar-toggle::after {
    font-family: 'theme-icons';
    color: #000;
}
.uk-nav-dropdown > li > a,
.uk-nav-navbar > li > a {
  font-size: 11px;
  color: #000;
    font-weight: bold;
}
 
.uk-dropdown-navbar .uk-nav-navbar > li.uk-active > a {
    background: rgba(0, 0, 0, 0);
    color: #dc0900;
  font-weight: bold;
}
.uk-dropdown-navbar .uk-nav-navbar > li:hover > a {
    background: rgba(0, 0, 0, 0);
    color: #dc0900;
  font-weight: bold;
}

a, .uk-link {
    color: #dc0900;
    text-decoration: underline;
    cursor: pointer;
}

.btn-primary, .btn-info, .btn-inverse {
    background-color: #dc0900;
    color: #000;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #efefef;
        border-bottom-color: rgb(239, 239, 239);
    border-bottom-color: transparent;




