/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.tm-header {   
margin: 0;   
}  

.uk-navbar {   
padding-top: 15px;  
padding-bottom: 15px;
}

.uk-nav > li a {   
font-weight:bold;
}

.uk-navbar-nav > li {    
border-right: 1px solid #eeeeee;  
} 

.uk-navbar-nav > li a {    
font-weight: bold;  
} 

.button-top {  
    color: #fafafa; 
    font-weight:bold;
    font-size:14px;
    padding:8px 15px 8px 15px;
    margin-right:11px; 
    background: #336699;
    border: 2px solid;
    border-color: #ffffff; 
    border-radius:2px; 
}


#tm-top-a .altered-height {  
    padding: 0px;  
    min-height: 280px fixed !important;  
}


@media print {  
    a[href]:after { content: none !important; }
    
}


