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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
.uk-grid > * > :last-child {
    margin-bottom: -20px;
}

.uk-nav > li > a {
    padding: 5px 15px;
	
}

.uk-dropdown .uk-nav-dropdown, .uk-dropdown .uk-nav-navbar {
    padding: 25px 21px;
}

     body {  
            word-wrap: normal;  
            -webkit-hyphens: none;  
            -ms-hyphens: none;  
            -moz-hyphens: none;  
            hyphens: none;  
    }  
	
	.uk-offcanvas-bar {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    transform: translateX(-100%);
    z-index: 1001;
    width: 270px;
    max-width: 100%;
    background: #990033;
    overflow-y: auto;
    transition: transform 0.3s ease-in-out 0s;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: url('../../../less/uikit/images/grunge_bg_light.png') repeat scroll 0% 0% #000033;
}

@media (max-width: 767px) {  

.tm-bg-noparallax, body {  
    background-image: radial-gradient(circle farthest-corner at center top , #000000 0%, #000000 100%);  
}  

}  

@media (max-width: 959px) {  

.tm-bg-noparallax, body {  
    background-image: radial-gradient(circle farthest-corner at center top , #000000 0%, #000000 100%);  
}  

}
