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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
html{
    color: #000 !important;
}
.tm-navbar .tm-logo img{
    background: #002d80;
    border-radius: 7px;
}
.tm-main-top .uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
  opacity: 0.2 !important;
}
.tm-navbar {
    padding-top: 20px;
    background: #002d80;
}
.uk-navbar-nav > li > a{
    height: 50px;
    line-height: 50px;
    color: #fff;
}
.uk-navbar-nav:hover > li > a:hover {
    color: #fff; 
}
.uk-navbar-nav:hover > li > a{
    color: #fff;
}
.uk-navbar-nav > li.uk-active > a{
    color: #fff;
}
.logo{
    color: #a5daf3;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1.5;
}
.tm-logo a:hover{
    text-decoration: none !important;
}
.logosmall{
    letter-spacing: initial;
    color: #a5daf3;
}
.tm-top-a .uk-container{
    max-width: 100%;
    padding: 0px;
}
.tm-top-b .tm-badge{
    color: #fff;
}
.tm-top-b .uk-width-large-1-3 .uk-panel-box{
    padding: 60px 30px !important;
}
.tm-top-b .uk-width-large-1-3 .uk-panel-box{
    background:#002d80;
}
.tm-top-b .uk-width-large-1-3 .uk-panel-box p{
    color:#fff;
}
.tm-top-b .uk-width-large-1-3 .uk-h3{
    color:#fff;
}
.tm-bottom-a .uk-container{
    max-width: 100%;
    padding: 0px;
}
.tm-bottom-a.tm-block{
    padding: 0px !important;
}
.tm-bottom-a .uk-panel-box{
    background: #002d80;
    color: #fff;
    border: 0px;
}
.tm-bottom-c .uk-container{
    max-width: 100%;
    padding: 0px;
}

.tm-block-footer{
    background: #002d80;
}
.contact a{
    color: #002d80;
}
legend{
    margin-bottom: 0px;
}
.well{
    padding: 10px !important;
}
.btn-primary{
    background-color: #002d80;
    color: #fff;
}
.tm-logo-small{
    display: inline;
}
.uk-navbar-toggle{
    color:#fff;
}