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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 body {
 background-color: #535A64;
 color:#535B65;
 }
 em {
    color: #535A64;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #535A64 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: dotted none none;
    border-width: 1px 0 0;
    box-sizing: content-box;
    height: 0;
    margin: 20px 0;
}
 
 .red {
 color: rgba(209,43,30,1.00)
 }
 a, .uk-link {
    color: rgba(209,43,30,1.00);
    cursor: pointer;
    text-decoration: none;
}

a {
    color:  rgba(209,43,30,1.00);
    text-decoration: none;
}
 .uk-breadcrumb > li:nth-child(n+2)::before {
    content: ".";
    display: inline-block;
    margin: 0 8px;
}
 .tm-headerbar {
 background-color: #fff;  
 border-top: rgba(209,43,30,1.00) 15px solid;
 min-height:100px; 
}

.uk-navbar {
background-color:#767A83;
text-transform:uppercase;
}

.uk-navbar-nav > li > a {
    box-sizing: border-box;
    color: #eee;
    display: block;
    font-family: Verdana, "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    text-decoration: none;
}
.uk-navbar-nav > li.uk-active > a {
    background-color: #535A63;
    color: #fff;
	border-top: rgba(209,43,30,1.00) 5px solid;
}

.uk-margin-top {
    margin-top: 20px !important;
}

.tm-content {
    margin: 50px !important;
}


.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: #535A63;
  color: #fff;
  /* 3 */
  outline: none;
}
.top {
background-color: #535A64;
height:35px;
}

.main {
	background-color:rgba(228,229,231,1.00) !important;
	border: rgba(255,255,255,1.00) 1px solid;
}

.tm-footer {
	padding-top:25px;
	padding-bottom:80px;
    background-color: #535A64;
    position: relative;
    text-align: center;
	color:#a2abb6; 
	text-transform:uppercase;
	font-size:12px;
}

.tm-headerbar, .tm-navbar, .tm-footer {
    margin-bottom: 0px;
    margin-top: 0px;
}
.tm-toolbar, .tm-headerbar, .tm-navbar, .tm-footer {
    margin-bottom: 0px;
    margin-top: 0px;
}

.tm-totop-scroller {
    color: #fff;
    display: block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 0;
    transition: all 0.05s linear 0s;
    width: 20px;
    z-index: 1000;
	padding-top:25px;
	
}

a.whitelink  {
	color: #fff;
}

a:hover,
.uk-link:hover {
  color: #000066;
  text-decoration: underline;
}

h1, .uk-h1 {
    font-size: 24px;
    line-height: 28px;
}

.uk-nav-side > li.uk-active > a {
    background: rgba(209,43,30,1.00) none repeat scroll 0 0;
    color: #ffffff;
}

.uk-nav > .uk-active > a, .uk-nav > .uk-active > a:hover, .uk-nav > .uk-active > a:focus 
 {
    background: #AAADB2 none repeat scroll 0 0;
    color: #ffffff;
}

.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: #AAADB2;
  color: #ffffff;
  /* 2 */
  outline: none;
}

h2, .uk-h2 {
    font-size: 20px;
    line-height: 26px;
	color:#535A64;
}

.uk-article-title {
    font-size: 20px !important;
    font-weight: 300;
    line-height: 28px !important;
    text-transform: none;
	color:#716666;
}

.uk-nav-navbar > li > a {
    color: #535A64;
	font-size:12px;
	text-transform:none !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #535A64;
}

.uk-nav-side > li > a {
    color: #535A64;
	font-size:12px;
}

.uk-pagination > .uk-active > span {
    background: #000767 none repeat scroll 0 0;
    color: #ffffff;
}

h4, .uk-h4 {
    font-size: 14px;
    line-height: 18px;
}

legend {
    
    font-size: 12px;
   
}

.tm-navbar {
    border-width: 0 0 1px;
    margin: 0 0px 0px;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: rgba(209,43,30,1.00) none repeat scroll 0 0;
    color: #ffffff;
}