/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
  .tm-header {
    background-image: url('/images/header-background-image.jpg');
} 

.uk-navbar-nav
{
    border-radius: 10px;
}
.uk-navbar 
{
    border-radius: 10px;
}
.uk-parent
{
  border-radius: 10px;
}
 .uk-navbar-nav > li > a {
     
    display: block;
	background:#447d38;
    box-sizing: border-box;
    text-decoration: none;
    height: 60px;
    padding: 0px 25px;
    line-height: 60px;
    color: #fff;
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 300;
    text-align: center;
    border-right: 1px solid #F2F2F2;
     border-left: 1px solid #447d38;
   
}

.uk-navbar-nav {

    margin: 0px;
    padding: 0px;
	background:#447d38;
    list-style: outside none none;
    float: left;
    border-radius: 10px;
}

.uk-navbar-nav > li.uk-active > a {
    background-color: #34672c;
    color: #FFF;
    border-right: 1px solid #447d38;
 
}

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    background: none repeat scroll 0% 0% transparent;
    color: #34672c;
    outline: medium none;
    box-shadow: 0px 3px 0px 0px rgba(91, 152, 170, 0.1);
    border-radius: 10px;
}
a:hover, .uk-link:hover {
    color: 34672c;
    text-decoration: none;
}

.uk-nav-navbar > li > a {
  
  color: #34672c;
  box-shadow: 0 1px 0 0 rgba(166, 99, 108, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
    border-radius: 10px;
}

a, .uk-link {
    color: #34672c;
    text-decoration: none;
    cursor: pointer;
}

a:hover, .uk-link:hover {
    color: #c5001b;
    text-decoration: none;
}

.uk-panel-box-primary, .tm-block-primary {
    border-radius: 10px;
    background-color: #34672c;
    color: #FFF;
    box-shadow: 0px 1px 0px 0px #1397BF;
}

em {
    color: #34672c;
}

.wk-slideshow-unity .wk-slideset .set > li.active > div {
    background: none repeat scroll 0% 0% #252222;
	
    color: #FFF;
}

.wk-slideshow-unity .wk-slideset .set > li > div:before {border-color: transparent transparent #252222;}


.uk-navbar,
.uk-sticky {
  z-index: 12000;
  margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto";
    font-weight: bold;
    color: #447d38;
  text-transform: capitalize;
}

 table{
    border-collapse: collapse;
    border: 1px solid #c4c4c4;
  }
  table td{
    border: 1px solid #c4c4c4;
  }

    .tm-content table tbody tr:hover,  
    .uk-panel table tbody tr:hover {  
    background: #eeeeee;  
    }


 .uk-grid-width-1-7 > * { width: 14.258%; }

    @media (min-width: 480px) {  
        .uk-grid-width-small-1-7 > * { width: 14.258%; }  
    }  
    @media (min-width: 768px) {  
        .uk-grid-width-medium-1-7 > * { width: 14.258%; }  
    }

    @media (min-width: 960px) {  
        .uk-grid-width-large-1-7 > * { width: 14.258%; }  
    }  
    @media (min-width: 1220px) {  
        .uk-grid-width-xlarge-1-7 > * { width: 14.258%; }  
    }  
    .uk-width-1-7 { width: 14.258%; }  
    @media (min-width: 480px) {  
        .uk-width-small-1-7 { width: 14.258%; }  
    }

    @media (min-width: 768px) {  
        .uk-width-medium-1-7 { width: 14.258%; }  
    }

    @media (min-width: 960px) {  
        .uk-width-large-1-7 { width: 14.258%; }  
    }

    @media (min-width: 768px) {  
        .uk-push-1-7 { left: 14.258%; }  
        .uk-pull-1-7 { left: -14.258%; }  
    }
