.thumbnail-gallery ul {
    list-style-type: none;
    list-style-image: none!important;
    margin: 0;
    padding: 0;
    float: left
}

.thumbnail-gallery li {
    float: left;
    margin: 0px 10px 10px 0;    	
}

.thumbnail-gallery a {
    background: #7e776f none;
    display: block;
    z-index: 1;
    position: relative;        
}

.thumbnail-gallery a img {
    border: none;
}

.thumbnail-gallery a span {
    display: block;
    color: #fff;
    padding: 5px 10px;
    font: normal 16px 'UniversLTW01-47LightCn', Arial, sans-serif;
    width: 195px;
}

.thumbnail-gallery a:hover {
    background: #69923a none;
    text-decoration: none;
}

.thumbnail-gallery a:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* For IE8 and earlier */
}

.uk-article-subtitle {
    font-size: 15px;
    line-height: 16px;
}

.uk-article-subtitle a {
    color: #444444;
    font-weight: bold;
}

.homepage-sidebar {
    height: 675px;
}

.white-on-grey {
    color: #fff;
    background: #7e776f none;    
}

.no-margins {
    margin: 0;
}

.uk-navbar-nav > li > a {
    color: #000;
    font-size: 15px;
    vertical-align: middle;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    font-weight: inherit;
    display: inline-block;
}

.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: #fff;
  color: #91cc3d;
}

.uk-button-success:hover,
.uk-button-success:focus {
  background-color: transparent;
  color: #8ec73b;
}

.uk-navbar {
    background-color: white;
    left: 0;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 100;
    float: none;
    width: 100%;
}

/* .uk-navbar > a:visited {
    background-color: #91cc3d;
} */

/* .activeItem{
    background-color:#91cc3d;
} */

.uk-subnav-pill > li.uk-active > a {
  background: #fff;
  color: #91cc3d;
}

.uk-nav-side > li.uk-active > a {
  background: #ffffff;
  color: #91cc3d;
}

.logo {
    vertical-align: top;
    width: 150px;
    margin-right: 20px;
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
    padding-top: 10px;
}

a:hover < uk-parent{
    background-color: white;
    color: #91cc3d;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: white;
  color: #92cf3c;
  outline: none;
}

.tm-footer, .mobile_footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #92cf3c;
    color: white;
    text-align: center;
    /* padding-top: 10px; */
    z-index: 100;
}

.mobile_footer{
      display: none;
    }
    
@media only screen 
    and (max-width : 570px){ 
      .mobile_footer {display: inline;}
      .tm-footer {display: none}
}

.uk-subnav > li > a {
    color: white;
}

.uk-subnav > li {
    color: white;
    margin-top: 10px;
}

.navcontentpadding {
    /* used to push content down because nav bar is fixed */
    height: 60px;
}

.uk-width-medium-1-5 {
    padding-top: 10px;
}

.uk-visible-small{
    color: #91cc3d;
}

/* .tm-footer .uk-subnav-line > li:before {
    border-color: #68991a;
} */

/* Small Change for testing */

.shadow-header{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);
}

/* @media (min-width: 742px) {
  .uk-visible-small {
    display: none !important;
  }
} */
/* @media (max-width: 902px) {
  .uk-visible-small {
    display: none !important;
  }
}
@media (max-width: 901px) {
  .uk-hidden-small {
    display: none !important;
  }
} */

/* @media (min-width: 300px) and (max-width: 959px) {
  .uk-hidden-medium {
    display: none !important;
  }
} */

@media (min-width: 768px) and (max-width: 959px) {
  .uk-hidden-small {
    display: none !important;
  }
} */

.figure {
  text-align: center;
} */

.caption {
  font-weight: bold;
  font-style: italic;
}
