/* General */
.icon, .cycle-prev, .cycle-next {
	background: url("/media/1004/sportledsprite.png") no-repeat;
	display: inline-block;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.white ul {
	padding: 0 15px 10px 15px;
	list-style: inherit;
}

.container {
	position: relative;
}
#tinynav1 {
	display: none;
}
img {max-width: 100%; height: auto;}
/* Header */
a.nederlands {
	background-position: 0 0;
	width: 29px;
	height: 21px;
}
a.english {
	background-position: 0 -28px;
	width: 29px;
	height: 21px;
}
a.german {
	background-position: 0 -56px;
	width: 29px;
	height: 21px;
}
a.danish {
	background-position: 0 -84px;
	width: 29px;
	height: 21px;
}
a.logo {
	float: left;
	margin: 24px 0 24px 0;
}
.languages {
	float: right;
	margin-top: 60px;
}
.menu {
	background: #1d1160;
	margin: 0 -15px;
	height: 41px;
}
.menu ul {
	float: left;
}
.menu ul li {
	float: left;
	line-height: 41px;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	position: relative;
}
.menu ul li:last-child {
	border-right: solid 2px #fff;
}
.menu ul li a {
	display: block;
	padding: 0 27px;
	color: #eae9f1;
}
.menu ul li a:hover {
	text-decoration: none;
	background: #afabcb;
}
.menu ul li ul {
	display: none;
	position: absolute;
	top: 43px;
	left: 0;
	z-index: 999;
}
.menu ul li ul li {
	border: none;
	margin-bottom: 2px;
	background: #e1dfeb;
	width: 221px;
}
.menu ul li ul li a {
	color: #1D1160;
}
.menu ul li ul li:last-child {
	border: none;
}
.menu ul li:hover ul {
	display: block;
}
.menu .login {
	float: right;
	line-height: 41px;
	position: relative;
}
.menu .login .icon {
	background-position: -1px -118px;
	width: 20px;
	height: 24px;
	position: absolute;
	top: 8px;
	left: -30px;
}
.menu .login a {
	color: #eae9f1;
}
.menu .login a:hover {
	text-decoration: none;
}
/* Slideshow */
.cycle-slideshow, .cycle-slideshow * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cycle-slideshow {
	width: 100%;
	padding: 0;
	position: relative;
	background: url("/media/1020/spinner.gif") 50% 50% no-repeat;
}
.cycle-slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	display: block;
}
.cycle-slideshow img:first-child {
	position: static;
	z-index: 100;
}
.cycle-pager {
	height: 16px;
	z-index: 999;
	position: absolute;
	bottom: 32px;
	left: 46px;
	overflow: hidden;
}
.cycle-pager span {
	font-size: 50px;
	width: 16px;
	height: 16px;
	display: inline-block;
	color: #ddd;
	cursor: pointer;
	background: #d6d7d3;
	border: solid 1px #83837f;
	margin-right: 10px;
	text-indent: -9999px;
}
.cycle-pager span.cycle-pager-active {
	background: #fff;
}
.cycle-pager > * {
	cursor: pointer;
}
.cycle-overlay {
	font-family: tahoma, arial;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 600;
	background: black;
	color: white;
	padding: 15px;
	opacity: .5;
}
.cycle-prev, .cycle-next {
	position: absolute;
	top: 42%;
	width: 30%;
	z-index: 800;
	height: 100%;
	cursor: pointer;
}
.cycle-prev {
	left: 5%;
	background-position: -1px -172px;
	width: 60px;
	height: 59px;
	background-repeat: no-repeat;
}
.cycle-next {
	right: 5%;
	background-position: -1px -259px;
	width: 60px;
	height: 59px;
	background-repeat: no-repeat;
}
.cycle-prev:hover, .cycle-next:hover {
	opacity: .7;
	filter: alpha(opacity=70)
}
.disabled {
	opacity: .5;
	filter: alpha(opacity=50);
}
#progress {
	position: absolute;
	bottom: 0;
	height: 6px;
	background: #1D1160;
	z-index: 500;
	width: 0px;
}
/* Content */
.content {
	background: url("/media/1002/background.jpg") no-repeat center bottom;
	min-height: 400px;
	padding-bottom: 20px;
}
.col-md-4, .col-md-8 {
	padding-top: 25px;
}
.col-md-4.white, .col-md-8.white, .col-md-4 .white, .col-md-8 .white {
	background: rgb(255,255,255);
	background: rgba(255,255,255, 0.7);
	min-height: 380px;
}
.col-md-4 .white, .col-md-8 .white {
	padding: 0 20px 10px 20px;
}
.content h1, .content h2 {
	font-size: 1.286em;
	color: #1D1160;
	font-weight: bold;
}
.content h1 {text-transform: capitalize;}
.clubs {
	padding-top: 20px;
	min-height: 270px;
}
.clubs li {
	float: left;
	width: 33%;
	text-align: center;
	margin-bottom: 20px;
}
.clubs li:nth-child(4n+0) {
	clear: both;
}
.showReel {
	display: block;
	padding-top: 5px;
}
.showReel img {
	max-width: 100%;
}
.showReel.side {
	padding-top: 20px;
}
.news li {
	padding: 25px 0;
	border-top: solid 1px #dbd9e5;
}
.news li:first-child {
	padding-top: 0;
	border-top: none;
}
.news h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}
.news p {
	margin-bottom: 0;
}
.news a {
	color: #f47c30;
}
/* Footer */	
footer {
	background: #1d1160;
	padding: 0 0 20px 0;
	color: #d3ceea;
}
footer .row {
	margin: 0;
}
footer .col-md-3 {
	padding-left: 0;
}
footer h2 {
	color: #fff;
	font-size: 1.143em;
	font-weight: bold;
}
footer a {
	color: #d3ceea;
}
footer a:hover {
	color: #fff;
}

a.sitemap {
	background-position: -1px -340px;
	width: 30px;
	height: 32px;
	text-indent: -9999px;
	float: right;
	margin-top: -45px;
}
.sitemap {padding-bottom: 20px;}
.sitemap ul {list-style: disc; margin: 0 0 0 20px;}

/* Large desktop */
@media (min-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
.menu ul li a {
	padding: 0 17px;
}
.col-md-4.white {
	min-height: 0;
}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.menu .topMenu {
	display: none;
}
#tinynav1 {
	display: block;
	float: left;
	height: 30px;
	margin-top: 5px;
}
.col-md-4.white {
	min-height: 0;
}
}

/* Landscape phones and down */
@media (max-width: 480px) {
a.logo {
	margin: 10px 0 10px 0;
	max-width: 50%;
}
a.logo img {
	width: 60%;
	height: 60%;
	min-width: 100%;
}
.languages {
	margin-top: 17px;
}
.clubs li {
	width: 50%;
	min-height: 103px;
}
.clubs li:nth-child(4n+0) {
	clear: none;
}
#pager, .cycle-slideshow .cycle-prev, .cycle-slideshow .cycle-next {
	display: none;
}
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
