ul.uk-slider-items .uk-position-center {
	    position: relative!important;
    top: auto;
    left: auto;
    width: auto;
        transform: none;
}

ul.uk-slider-items img {
	display: none;
}

ul.uk-slider-items .uk-panel.uk-padding {
	padding: 0px;
}

.el-content.uk-panel.uk-margin-top {
    margin-top: 0px!important;
}

h3.el-title.uk-margin-top.uk-margin-remove-bottom {
    color: #fff;
    font-size: 28px;
    margin-top: 8px!important;
}

.tm-page {
    position: relative;
    z-index: 0;
    height: 100%;
    display: flex;
}

.tm-header {
    display: none;
}


.rows-3.uk-section-default.uk-section.uk-padding-remove-vertical {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.top-header, .middle-content, .bottom-slider {
    padding: 0px;
    margin: 0px;
}

.middle-content {
    flex: 1;
}

body, html {
    height: 100%;
}

html {
    overflow: hidden;
}

.date h3 {
    background-color: #003980;
    color: #fff;
    margin: 0px;
    padding: 10px 0px;
}
.panel-box {
    background-color: #fcfcfc;
    border: 1px solid #efefef;
    padding: 25px;
    box-sizing: border-box;
    margin: 20px;
}

.forside-wrapper {
    background: rgb(2,0,36);
    background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(0,57,128,1) 35%, rgba(0,57,128,1) 100%);
    width: 100%;
}

canvas.uk-background-cover.el-image {
    display: none;
}

.forside-content {
    background-color: #fff;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 25px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.forside-content ul.uk-nav li a {
    background-color: #003980;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 5px;
    font-size: 16px;
}
.uk-width-expand .panel-box:first-child {
    margin-top: 0px;
}
.rows-3 .height50 {
    margin-top: 0px;
}

.rows-3 .uk-margin-bottom.uk-grid-margin.uk-grid.uk-grid-stack {
    margin-bottom: 0px!important;
}


.rows-3 .uk-grid-collapse.uk-grid.uk-grid-stack {
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.bottom-slider {
    background-color: #e21616;
}

ul.newsfeed {
    list-style: none;
    padding-left: 0px;
}

span.feed-link a {
    font-weight: bold;
    color: #003980;
}


ul.newsfeed li {
    color: #000;
    margin-bottom: 15px;
}

ul.newsfeed li:last-child {
	margin-bottom: 0px;
}

.middle-content h3 {
    margin-bottom: 5px;
}

.bottom-slider {
    height: 90px;
}