#article-25 {
	background: #ececec;
	padding: 30px;
}

a.uk-button,.uk-button, .btn {
	background: #262626;
	color: #fff;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border: 1px solid #cccccc;
}
a.uk-button:hover,.uk-button:hover, .btn:hover {
	background: #6f6f6f;
	color: #fff;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border: 1px solid #cccccc;
}
.uk-navbar-nav a {
	height: 70px !important;
}
.uk-navbar-container {
    box-shadow: 0px -20px 50px 20px #efefef;
    border-bottom: 1px solid #ececec;
}
.home-banner-overlay {
	background: rgba(0,0,0,0.8);
}
.tm-top >div.uk-flex-middle {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: flex-end;
}
.tm-toolbar {
    padding-top: 10px;
    padding-bottom: 10px;
    background: transparent;
    font-size: 12px;
    position: absolute;
    width: 100%;
    color: #000;
}
.tm-toolbar h2 {
	color: #000;
}
.tm-headerbar-top {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #FFF;
}
#tm-sidebar .uk-h4,.uk-navbar-nav>li>a{
    font-size: 30px;
    line-height: 1.55;
    font-family: 'Teko';
    font-weight: normal;
}
article h2,article .uk-h2 {
    font-size: 50px;
    line-height: 1.4;
}

.uk-align-right\@s {
    max-width: 450px !important;
}

div#tm-mobile img {
    display: none;
}