/***Flex Fix****/
 .uk-flex {
	display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
 }
/**Titles**/

body[class*=" page-"] article.uk-article {
	position: relative;
	min-height: 150px; 
	padding-bottom: 55px !important;
}

body[class*=" page-"] h1.uk-article-title {
	position: absolute;
    bottom: 0;
    left: auto;
    font-size: inherit;
	line-height: normal;
    color: inherit;
    margin: 0px;
	padding-bottom: 0px;
}

.home .tm-main h2.uk-article-title:nth-of-type(1) {
}

