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

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

.tm-navbar .tm-more .tm-navbar-dropdown {  
/* Usually 30px per icon should be fine ... */  
width: 180px;  
}  

.tm-navbar .tm-more .uk-dropdown-blank {  
animation: 0.2s ease-in-out 0s normal none 1 running uk-slide-bottom;  
display: block;  
transform-origin: 0 0 0;  
top: 37px;   
/* The "width" value of the previous declaration, but with a negative sign: */  
left: -140px;  
}  

.tm-navbar .tm-more .tm-navbar-button.tm-more-button {  
display: none;  
}

.tm-gallery-avanti .uk-overlay {
    background-color: #000;
}

.tm-gallery-avanti div .uk-overlay .uk-overlay-background {
    background-color: rgba(0, 0, 0, 0);
    background-image: -moz-linear-gradient(center bottom , #000, rgba(244, 245, 246, 0.4));
    transition: all 0.12s ease-in-out 0s;
}