/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.tm-navbar > div > .uk-flex-center {  
-ms-flex-pack: end;  
-webkit-justify-content: flex-end;  
justify-content: flex-end;  
}

@media (max-width: 1124px) {    
    .uk-navbar-nav > li > a {    
        padding: 0 9px;    
        font-size: 12px;    
    }    
}  
@media (max-width: 1012px) {    
    .uk-navbar-nav > li > a {    
        padding: 0 9px;    
        font-size: 12px;    
    }    
}