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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 
html {
    color: #08894a;
    font: 400 16px/24px "Lato";
}
 
.tm-logo{
	margin-left: -25px;
	
} 
 
 
.tm-block-light {
    background-color: #fff9e2;
}
 
.uk-navbar {
    background: #08894a none repeat scroll 0 0;
}
 
.uk-navbar-nav > li.uk-active > a {
    color: #08894a;
}

.uk-dropdown-navbar {
    background: #08894a none repeat scroll 0 0;
}

.uk-nav-navbar > li > a {
    color: #fff;
    transition: background-color 0.1s ease-in-out 0s;
}

.uk-nav-navbar > .uk-active > a {
    background-color: #50E212;
}

.uk-table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #50e212;
}

.uk-panel-box {
    background: #fff9e2 none repeat scroll 0 0;
    border: 1px solid #08894a;
    color: #525252;
    padding: 10px;
}

h1, h2, h3, h4, h5, h6 {
    color: #08894a;
}

.uk-navbar-nav > li > a {
    background-image: linear-gradient(#fff9e2, #fff9e2 50%, #fff9e2 50%, #fff9e2);
    background-position: 0 100%;
    background-size: 100% 210%;
    box-sizing: border-box;
    color: #08894a;
    display: block;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    background: #fff9e2 none repeat scroll 0 0;
    color: #525252;
    outline: medium none;
}

.uk-container {
    max-width: 1200px;
    padding: 0 25px;
}
.tm-page {
    margin: 30px auto;
    max-width: 1200px;
}

.tm-page .tm-block:first-child {
    padding-top: 30px;
}

.compojoom-bootstrap .modal {
    display: none;
}
