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

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

.tm-headerbar .tm-logo {
    float: left;
    text-decoration:none;
}


.uk-nav-navbar > .uk-parent > .uk-nav-sub { display: none; }  

.uk-nav-navbar > .uk-parent > a:after {    
content: "\f107";    
font-family: "FontAwesome";    
display: block;    
float: right;    
}  

.uk-nav-navbar > .uk-parent:hover > .uk-nav-sub {     
display: block;    
background: none repeat scroll 0 0 padding-box #fff;    
border: 1px solid rgba(0, 0, 0, 0.12);    
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);    
width: 150px;    
margin-top: -5px;    
padding: 15px;    
position: absolute;    
left: 160px;    
}

.uk-container {
    max-width: 100%;
    padding: 0 2px;
}

@media (min-width: 1220px)
.uk-container {
    max-width: 100%;
    padding: 0 2px;
}

.uk-offcanvas-bar {
    background: #000073;
 }

.uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #010146;
}




