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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.uk-navbar-nav {
 margin: 0;
 padding: 25px;
 list-style: none;
 float: left;
}


.tm-navbar .tm-navbar-container {
 box-sizing: border-box;
 position: relative;
 min-height: 150px;
 
 }
 
 
 .uk-modal-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin-bottom: -10px;
    color: #000000 !important;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}