::selection {
	color: #000000 !important;
	background: #F5D44C !important;
}

::-moz-selection {
	background: #ffb7b7; /* Gecko Browsers */
}

hr {
	border-top: 1px solid black !important;
}

.site-wrapper a {
    color: #07d;
}

body {
	padding: 15px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height:1.6em;
}

a {
	color: initial;
}

img, video {
	width: 100%;
}

#navigation h1.nav-header {
	padding: 0 15px;
	margin-bottom: 0;
	margin: 0;
	font-size: 2em;
}

#navigation{
	width: 300px;
}

@media screen and (max-width: 1219px) {
	#navigation{
		width: 180px;
	}	
}

#navigation a.nav-header {
	padding: 5px 15px;
	font-weight: bold;
}

#navigation ul.uk-nav {
	padding: 15px 0;
}

#navigation p {
	padding-bottom: 10px;
}

#navigation li.language-select select {
	float: right;
}

#content img.header {
	margin-bottom: 20px;
}

#content ul {
	list-style-type: square;
}

#content li.done {
	color: #008000;
	text-decoration: line-through;
}

#content div.images div {
	padding-bottom: 25px;
}

#content p.images-text {
	margin-top: -15px;
}

#content .iframe-container {
	position: relative;
	/* Magic! Makes sure the container is high enough to show the entire iframe 
	 * Thanks to http://andmag.se/2011/11/responsive-embeds/ */
	padding-bottom: 56.5%;
}

#content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	h2 {
		margin-top: 25px;
	}
}

#navigation {
	position: fixed;
	margin-top: 40px;
}

#content {
	margin-left: 25%;
}

@media screen and (max-width: 760px) {
	#navigation {
		display: none;
	}
	
	#content {
		margin-left: 0;
	}
  }

.uk-nav-side li {
	margin: 0;
}

.transp-bg {
	background-image: url(images/grid.png);
	background-size: 16px 16px, cover;
	background-blend-mode: multiply;
	background-size: 16px 16px, cover;
}