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

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

.uk-heading-large {
   
    line-height: 52px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.uk-overlay-panel h1, .uk-overlay-panel h2, .uk-overlay-panel h3, .uk-overlay-panel h4, .uk-overlay-panel h5, .uk-overlay-panel h6 {
    color: #ffffff;
}

.uk-form input:not([class*='uk-form-width-']):not([class*='uk-width-']):not([type="radio"]):not([type="checkbox"]), .uk-form select:not([class*='uk-form-width-']):not([class*='uk-width-']), .uk-form textarea:not([class*='uk-form-width-']):not([class*='uk-width-']) {
    width: auto;
   color: #ffffff;
}

.uk-article-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: rgb(82, 82, 82);
    letter-spacing: 2px;
}


html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #969696;
    color: #ffffff;
}

.uk-navbar-nav > li > a {
        box-sizing: border-box;
    text-decoration: none;
        
   
    color: #000000;
    font-size: 22px;
    font-family: 'Source Sans Pro';
    font-weight: normal;
    position: relative;
    text-transform: uppercase;
}

.uk-navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.uk-navbar-nav > li.uk-active > a {
    background-color: rgba(0, 0, 0, 0);
    color: #000000;
}

.tm-navbar {
    position: relative;
    padding: 30px 100px;
    z-index: 999;
}

.uk-contrast a:not([class]), .uk-contrast .uk-link, .uk-block-primary a:not([class]), .uk-block-primary .uk-link, .uk-block-secondary a:not([class]), .uk-block-secondary .uk-link {
    color: #ffffff;
    text-decoration: none;
}

@media (max-width: 960px) {    
.uk-sticky-placeholder > * {    
    -webkit-backface-visibility: hidden;    
    backface-visibility: hidden;    
}    

  .uk-sticky-placeholder > * {  
    -webkit-backface-visibility: hidden;  
    backface-visibility: hidden;  
    position: fixed;  
    top: 0;  
    left: 100;  
    z-index: 999999;  
    background: #fff;  
    width: 100%;  
}  

@media (max-width: 960px) {  
    .uk-container.uk-container-center {  
        margin-top: 0px;  
    }  
}
  
  .uk-sticky-placeholder > * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
    top: 0;
    left: 100;
    z-index: 999999;
    background: #fff0;
    width: 100%;
}


