/*-------------------------------------------------------------- START PAGEHEAD --------------------------------------------------------------*/
.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    border-top: 0;
    padding: 10px;
    display: block;
    background-color: #C31A31;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}
.sticky a {
    float:right;
    margin-right: 25px;
    color:#ffffff;
    cursor: pointer;
}
.sticky a:hover {
    text-decoration:none;
    color:#000000;
}

div#messageClosed img
{
    float: left;
    padding-right: 20px;
    border-right: 1px solid #000000;
}

div#messageClosed h2
{
    color: #000000;
    font: 20px/20px "LeagueGothic",arial,helvetica,sans-serif;
    text-transform: uppercase;
    border-bottom: 2px solid #000000;
    width: 52.5%;
    float:right;
}
div#messageClosed p
{
    padding-top: 50px;
    font-size: 16px;
    color: #000000;
    max-width: 410px;
    /*writing-mode: horizontal-tb;*/
}
#fancybox-overlay {
	width: 100%;
}

.row > [class*="span"].logo-ieper
{
	float: left;
	height: 73px;
	width: 257px;
	margin-left: 0;
}


/*** span10 ****/
header.fixed .row > [class*="span"].head-right
{
	float: right;
	padding-top: 10px;
}

div.head-right nav, div.head-right div.span3
{
	float: left;
	margin: 0;
}

div.head-right ul.social-media
{
	float: right;
}
div.head-right ul.social-media li
{
	float: left;
	margin-left: 5px;
}
div.head-right ul.social-media li.nolink
{
	opacity: 0.5;
}
div.head-right ul.social-media li:first-child
{
	color: #000;
	font: 700 18px/20px 'LeagueGothic', arial, helvetica, sans-serif;
	margin-left: 0;
	text-transform: uppercase;
}
div.head-right div.span4
{
	float: right;
}

div.head-right div.span4.language
{
	width: 150px;
}

div.head-right div.span4.search-box
{
	float: left;
	width: 130px;
}

div.head-right div.span4 nav
{
	float: right;
}
/*--- MENU TOP ---*/
nav.nav-top
{
	float: left;
	padding: 2px 0 0 0;
}

nav.nav-top ul li
{
	border-left: 1px solid #ccc;
	float: left;
	font: normal 18px/18px 'LeagueGothic', arial, helvetica, sans-serif;
	list-style: none;
	padding: 0 5px;
	text-transform: uppercase;
}

nav.nav-top ul li:first-child
{
	padding-left: 0;
	border-left: 0;
}

nav.nav-top ul li a
{
	color: #626264;
}

/*** FORM SEARCH ****/
form.search
{
	background: #FFF;
	border: 2px solid #626264;
	float: left;
	height: 18px;
	overflow: hidden;
	width: 121px;
}

form.search ul
{
	margin: 0;
	padding: 0;
}

form.search ul li
{
	float: left;
	margin: 0;
	list-style: none;
}

form.search ul input[type="text"]
{
	border: none;
	color: #AAAAAB;
	float: left;
	font-size: 11px;
	height: 15px;
	padding: 0 5px;
	width: 75px;
}

form.search ul input[type="submit"]
{
	background: 0;
	border: 0;
	border-left: 1px solid #626264;
	color: #626264;
	float: left;
	font: normal 16px/14px 'LeagueGothic', arial, helvetica, sans-serif;
	height: 16px;
	margin: 1px 0px;
	padding: 0 3px;
	text-transform: uppercase;
	width: 36px;
}

form.search ul input[type="submit"]:hover,
form.search ul input[type="submit"]:focus
{
	color: #c31a31;
}

/*--- TAALKEUZE ---*/

nav.lang ul
{
	padding-top: 5px;
	float: right;
}

nav.lang ul  li
{
	float: left;
	list-style: none;
	font: normal 13px/14px arial, helvetica, sans-serif;
	margin: 0 0 0 24px;
	text-transform: uppercase;
	text-align: center;
}

nav.lang ul  li.active
{
	color: #626264;
	font-weight: bold;
	text-decoration: underline;
}

nav.lang ul  li a
{
	color: #c7c7c8;
	text-decoration: underline;
}

nav.lang ul  li:first-child
{
	margin-left: 0;
}

nav.lang ul  li a:hover,
nav.lang ul  li a:focus
{
	color: #626264;
}

/*--- LOGO IN FLANDERS FIELDS RECHTSBOVEN ---*/

img.logo-right
{
	margin: -17px 0 0 822px;
	position: absolute;
	z-index: 2;
}

/*--- FIXED HEADER ---*/
header.fixed
{
	left: 0;
	position: fixed;
	top: 0;
	width: 990px;
	z-index: 5;
}

header.normal
{
	display: block;
	width: 990px;
}

header.normal .row > [class*="span"].head-right
{
	padding-top: 10px;
	float: right;
}

/********************* START BREADCRUMB **********************/
div.fixed-events
{
	background: /*url('../images/css/bg-shadow-large.png') no-repeat  -100px 0*/ #FFF;
	left: 50px;
	position: fixed;
	top: 0;
	padding-top: 120px;
	width: 940px;
	z-index: 1;
}
nav.breadcrumb
{
	display: block;
	padding: 0 0 25px 0;
	width: 100%;
}

nav.breadcrumb ul li
{
	background: url(../images/css/arrow-breadcrumb.png) no-repeat left center;
	float: left;
	padding: 0 5px 0 10px;
	width: auto;
}

nav.breadcrumb ul li:first-child
{
	background: none;
	padding-left: 0;
}

nav.breadcrumb ul li a
{
	text-decoration: underline;
}
/********************* END  BREADCRUMB **********************/

/********************* START NAV.NAV-EVENTS **********************/
nav.nav-events
{
	display:  block;
	margin-bottom: 35px;
	width: 100%;
}

nav.nav-events ul li
{
	float: left;
	padding: 0 0 0 32px;
}

section.content nav.nav-events ul li
{
	padding-left: 27px;
}

nav.nav-events ul li:first-child,
section.content nav.nav-events ul li:first-child
{
	padding-left: 0;
}

nav.nav-events ul li.year
{
	background: url(../images/css/bg-year.png) no-repeat 15px center;
}

nav.nav-events ul li a
{
	color: #ccc;
	font: normal 20px/20px 'LeagueGothic', arial, helvetica, sans-serif;
	text-transform: uppercase;
}

section.content nav.nav-events ul li a
{
	font: normal 22px/22px 'LeagueGothic', arial, helvetica, sans-serif;
}

nav.nav-events ul li.active a
{
	color: #c31a31;
	text-decoration: underline;
}

nav.nav-events ul li a:hover,
nav.nav-events ul li a:focus
{
	color: #000;
	text-decoration: none;
}
/********************* END  NAV.NAV-EVENTS **********************/

/*-------------------------------------------------------------- END PAGHEAD --------------------------------------------------------------*/
