body, html {
	height:100%;
}
body,
h1,
h2,
h3,
h4
{
	font-family:Helvetica, Arial, Verdana, sans-serif;
	margin: 0;
line-height: 120%;
}
h1,
h2,
h3,
h4
{
	font-weight: bold;
	margin-bottom:7px;
}
ul, ol {
    padding-left: 15px;
	margin: 0;
}
li {
	margin-bottom:3px;
}
.menulink {
    z-index: 999;
    
	padding: 5px 10px;
	text-transform: uppercase;
	
	color: #000;
	display:block;
	font-size:11px;
	background: #fff;
min-width: 280px;
display: flex;
justify-content: space-around;
}
.green {
	color: #96c11e;
}
.menulink.image {
    right: 150px;
}
.menu {
    padding-bottom: 40px;
}
a.menulink:hover {
	color: #888;
}
.uk-slidenav-position {
    position: relative !important;
    height: 40%;
    right: 0px;
    left: 0;
    top: 0px;
}
.uk-slideshow, .uk-slideshow-fullscreen > li {
    height: 100% !important;
}
.uk-position-cover {
width:100%;
height: 100%;
}
.logo {
	padding:20px;
}
.logotext {
    margin-top:20px;
}
@media (min-width: 768px) {/**/
	
.uk-slidenav-position {
    position: fixed !important;
    height: 100vh;
    right: 300px;
    left: 0;
}
.logo {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 260px;
}
.menulink {
    position: fixed;
bottom: 0px;
right: 0px;

	
}
/**/	
}