.uk-leader-fill::after {

    color: #cccccc !important;
}

.uk-navbar-toggle-icon svg {width: 30px; height: 30px;}

.uk-section-muted,
.uk-section-default{
background-image: none !important;
}

.teaser60 > [class*="uk-background-"][style] {
  height: 60vh !important;
  min-height: 60vh !important;
}

.teaser40 > [class*="uk-background-"][style] {
  height: 40vh !important;
  min-height: 40vh !important;
}

.uk-input, .uk-select:not([multiple]):not([size]), .uneditable-input:not([class*=uk-]), input[type=color]:not([class*=uk-]), input[type=date]:not([class*=uk-]), input[type=datetime-local]:not([class*=uk-]), input[type=datetime]:not([class*=uk-]), input[type=email]:not([class*=uk-]), input[type=month]:not([class*=uk-]), input[type=number]:not([class*=uk-]), input[type=password]:not([class*=uk-]), input[type=search]:not([class*=uk-]), input[type=tel]:not([class*=uk-]), input[type=text]:not([class*=uk-]), input[type=time]:not([class*=uk-]), input[type=url]:not([class*=uk-]), input[type=week]:not([class*=uk-]), select:not([class*=uk-]):not([multiple]):not([size]) {
    height: 20px !important;
    vertical-align: middle;
    display: inline-block;
}


 .tm-header {
 border-bottom: 1px solid #65b22e !important;

 }

 .uk-navbar-sticky {
 border-bottom: 1px solid #65b22e !important;

 }

 .bfQuickMode .icon-asterisk {
    font-size: 6px !important;
    vertical-align: text-top;
    color: #65b22e !important;
}

.leaflet-marker-icon, .leaflet-marker-shadow {

    display: block;
    content:url("/images/global/marker-icon.png") !important;
    width: 25px !important;
    height: 25px !important;
}

.uk-navbar-dropdown-nav>li>a {
    color: #000 !important;
    font-weight:800 !important;
    padding: 5px 0;
    pointer-events: none !important;
}


@media (max-width: 1000px) {

 .uk-navbar {
 background-color:#65b22e !important;

 }


}