/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
html {
    font: 400 15px/22px "Lato";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:400;
}
h1,
.uk-h1 {
  font-size: 22px;
  line-height: 26px;
}
h2,
.uk-h2 {
  font-size: 18px;
  line-height: 26px;
  color:#ffdc5e;
}
h3,
.uk-h3 {
  font-size: 18px;
  line-height: 26px;
  color:#ffdc5e;
}
h4,
.uk-h4 {
  font-size: 16px;
  line-height: 24px;
  color:#666699;
  color:#ffdc5e;
}
h5,
.uk-h5 {
  font-size: 15px;
  line-height: 22px;
}
h6,
.uk-h6 {
  font-size: 14px;
  line-height: 20px;
}

 .tm-background {
/*    background-image: url("../images/body_purple.jpg");
*/
	background-image:none;
}

/*body#bd {
    background: #333333 none repeat scroll 0 0;
    border-top: 1px solid #ffffff;
    color: #333333;
}
body.fs2 {
    font-size: 11px;
}
body {
    background: #ffffff none repeat scroll 0 0;
    color: #000000;
    font-family: "Lucida Grande",Arial,sans-serif;
    line-height: 1.6;
}
*/html, body, form, fieldset {
    margin: 0;
    padding: 0;
}
b, strong {
    font-weight: 400;
}
a, .uk-link {
    font-size: 15px;
    font-weight: 400;
}
table, td, td p, td p strong { font-size:14px!important}
table td { background-color:#4b4a4a}
table th { background-color:#4b4a4a}
table { border-collapse:separate; border-spacing:2px}
table p { margin:0}
.uk-button {
    background: #ffdc5e none repeat scroll 0 0;
    color: #42391c;
}
.uk-button:hover {
    background: #ffdc5e none repeat scroll 0 0;
    color: #42391c;
}
.uk-navbar-brand { font-size:45px!important; color:#ffdc5e!important}
.uk-navbar-brand-subtitle { padding-left:100px;font-size:18px!important; color:#fff!important;}
.home_features ul { padding-left:0}
.home_features ul li  { margin-bottom:10px;text-indent: -.7em; list-style:none}
.home_features ul li:before  {content: "• ";
    color: #ffdc5e; }
.tm-article-content ul li { margin-bottom:10px;}	
.uk-panel-box-primary { padding:10px}
.uk-panel-box-primary > a:not([class]), 
.uk-panel-box-primary > *:not([class*="uk-nav"]) a:not([class]) { 
color:#3d3c3c; text-decoration:underline
 }
.uk-panel-box-primary > a:not([class]),
.uk-panel-box-primary > :not([class*='uk-nav']) a:not([class]) {
  color: #3d3c3c;
}
.tm-navbar-space .tm-navbar {
    margin-bottom: 80px;
    margin-top: 80px;
}
.tm-overlay-caption h2 { padding:5px; background-color:#fff; color:#333!important; bottom:30px; left:30px}
.uk-article-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    text-transform: none;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: none!important;
}
.tm-article-content img { margin: 0 0 0 20px}
.uk-navbar-content:before,
.uk-navbar-brand:before,
.uk-navbar-toggle:before {
  content: inherit;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}
div.tablecontainer {
	display:block;
  overflow-x: auto;
}
::-webkit-scrollbar {
                    width: .5rem;
                    height: 5px;
                }

                /* Track */
                ::-webkit-scrollbar-track {
                    box-shadow: inset 0 0 1px white;
                    border-radius: 10px;
                }

                /* Handle */
                ::-webkit-scrollbar-thumb {
                    background: grey;
                    border-radius: 10px;
                }